OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setWasFetchedViaProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp
376
void WebURLResponse::
setWasFetchedViaProxy
(bool value)
378
m_private->m_resourceResponse->
setWasFetchedViaProxy
(value);
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h
159
void
setWasFetchedViaProxy
(bool value) { m_wasFetchedViaProxy = value; }
Completed in 52 milliseconds