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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.cpp173 static void parseImageCandidatesFromSrcsetAttribute(const CharType* attributeStart, unsigned length, Vector<ImageCandidate>& imageCandidates) argument
175 const CharType* attributeEnd = attributeStart + length;
177 for (const CharType* position = attributeStart; position < attributeEnd;) {

Completed in 104 milliseconds