Searched refs:_findOne (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
H A DBeautifulSoup.py247 return self._findOne(self.findAllNext, name, attrs, text, **kwargs)
259 return self._findOne(self.findNextSiblings, name, attrs, text,
273 return self._findOne(self.findAllPrevious, name, attrs, text, **kwargs)
286 return self._findOne(self.findPreviousSiblings, name, attrs, text,
300 # NOTE: We can't use _findOne because findParents takes a different
318 def _findOne(self, method, name, attrs, text, **kwargs): member in class:PageElement

Completed in 171 milliseconds