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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringUTF8Adaptor.h43 class StringUTF8Adaptor { class in namespace:WTF
50 explicit StringUTF8Adaptor(const String& string, ShouldNormalize normalize = DoNotNormalize, UnencodableHandling handling = EntitiesForUnencodables) function in class:WTF::StringUTF8Adaptor
84 using WTF::StringUTF8Adaptor;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLinkHash.cpp36 #include "wtf/text/StringUTF8Adaptor.h"
45 StringUTF8Adaptor baseUTF8(base.string());
47 StringUTF8Adaptor relativeUTF8(relative);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp35 #include "wtf/text/StringUTF8Adaptor.h"
73 static const char* charactersOrEmpty(const StringUTF8Adaptor& string)
451 StringUTF8Adaptor newProtocolUTF8(newProtocol);
477 StringUTF8Adaptor hostUTF8(host);
509 StringUTF8Adaptor hostUTF8(hostAndPort);
518 StringUTF8Adaptor hostUTF8(host);
519 StringUTF8Adaptor portUTF8(port);
566 StringUTF8Adaptor userUTF8(user);
581 StringUTF8Adaptor passUTF8(pass);
594 StringUTF8Adaptor fragmentUTF
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSubresourceIntegrity.cpp21 #include "wtf/text/StringUTF8Adaptor.h"
85 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebString.cpp37 #include "wtf/text/StringUTF8Adaptor.h"
85 StringUTF8Adaptor utf8(m_private.get());
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp66 #include "wtf/text/StringUTF8Adaptor.h"
371 StringUTF8Adaptor normalizedSource(source, StringUTF8Adaptor::Normalize, WTF::EntitiesForUnencodables);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp87 #include "wtf/text/StringUTF8Adaptor.h"
706 StringUTF8Adaptor stringUTF8(string);

Completed in 203 milliseconds