OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPseudoElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h
230
bool
isPseudoElement
() const { return pseudoId() != NOPSEUDO; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
318
bool
isPseudoElement
() const { return node() && node()->
isPseudoElement
(); }
595
return
isPseudoElement
() ? 0 : node();
604
Node* generatingNode() const { return
isPseudoElement
() ? node()->parentOrShadowHostNode() : node(); }
[
all
...]
Completed in 190 milliseconds