Searched refs:isSiblingSelector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelector.h229 bool isSiblingSelector() const;
327 inline bool CSSSelector::isSiblingSelector() const function in class:WebCore::CSSSelector
H A DRuleSet.cpp219 // FIXME: Shouldn't this be checking subSelector->isSiblingSelector()?
220 if (!foundSiblingSelector && selector->isSiblingSelector())
227 if (!foundSiblingSelector && selector->isSiblingSelector())

Completed in 52 milliseconds