Home
last modified time | relevance | path

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

/external/webkit/WebCore/mathml/
DMathMLElement.h38 virtual bool isMathMLElement() const { return true; } in isMathMLElement() function
/external/webkit/WebCore/dom/
DNode.h183 virtual bool isMathMLElement() const { return false; } in isMathMLElement() function
185 static bool isMathMLElement() { return false; } in isMathMLElement() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1183 if (e->isMathMLElement() && !loadedMathMLUserAgentSheet) { in styleForElement()
/external/webkit/WebCore/
DChangeLog-2010-01-2956928 (WebCore::Node::isMathMLElement):
56937 (WebCore::MathMLElement::isMathMLElement):