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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1221 unsigned nameWithoutColonsStart = pseudoElementName[0] == ':' ? (pseudoElementName[1] == ':' ? 2 : 1) : 0; local
1223 AtomicString(pseudoElementName.substring(nameWithoutColonsStart))));

Completed in 82 milliseconds