HomeSort by relevance Sort by last modified time
    Searched defs:GetStatusLine (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/cpp/
url_response_info.h 103 Var GetStatusLine() const {
  /external/chromium_org/net/http/
http_response_headers.cc 316 std::string new_raw_headers(GetStatusLine());
534 std::string HttpResponseHeaders::GetStatusLine() const {
540 // GetStatusLine() is already normalized, so it has the format:
542 std::string status_text = GetStatusLine();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc 362 base::StringValue* GetStatusLine(net::HttpResponseHeaders* headers) {
364 headers ? headers->GetStatusLine() : std::string());
    [all...]

Completed in 169 milliseconds