Searched defs:isHTMLElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h230 bool isHTMLElement() const { return getFlag(IsHTMLFlag); } function in class:blink::Node
267 bool isStyledElement() const { return isHTMLElement() || isSVGElement(); }

Completed in 789 milliseconds