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

  /external/webkit/WebCore/platform/network/
ResourceResponseBase.h 125 String m_httpStatusText;
161 String m_httpStatusText;
ResourceResponseBase.cpp 98 response->setHTTPStatusText(data->m_httpStatusText);
116 data->m_httpStatusText = httpStatusText().crossThreadString();
225 return m_httpStatusText;
232 m_httpStatusText = statusText;
  /external/webkit/WebCore/platform/network/mac/
ResourceResponseMac.mm 83 m_httpStatusText = "OK";
  /external/webkit/WebCore/platform/network/cf/
ResourceResponseCFNet.cpp 98 m_httpStatusText = statusText;

Completed in 51 milliseconds