Searched refs:OnRedirect (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt.h41 virtual void OnRedirect(const ServerInformation& redirect_server) = 0;
H A Dlogin.cc74 void Login::OnRedirect(const ServerInformation& redirect_server) { function in class:notifier::Login
H A Dlogin.h98 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE;
H A Dsingle_login_attempt.cc128 delegate_->OnRedirect(
H A Dsingle_login_attempt_unittest.cc44 virtual void OnRedirect(const ServerInformation& redirect_server) OVERRIDE {
/external/chromium_org/chrome/browser/captive_portal/
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...]
H A Dcaptive_portal_tab_reloader.h104 virtual void OnRedirect(bool is_ssl);
H A Dcaptive_portal_tab_helper.h110 void OnRedirect(int child_id,
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_reloader_unittest.cc573 tab_reloader().OnRedirect(true);
603 tab_reloader().OnRedirect(true);
647 tab_reloader().OnRedirect(false);
667 tab_reloader().OnRedirect(true);
680 tab_reloader().OnRedirect(false);
684 tab_reloader().OnRedirect(true);
696 tab_reloader().OnRedirect(false);
H A Dcaptive_portal_tab_reloader.cc117 void CaptivePortalTabReloader::OnRedirect(bool is_ssl) { function in class:CaptivePortalTabReloader

Completed in 1021 milliseconds