Home
last modified time | relevance | path

Searched defs:isMathMLTextIntegrationPoint (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
Dforeign_content.js241 exports.isMathMLTextIntegrationPoint = function (tn, ns) { function
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dhtml5parser.py154 def isMathMLTextIntegrationPoint(self, element): member in HTMLParser