Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSSelector.cpp386 static CSSSelector::PseudoType nameToPseudoType(const AtomicString& name, bool hasArguments) in nameToPseudoType() argument
393 if (hasArguments) { in nameToPseudoType()
440 CSSSelector::PseudoType CSSSelector::parsePseudoType(const AtomicString& name, bool hasArguments) in parsePseudoType() argument
442 CSSSelector::PseudoType pseudoType = nameToPseudoType(name, hasArguments); in parsePseudoType()
DCSSSelector.h255 static PseudoType parsePseudoType(const AtomicString&, bool hasArguments);