Searched refs:elementInScope (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | html5parser.py | 1043 if self.tree.elementInScope("p", variant="button"): 1048 if self.tree.elementInScope("p", variant="button"): 1058 if self.tree.elementInScope("p", variant="button"): 1079 if self.tree.elementInScope("p", variant="button"): 1086 if self.tree.elementInScope("p", variant="button"): 1092 if self.tree.elementInScope("p", variant="button"): 1118 if self.tree.elementInScope("nobr"): 1127 if self.tree.elementInScope("button"): 1144 if self.tree.elementInScope("p", variant="button"): 1152 if self.tree.elementInScope("p", variant="button"): [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/ |
D | _base.py | 164 def elementInScope(self, target, variant=None): member in TreeBuilder
|