Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
D_lxml.py199 doctype = Doctype.for_name_and_ids(name, pubid, system)
D_html5lib.py72 doctype = Doctype.for_name_and_ids(name, publicId, systemId)
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Delement.py726 def for_name_and_ids(cls, name, pub_id, system_id): member in Doctype