OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Descendant
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h
74
Descendant
= 0,
385
: m_relation(
Descendant
)
399
: m_relation(
Descendant
)
SelectorCheckerFastPath.cpp
47
if (selector->relation() == CSSSelector::
Descendant
)
142
// We know this compound selector has
descendant
, child and subselector combinators only and all components are simple.
171
return relation == CSSSelector::
Descendant
|| relation == CSSSelector::Child || relation == CSSSelector::SubSelector;
SelectorFilter.cpp
60
// The filter is used for fast rejection of child and
descendant
selectors.
152
case CSSSelector::
Descendant
:
StyleInvalidationAnalysis.cpp
59
if (relation != CSSSelector::
Descendant
&& relation != CSSSelector::Child && relation != CSSSelector::SubSelector)
SelectorChecker.cpp
230
if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::
Descendant
&& relation != CSSSelector::Child)))
236
case CSSSelector::
Descendant
:
297
// If we're in the same tree-scope as the scoping element, then following a shadow
descendant
combinator would escape that and thus the scope.
[
all
...]
CSSSelector.cpp
720
case CSSSelector::
Descendant
:
[
all
...]
CSSGrammar.y
1220
end->setRelation(CSSSelector::
Descendant
);
[
all
...]
CSSParser-in.cpp
[
all
...]
/frameworks/base/docs/html/training/
training_toc.cs
731
<li><a href="<?cs var:toroot ?>training/design-navigation/
descendant
-lateral.html">
732
Providing
Descendant
and Lateral Navigation
771
<li><a href="<?cs var:toroot ?>training/implementing-navigation/
descendant
.html">
772
Implementing
Descendant
Navigation
[
all
...]
Completed in 213 milliseconds