HomeSort by relevance Sort by last modified time
    Searched refs:Descendant (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 46 // --> (relation == Descendant)
51 // Note that currently a bare selector such as ".a" has a relation() of Descendant. This is a bug - instead the relation should be
55 // * Relations using combinators (http://www.w3.org/TR/css3-selectors/#combinators), such as descendant, sibling, etc., are parsed
127 Descendant = 0, // "Space" combinator
292 // FIXME: selectors with no tagHistory() get a relation() of Descendant (and sometimes even SubSelector). It should instead be
446 : m_relation(Descendant)
460 : m_relation(Descendant)
SelectorFilter.cpp 60 // The filter is used for fast rejection of child and descendant selectors.
151 case CSSSelector::Descendant:
RuleFeature.cpp 145 case CSSSelector::Descendant:
239 case CSSSelector::Descendant:
283 case CSSSelector::Descendant:
SelectorChecker.cpp 253 if (!context.isSubSelector && (context.element->isLink() || (relation != CSSSelector::Descendant && relation != CSSSelector::Child)))
259 case CSSSelector::Descendant:
334 // 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 700 case CSSSelector::Descendant:
CSSGrammar.y 1119 end->setRelation(CSSSelector::Descendant);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.cpp 63 if (relation != CSSSelector::Descendant && relation != CSSSelector::Child && relation != CSSSelector::SubSelector)
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 8364 milliseconds