HomeSort by relevance Sort by last modified time
    Searched defs:OnRedirect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader.cc 117 void CaptivePortalTabReloader::OnRedirect(bool is_ssl) {
captive_portal_tab_helper.cc 171 OnRedirect(redirect_details->origin_child_id,
198 void CaptivePortalTabHelper::OnRedirect(int child_id,
208 tab_reloader_->OnRedirect(new_url.SchemeIsSecure());
captive_portal_tab_helper_unittest.cc 56 MOCK_METHOD1(OnRedirect, void(bool));
192 // Simulates a redirect. Uses OnRedirect rather than Observe, for simplicity.
193 void OnRedirect(ResourceType::Type type, const GURL& new_url, int child_id) {
194 tab_helper().OnRedirect(child_id, type, new_url);
461 EXPECT_CALL(mock_reloader(), OnRedirect(true)).Times(1);
462 OnRedirect(ResourceType::MAIN_FRAME, https_url,
488 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
489 OnRedirect(ResourceType::MAIN_FRAME, http_url,
506 EXPECT_CALL(mock_reloader(), OnRedirect(http_url.SchemeIsSecure())).Times(1);
507 OnRedirect(ResourceType::MAIN_FRAME, http_url
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
login.cc 77 void Login::OnRedirect(const ServerInformation& redirect_server) {

Completed in 1623 milliseconds