Searched defs:error_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher_unittest.cc126 const std::string& error_url,
140 EXPECT_EQ(error_url, out_error_url);
124 RunErrorParsingTest(const std::string& data, const std::string& error, const std::string& error_url, const std::string& captcha_url, const std::string& captcha_token) argument
H A Dgaia_auth_fetcher.cc423 std::string* error_url,
437 error_url->assign(i->second);
421 ParseClientLoginFailure(const std::string& data, std::string* error, std::string* error_url, std::string* captcha_url, std::string* captcha_token) argument
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc540 const GURL& error_url = error.unreachableURL; local
541 if (url == error_url)
870 GURL error_url = committed_error_page_info_->error.unreachableURL; local
872 if (error_url != url)
H A Dnet_error_helper_core_unittest.cc202 const GURL& error_url() const { function in class:__anon5819::NetErrorHelperCoreTest
255 error_url());
360 virtual void LoadPageFromCache(const GURL& error_url) OVERRIDE {
362 load_stale_url_ = error_url;
466 core()->OnCommitLoad(NetErrorHelperCore::MAIN_FRAME, error_url());
491 core()->OnCommitLoad(NetErrorHelperCore::MAIN_FRAME, error_url());
522 core()->OnCommitLoad(NetErrorHelperCore::MAIN_FRAME, error_url());
548 core()->OnCommitLoad(NetErrorHelperCore::SUB_FRAME, error_url());
572 core()->OnCommitLoad(NetErrorHelperCore::SUB_FRAME, error_url());
602 core()->OnCommitLoad(NetErrorHelperCore::SUB_FRAME, error_url());
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc896 // trigger captive portal checks other than timeouts. |error_url| should
900 const GURL& error_url);
1251 const GURL& error_url) {
1278 error_url,
1248 FastErrorBehindCaptivePortal( Browser* browser, bool expect_open_login_tab, const GURL& error_url) argument

Completed in 1122 milliseconds