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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h233 bool isPseudoElement() const { return pseudoId() != NOPSEUDO; } function in class:blink::Node
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js777 var isPseudoElement = !!treeElement._node.pseudoType(); variable
778 var isTag = treeElement._node.nodeType() === Node.ELEMENT_NODE && !isPseudoElement;
793 } else if (isPseudoElement) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h349 bool isPseudoElement() const { return node() && node()->isPseudoElement(); } function in class:blink::RenderObject
633 return isPseudoElement() ? 0 : node();
642 Node* generatingNode() const { return isPseudoElement() ? node()->parentOrShadowHostNode() : node(); }

Completed in 3983 milliseconds