Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py876 or (markup and self._matches(markup, self.name)) \
877 or (not markup and self._matches(markupName, self.name)):
892 if not self._matches(attrValue, matchAgainst):
921 if self._matches(markup, self.text):
928 def _matches(self, markup, matchAgainst): member in SoupStrainer