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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.cpp75 static void tokenizeDescriptors(const CharType*& position, const CharType* attributeEnd, Vector<StringView>& descriptors) argument
83 if (isEOF(position, attributeEnd)) {
84 appendDescriptorAndReset(currentDescriptorStart, attributeEnd, descriptors);
103 if (isEOF(position, attributeEnd)) {
104 appendDescriptorAndReset(currentDescriptorStart, attributeEnd, descriptors);
114 if (isEOF(position, attributeEnd))
175 const CharType* attributeEnd = attributeStart + length; local
177 for (const CharType* position = attributeStart; position < attributeEnd;) {
179 skipWhile<CharType, isHTMLSpaceOrComma<CharType> >(position, attributeEnd);
180 if (position == attributeEnd) {
[all...]

Completed in 118 milliseconds