Searched defs:httpStatusText (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebURLResponse.cpp146 WebString WebURLResponse::httpStatusText() const function in class:WebKit::WebURLResponse
148 return m_private->m_resourceResponse->httpStatusText();
151 void WebURLResponse::setHTTPStatusText(const WebString& httpStatusText) argument
153 m_private->m_resourceResponse->setHTTPStatusText(httpStatusText);
/external/webkit/WebCore/platform/network/
H A DResourceResponseBase.cpp116 data->m_httpStatusText = httpStatusText().crossThreadString();
221 const String& ResourceResponseBase::httpStatusText() const function in class:WebCore::ResourceResponseBase
476 if (a.httpStatusText() != b.httpStatusText())

Completed in 139 milliseconds