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:CaptivePortalTabReloader
H A Dcaptive_portal_tab_helper.cc169 OnRedirect(redirect_details->origin_child_id,
196 void CaptivePortalTabHelper::OnRedirect(int child_id, function in class:CaptivePortalTabHelper
206 tab_reloader_->OnRedirect(new_url.SchemeIsSecure());
H A Dcaptive_portal_tab_helper_unittest.cc57 MOCK_METHOD1(OnRedirect, void(bool));
206 // Simulates a redirect. Uses OnRedirect rather than Observe, for simplicity.
207 void OnRedirect(ResourceType type, const GURL& new_url, int child_id) { function in class:CaptivePortalTabHelperTest
208 tab_helper().OnRedirect(child_id, type, new_url);
485 EXPECT_CALL(mock_reloader(), OnRedirect(true)).Times(1);
486 OnRedirect(content::RESOURCE_TYPE_MAIN_FRAME,
514 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
515 OnRedirect(content::RESOURCE_TYPE_MAIN_FRAME, http_url,
531 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
532 OnRedirect(conten
[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 97 milliseconds