OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkOne
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h
111
bool
checkOne
(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
SelectorChecker.cpp
135
if (!
checkOne
(context, siblingTraversalStrategy, &specificity))
462
bool SelectorChecker::
checkOne
(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const
500
if (!
checkOne
(subContext, DOMSiblingTraversalStrategy()))
[
all
...]
Completed in 57 milliseconds