OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchForShadowDistributed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h
133
Match
matchForShadowDistributed
(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const;
SelectorChecker.cpp
239
if (
matchForShadowDistributed
(element, siblingTraversalStrategy, nextContext, result) == SelectorMatches)
257
return
matchForShadowDistributed
(context.element, siblingTraversalStrategy, nextContext, result);
333
SelectorChecker::Match SelectorChecker::
matchForShadowDistributed
(const Element* element, const SiblingTraversalStrategy& siblingTraversalStrategy, SelectorCheckingContext& nextContext, MatchResult* result) const
[
all
...]
Completed in 29 milliseconds