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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.cpp184 const CharType* imageURLStart = position; local
196 reverseSkipWhile<CharType, isComma>(imageURLEnd, imageURLStart);
199 if (imageURLStart == imageURLEnd)
213 ASSERT(imageURLEnd > imageURLStart);
214 unsigned imageURLLength = imageURLEnd - imageURLStart;
215 imageCandidates.append(ImageCandidate(StringView(imageURLStart, imageURLLength), result, ImageCandidate::SrcsetOrigin));

Completed in 94 milliseconds