Searched refs:endTagTableRowGroup (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | html5parser.py | 1968 (("tbody", "tfoot", "thead"), self.endTagTableRowGroup), 2012 self.endTagTableRowGroup( 2023 def endTagTableRowGroup(self, token): member in getPhases.InTableBodyPhase 2037 self.endTagTableRowGroup( 2067 (("tbody", "tfoot", "thead"), self.endTagTableRowGroup), 2127 def endTagTableRowGroup(self, token): member in getPhases.InRowPhase
|