HomeSort by relevance Sort by last modified time
    Searched refs:fromLatin1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/
websocket_bridge.cc 111 request_to_pass.addHeaderField(WebString::fromLatin1(header.first),
112 WebString::fromLatin1(header.second));
114 request_to_pass.setHeadersText(WebString::fromLatin1(request.headers_text));
125 response_to_pass.setStatusText(WebString::fromLatin1(response.status_text));
128 response_to_pass.addHeaderField(WebString::fromLatin1(header.first),
129 WebString::fromLatin1(header.second));
131 response_to_pass.setHeadersText(WebString::fromLatin1(response.headers_text));
web_url_loader_impl.cc 766 load_info.setHTTPStatusText(WebString::fromLatin1(
770 load_info.setRequestHeadersText(WebString::fromLatin1(
772 load_info.setResponseHeadersText(WebString::fromLatin1(
777 load_info.addRequestHeader(WebString::fromLatin1(it->first),
778 WebString::fromLatin1(it->second));
784 load_info.addResponseHeader(WebString::fromLatin1(it->first),
785 WebString::fromLatin1(it->second));
803 response->setHTTPStatusText(WebString::fromLatin1(headers->GetStatusText()));
827 response->addHTTPHeaderField(WebString::fromLatin1(name),
828 WebString::fromLatin1(value))
    [all...]
  /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 154 milliseconds