OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitAuthentication
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_auth_request_handler.h
73
//
InitAuthentication
is called.
74
void
InitAuthentication
(const std::string& key);
data_reduction_proxy_auth_request_handler.cc
91
InitAuthentication
(GetDefaultKey());
187
void DataReductionProxyAuthRequestHandler::
InitAuthentication
(
192
base::Bind(&DataReductionProxyAuthRequestHandler::
InitAuthentication
,
data_reduction_proxy_auth_request_handler_unittest.cc
156
auth_handler.
InitAuthentication
(kTestKey2);
264
auth_handler.
InitAuthentication
("");
289
auth_handler.
InitAuthentication
(kTestKey2);
/external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc
289
data_reduction_proxy_auth_request_handler_->
InitAuthentication
(key);
Completed in 274 milliseconds