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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceLoadInfo.h 41 String httpStatusText;
ResourceResponse.cpp 140 data->m_httpStatusText = httpStatusText().string().isolatedCopy();
246 const AtomicString& ResourceResponse::httpStatusText() const
518 if (a.httpStatusText() != b.httpStatusText())
ResourceResponse.h 86 const AtomicString& httpStatusText() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebHTTPLoadInfo.cpp 79 WebString WebHTTPLoadInfo::httpStatusText() const
82 return m_private->httpStatusText;
88 m_private->httpStatusText = statusText;
WebURLResponse.cpp 234 WebString WebURLResponse::httpStatusText() const
236 return m_private->m_resourceResponse->httpStatusText();
239 void WebURLResponse::setHTTPStatusText(const WebString& httpStatusText)
241 m_private->m_resourceResponse->setHTTPStatusText(httpStatusText);
  /external/chromium_org/third_party/WebKit/public/platform/
WebHTTPLoadInfo.h 62 BLINK_PLATFORM_EXPORT WebString httpStatusText() const;
WebURLResponse.h 118 BLINK_PLATFORM_EXPORT WebString httpStatusText() const;
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 78 data.status_text = response.httpStatusText().utf8();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 279 String message = "Failed to load resource: the server responded with a status of " + String::number(response.httpStatusCode()) + " (" + response.httpStatusText() + ')';
InspectorResourceAgent.cpp 243 statusText = response.resourceLoadInfo()->httpStatusText;
246 statusText = response.httpStatusText();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 167 // TODO(darin): It is possible for httpStatusText to be empty and still have
170 const WebString& status = response.httpStatusText();
    [all...]

Completed in 977 milliseconds