OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_origin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
url_request_redirect_job.cc
93
std::string
http_origin
;
local
96
if (request_headers.GetHeader("Origin", &
http_origin
)) {
106
http_origin
.c_str());
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol.cc
186
std::string
http_origin
;
local
189
if (request_headers.GetHeader("Origin", &
http_origin
)) {
196
"Access-Control-Allow-Origin: " +
http_origin
);
Completed in 238 milliseconds