HomeSort by relevance Sort by last modified time
    Searched full:attributeend (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 106 const CharType* attributeEnd,
115 if (isEOF(position, attributeEnd)) {
116 appendDescriptorAndReset(attributeStart, currentDescriptorStart, attributeEnd, descriptors);
136 if (isEOF(position, attributeEnd)) {
137 appendDescriptorAndReset(attributeStart, currentDescriptorStart, attributeEnd, descriptors);
148 if (isEOF(position, attributeEnd))
211 const CharType* attributeEnd = position + length;
213 while (position < attributeEnd) {
215 skipWhile<CharType, isHTMLSpaceOrComma<CharType> >(position, attributeEnd);
216 if (position == attributeEnd) {
    [all...]

Completed in 143 milliseconds