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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 199 AtomicString m_httpStatusText;
292 String m_httpStatusText;
ResourceResponse.cpp 119 response->setHTTPStatusText(AtomicString(data->m_httpStatusText));
154 data->m_httpStatusText = httpStatusText().string().isolatedCopy();
262 return m_httpStatusText;
267 m_httpStatusText = statusText;

Completed in 89 milliseconds