Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py267 return self._findOne(self.findNextSiblings, name, attrs, text,
270 def findNextSiblings(self, name=None, attrs={}, text=None, limit=None, member in PageElement
276 fetchNextSiblings = findNextSiblings # Compatibility with pre-3.x