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

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLSrcsetParser.cpp52 static void appendDescriptorAndReset(const CharType*& descriptorStart, const CharType* position, Vector<StringView>& descriptors) function in namespace:WebCore
84 appendDescriptorAndReset(currentDescriptorStart, attributeEnd, descriptors);
88 appendDescriptorAndReset(currentDescriptorStart, position, descriptors);
93 appendDescriptorAndReset(currentDescriptorStart, position, descriptors);
104 appendDescriptorAndReset(currentDescriptorStart, attributeEnd, descriptors);

Completed in 104 milliseconds