OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
173
OnRedirect
(redirect_details->origin_child_id,
200
void CaptivePortalTabHelper::
OnRedirect
(int child_id,
210
tab_reloader_->
OnRedirect
(new_url.SchemeIsSecure());
captive_portal_tab_helper_unittest.cc
56
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) {
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
(ResourceType::MAIN_FRAME, http_url
[
all
...]
/external/chromium_org/jingle/notifier/communicator/
login.cc
74
void Login::
OnRedirect
(const ServerInformation& redirect_server) {
Completed in 298 milliseconds