Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py921 or (markup and self._matches(markup, self.name)) \
922 or (not markup and self._matches(markupName, self.name)):
937 if not self._matches(attrValue, matchAgainst):
967 if self._matches(markup, self.text):
974 def _matches(self, markup, matchAgainst): member in SoupStrainer