OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:domsiblingtraversalstrategy
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SiblingTraversalStrategies.h
37
struct
DOMSiblingTraversalStrategy
{
49
inline bool
DOMSiblingTraversalStrategy
::isFirstChild(Element* element) const
54
inline bool
DOMSiblingTraversalStrategy
::isLastChild(Element* element) const
59
inline bool
DOMSiblingTraversalStrategy
::isFirstOfType(Element* element, const QualifiedName& type) const
68
inline bool
DOMSiblingTraversalStrategy
::isLastOfType(Element* element, const QualifiedName& type) const
77
inline int
DOMSiblingTraversalStrategy
::countElementsBefore(Element* element) const
86
inline int
DOMSiblingTraversalStrategy
::countElementsOfTypeBefore(Element* element, const QualifiedName& type) const
97
inline int
DOMSiblingTraversalStrategy
::countElementsAfter(Element* element) const
106
inline int
DOMSiblingTraversalStrategy
::countElementsOfTypeAfter(Element* element, const QualifiedName& type) const
ElementRuleCollector.cpp
292
SelectorChecker::Match match = selectorChecker.match(context,
DOMSiblingTraversalStrategy
(), result);
SelectorChecker.cpp
500
if (!checkOne(subContext,
DOMSiblingTraversalStrategy
()))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h
348
if (selectorChecker.match(selectorCheckingContext,
DOMSiblingTraversalStrategy
()) == SelectorChecker::SelectorMatches)
/external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp
155
return selectorChecker.match(selectorCheckingContext,
DOMSiblingTraversalStrategy
()) == SelectorChecker::SelectorMatches;
/external/chromium_org/tools/telemetry/unittest_data/
perf_report_output.txt
157
0.47^14229607^HTMLParserThrea^chrome ^[.] bool WebCore::SelectorChecker::checkOne<WebCore::
DOMSiblingTraversalStrategy
>(WebCore::SelectorChecker::SelectorCheckingContext const&, WebCore::
DOMSiblingTraversalStrategy
const&) const
159
--- bool WebCore::SelectorChecker::checkOne<WebCore::
DOMSiblingTraversalStrategy
>(WebCore::SelectorChecker::SelectorCheckingContext const&, WebCore::
DOMSiblingTraversalStrategy
const&) const
[
all
...]
Completed in 82 milliseconds