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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBufferChunkReader.cpp121 return data.size() ? String::fromUTF8WithLatin1Fallback(data.data(), data.size()) : emptyString();
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h405 static String fromUTF8WithLatin1Fallback(const LChar*, size_t);
406 static String fromUTF8WithLatin1Fallback(const char* s, size_t length) { return fromUTF8WithLatin1Fallback(reinterpret_cast<const LChar*>(s), length); }; function in class:WTF::String
H A DWTFString.cpp938 String String::fromUTF8WithLatin1Fallback(const LChar* string, size_t size)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp234 requestObject->setPostData(String::fromUTF8WithLatin1Fallback(bytes.data(), bytes.size()));

Completed in 102 milliseconds