OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTokenForAuthChallenge
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.h
72
ScopedJavaLocalRef<jstring>
GetTokenForAuthChallenge
(JNIEnv* env,
data_reduction_proxy_settings.h
112
base::string16
GetTokenForAuthChallenge
(net::AuthChallengeInfo* auth_info);
data_reduction_proxy_settings_android.cc
174
DataReductionProxySettingsAndroid::
GetTokenForAuthChallenge
(JNIEnv* env,
186
DataReductionProxySettings::
GetTokenForAuthChallenge
(auth_info.get()));
data_reduction_proxy_settings.cc
307
base::string16 DataReductionProxySettings::
GetTokenForAuthChallenge
(
data_reduction_proxy_settings_unittest.cc
400
base::string16 token = settings_->
GetTokenForAuthChallenge
(auth_info.get());
Completed in 25 milliseconds