Searched defs:OnRedirect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader.cc117 void CaptivePortalTabReloader::OnRedirect(bool is_ssl) { function in class:captive_portal::CaptivePortalTabReloader
H A Dcaptive_portal_tab_helper.cc173 OnRedirect(redirect_details->origin_child_id,
200 void CaptivePortalTabHelper::OnRedirect(int child_id, function in class:captive_portal::CaptivePortalTabHelper
210 tab_reloader_->OnRedirect(new_url.SchemeIsSecure());
H A Dcaptive_portal_tab_helper_unittest.cc56 MOCK_METHOD1(OnRedirect, void(bool));
197 // Simulates a redirect. Uses OnRedirect rather than Observe, for simplicity.
198 void OnRedirect(ResourceType::Type type, const GURL& new_url, int child_id) { function in class:captive_portal::CaptivePortalTabHelperTest
199 tab_helper().OnRedirect(child_id, type, new_url);
471 EXPECT_CALL(mock_reloader(), OnRedirect(true)).Times(1);
472 OnRedirect(ResourceType::MAIN_FRAME, https_url,
498 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
499 OnRedirect(ResourceType::MAIN_FRAME, http_url,
516 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
517 OnRedirect(ResourceTyp
[all...]
/external/chromium_org/jingle/notifier/communicator/
H A Dlogin.cc74 void Login::OnRedirect(const ServerInformation& redirect_server) { function in class:notifier::Login

Completed in 155 milliseconds