OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_url_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow.cc
40
auth_url_
= GaiaUrls::GetInstance()->oauth2_auth_url().Resolve(
69
net::EscapeUrlEncodedData(
auth_url_
.spec(), true).c_str());
gaia_web_auth_flow.h
90
GURL
auth_url_
;
member in class:extensions::GaiaWebAuthFlow
/external/chromium/net/http/
http_auth_controller.cc
158
auth_url_
(auth_url),
211
if (
auth_url_
.has_username())
447
if (target_ == HttpAuth::AUTH_SERVER &&
auth_url_
.has_username() &&
452
GetIdentityFromURL(
auth_url_
,
http_auth_controller.h
121
const GURL
auth_url_
;
member in class:net::HttpAuthController
/external/chromium_org/net/http/
http_auth_controller.cc
160
auth_url_
(auth_url),
205
if (
auth_url_
.has_username())
461
if (target_ == HttpAuth::AUTH_SERVER &&
auth_url_
.has_username() &&
468
GetIdentityFromURL(
auth_url_
, &username, &password);
http_auth_controller.h
123
const GURL
auth_url_
;
member in class:net::HttpAuthController
Completed in 488 milliseconds