Searched refs:auth_url (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
D | chromevox_webstore_util.py | 54 auth_url = ' https://%s%s?%s' % (OAUTH_DOMAIN, OAUTH_AUTH_COMMAND, query) 55 print 'Navigating to %s' % auth_url 56 webbrowser.open(auth_url)
|
/external/chromium_org/net/http/ |
D | http_auth_controller.cc | 156 const GURL& auth_url, in HttpAuthController() argument 160 auth_url_(auth_url), in HttpAuthController() 161 auth_origin_(auth_url.GetOrigin()), in HttpAuthController() 162 auth_path_(HttpAuth::AUTH_PROXY ? std::string() : auth_url.path()), in HttpAuthController()
|
D | http_auth_controller.h | 38 const GURL& auth_url,
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
D | identity_apitest.cc | 1674 GURL auth_url(https_server.GetURL("files/interaction_required.html")); in IN_PROC_BROWSER_TEST_F() local 1681 WaitForGURLAndCloseWindow popup_observer(auth_url); in IN_PROC_BROWSER_TEST_F() 1684 auth_url.spec() + "\"}]"; in IN_PROC_BROWSER_TEST_F() 1700 GURL auth_url(https_server.GetURL("files/interaction_required.html")); in IN_PROC_BROWSER_TEST_F() local 1708 auth_url.spec() + "\"}]"; in IN_PROC_BROWSER_TEST_F() 1722 GURL auth_url(https_server.GetURL("files/five_hundred.html")); in IN_PROC_BROWSER_TEST_F() local 1730 auth_url.spec() + "\"}]"; in IN_PROC_BROWSER_TEST_F() 1796 GURL auth_url(https_server.GetURL("files/redirect_to_chromiumapp.html")); in IN_PROC_BROWSER_TEST_F() local 1805 auth_url.spec() + "\"}]"; in IN_PROC_BROWSER_TEST_F()
|
D | identity_api.cc | 894 GURL auth_url(params->details.url); in RunAsync() local 905 auth_flow_.reset(new WebAuthFlow(this, GetProfile(), auth_url, mode)); in RunAsync()
|
/external/chromium_org/net/socket_stream/ |
D | socket_stream.cc | 791 GURL auth_url(scheme + in DoGenerateProxyAuthToken() local 795 auth_url, in DoGenerateProxyAuthToken()
|