Searched defs:GetStatusLine (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Durl_response_info.h103 Var GetStatusLine() const { function in class:pp::URLResponseInfo
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc312 base::StringValue* GetStatusLine(net::HttpResponseHeaders* headers) { function in namespace:__anon8130
314 headers ? headers->GetStatusLine() : std::string());
893 original_response_headers->GetStatusLine());
964 dict->Set(keys::kStatusLineKey, GetStatusLine(request->response_headers()));
1022 dict->Set(keys::kStatusLineKey, GetStatusLine(request->response_headers()));
1067 dict->Set(keys::kStatusLineKey, GetStatusLine(request->response_headers()));
1119 dict->Set(keys::kStatusLineKey, GetStatusLine(request->response_headers()));
/external/chromium_org/net/http/
H A Dhttp_response_headers.cc316 std::string new_raw_headers(GetStatusLine());
534 std::string HttpResponseHeaders::GetStatusLine() const { function in class:net::HttpResponseHeaders
540 // GetStatusLine() is already normalized, so it has the format:
542 std::string status_text = GetStatusLine();
1352 headers->Append(new base::StringValue(GetStatusLine()));

Completed in 323 milliseconds