Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp1338 unsigned colonStart = pseudoElement[0] == ':' ? (pseudoElement[1] == ':' ? 2 : 1) : 0; in getMatchedCSSRules() local
1339 …oType pseudoType = CSSSelector::parsePseudoType(AtomicString(pseudoElement.substring(colonStart))); in getMatchedCSSRules()