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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 241 bool isPseudoElement() const { return pseudoId() != NOPSEUDO; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 307 bool isPseudoElement() const { return node() && node()->isPseudoElement(); }
599 Node* nonPseudoNode() const { return isPseudoElement() ? 0 : node(); }
607 Node* generatingNode() const { return isPseudoElement() ? node()->parentOrShadowHostNode() : node(); }
    [all...]

Completed in 103 milliseconds