Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/
Dprint-vse-failure-logs96 for table in [output_window_table] + output_window_table.findNextSiblings("table"):
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py259 return self._findOne(self.findNextSiblings, name, attrs, text,
262 def findNextSiblings(self, name=None, attrs={}, text=None, limit=None, member in PageElement
268 fetchNextSiblings = findNextSiblings # Compatibility with pre-3.x