OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromLatin1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebString.h
104
BLINK_COMMON_EXPORT static WebString
fromLatin1
(const WebLChar* data, size_t length);
106
static WebString
fromLatin1
(const std::string& s)
108
return
fromLatin1
(reinterpret_cast<const WebLChar*>(s.data()), s.length());
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebString.cpp
113
WebString WebString::
fromLatin1
(const WebLChar* data, size_t length)
Completed in 1953 milliseconds