Home
last modified time | relevance | path

Searched refs:hostContext (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp922 SelectorCheckingContext hostContext(subContext); in checkOne() local
925 hostContext.element = nextElement; in checkOne()
926 … if (match(hostContext, siblingTraversalStrategy, &subResult) == SelectorMatches) { in checkOne()
929 …maxSpecificity = std::max(maxSpecificity, hostContext.selector->specificity() + subResult.specific… in checkOne()
932 hostContext.contextFlags = DefaultBehavior; in checkOne()
933 hostContext.scope = nullptr; in checkOne()
938 hostContext.elementStyle = 0; in checkOne()