HomeSort by relevance Sort by last modified time
    Searched defs:isMathMLElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/mathml/
MathMLElement.h 44 virtual bool isMathMLElement() const { return true; }
  /external/webkit/Source/WebCore/dom/
Element.h 301 virtual bool isMathMLElement() const { return false; }
303 static bool isMathMLElement() { return false; }

Completed in 24 milliseconds