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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLSrcsetParser.cpp88 // The following is called appendCharacter to match the spec's terminology.
90 static void appendCharacter(const CharType* descriptorStart, const CharType* position) function in namespace:blink
129 appendCharacter(currentDescriptorStart, position);
132 appendCharacter(currentDescriptorStart, position);
141 appendCharacter(currentDescriptorStart, position);
144 appendCharacter(currentDescriptorStart, position);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecUTF8.cpp145 static inline UChar* appendCharacter(UChar* destination, int character) function in namespace:WTF
262 destination = appendCharacter(destination, character);
419 destination16 = appendCharacter(destination16, character);

Completed in 261 milliseconds