OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHostInItsShadowTree
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h
125
static bool
isHostInItsShadowTree
(const Element&, BehaviorAtBoundary, const ContainerNode* scope);
181
inline bool SelectorChecker::
isHostInItsShadowTree
(const Element& element, BehaviorAtBoundary behaviorAtBoundary, const ContainerNode* scope)
SelectorChecker.cpp
468
bool elementIsHostInItsShadowTree =
isHostInItsShadowTree
(element, context.behaviorAtBoundary, context.scope);
[
all
...]
Completed in 59 milliseconds