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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp86 static void replaceCharsetInMediaType(String& mediaType, const String& charsetValue) argument
99 mediaType.replace(pos, len, charsetValue);
100 unsigned int start = pos + charsetValue.length();

Completed in 116 milliseconds