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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorList.cpp 190 return selector->relation() == CSSSelector::ChildTree || selector->relation() == CSSSelector::DescendantTree;
SelectorFilter.cpp 161 case CSSSelector::DescendantTree:
CSSSelector.h 80 // FIXME: rename ChildTree and DescendantTree when the spec for this is written down.
82 DescendantTree
CSSSelector.cpp 730 case CSSSelector::DescendantTree:
    [all...]
SelectorChecker.cpp 310 case CSSSelector::DescendantTree:
    [all...]
CSSGrammar.y 1138 $$ = CSSSelector::DescendantTree;
    [all...]

Completed in 60 milliseconds