Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py1080 def __init__(self, markup="", parseOnlyThese=None, fromEncoding=None, argument
1108 self.parseOnlyThese = parseOnlyThese
1247 if self.parseOnlyThese and len(self.tagStack) <= 1 and \
1248 (not self.parseOnlyThese.text or \
1249 not self.parseOnlyThese.search(currentData)):
1340 if self.parseOnlyThese and len(self.tagStack) <= 1 \
1341 and (self.parseOnlyThese.text or not self.parseOnlyThese.searchTag(name, attrs)):