Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py1551 CHARSET_RE = re.compile("((^|;)\s*charset=)([^;]*)", re.M) variable in BeautifulSoup
1572 match = self.CHARSET_RE.search(contentType)
1583 newAttr = self.CHARSET_RE.sub(rewrite, contentType)