Home
last modified time | relevance | path

Searched refs:_last_descendant (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_html5lib.py163 most_recent_element = self.element._last_descendant(False)
227 new_parents_last_descendant = new_parent_element._last_descendant(False, False)
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py240 last_child = self._last_descendant()
258 def _last_descendant(self, is_initialized=True, accept_self=True): member in PageElement
270 _lastRecursiveChild = _last_descendant
302 new_child.previous_element = previous_child._last_descendant(False)
306 new_childs_last_element = new_child._last_descendant(False)
1194 stopNode = self._last_descendant().next_element