Home
last modified time | relevance | path

Searched defs:HttpRequestInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/http/
Dhttp_request_info.h18 struct HttpRequestInfo { struct
29 HttpRequestInfo(); argument
33 GURL url;
36 GURL referrer;
39 std::string method;
42 HttpRequestHeaders extra_headers;
45 scoped_refptr<UploadData> upload_data;
48 int load_flags;
51 RequestPriority priority;
54 RequestMotivation motivation;
[all …]
Dhttp_request_info.cc9 HttpRequestInfo::HttpRequestInfo() in HttpRequestInfo() function in net::HttpRequestInfo
Dhttp_auth_handler_basic.cc73 const HttpRequestInfo*, in GenerateAuthTokenImpl()
Dhttp_auth_cache_unittest.cc45 const HttpRequestInfo*, in GenerateAuthTokenImpl()