HomeSort by relevance Sort by last modified time
    Searched refs:attributeStart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 81 static void appendDescriptorAndReset(const CharType* attributeStart, const CharType*& descriptorStart, const CharType* position, Vector<DescriptorToken>& descriptors)
84 descriptors.append(DescriptorToken(descriptorStart - attributeStart, position - descriptorStart));
104 static void tokenizeDescriptors(const CharType* attributeStart,
116 appendDescriptorAndReset(attributeStart, currentDescriptorStart, attributeEnd, descriptors);
120 appendDescriptorAndReset(attributeStart, currentDescriptorStart, position, descriptors);
125 appendDescriptorAndReset(attributeStart, currentDescriptorStart, position, descriptors);
137 appendDescriptorAndReset(attributeStart, currentDescriptorStart, attributeEnd, descriptors);
208 static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, const CharType* attributeStart, unsigned length, Vector<ImageCandidate>& imageCandidates)
210 const CharType* position = attributeStart;
242 tokenizeDescriptors(attributeStart, position, attributeEnd, descriptorTokens)
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 642 uint16_t attributeStart;
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]

Completed in 196 milliseconds