OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnPortalDetectionCompleted
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_test_impl.cc
38
OnPortalDetectionCompleted
(default_network_.get(), state));
52
observer->
OnPortalDetectionCompleted
(default_network_.get(),
55
observer->
OnPortalDetectionCompleted
(
network_portal_detector.h
52
virtual void
OnPortalDetectionCompleted
(
64
//
OnPortalDetectionCompleted
() with the active network (which may
70
// dtors, as it implicitly calls
OnPortalDetectionCompleted
(), which
network_portal_detector.cc
33
observer->
OnPortalDetectionCompleted
(NULL, CaptivePortalState());
network_portal_detector_impl.cc
131
observer->
OnPortalDetectionCompleted
(network, GetCaptivePortalState(network));
314
base::Bind(&NetworkPortalDetectorImpl::
OnPortalDetectionCompleted
,
341
OnPortalDetectionCompleted
(results);
353
void NetworkPortalDetectorImpl::
OnPortalDetectionCompleted
(
484
OnPortalDetectionCompleted
(network, state));
network_portal_detector_impl.h
96
// calls
OnPortalDetectionCompleted
() with RESULT_NO_RESPONSE as
103
void
OnPortalDetectionCompleted
(
network_portal_detector_impl_unittest.cc
42
MOCK_METHOD2(
OnPortalDetectionCompleted
,
306
EXPECT_CALL(observer,
OnPortalDetectionCompleted
(_, state)).Times(1);
322
EXPECT_CALL(observer,
OnPortalDetectionCompleted
(NULL, state)).Times(1);
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector_unittest.cc
30
void
OnPortalDetectionCompleted
(
72
base::Bind(&CaptivePortalClient::
OnPortalDetectionCompleted
,
96
base::Bind(&CaptivePortalClient::
OnPortalDetectionCompleted
,
captive_portal_service.h
114
void
OnPortalDetectionCompleted
(
captive_portal_service.cc
194
&CaptivePortalService::
OnPortalDetectionCompleted
,
198
void CaptivePortalService::
OnPortalDetectionCompleted
(
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.h
68
virtual void
OnPortalDetectionCompleted
(
network_state_informer.cc
130
void NetworkStateInformer::
OnPortalDetectionCompleted
(
/external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.h
76
virtual void
OnPortalDetectionCompleted
(
update_screen.cc
236
void UpdateScreen::
OnPortalDetectionCompleted
(
/external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_screen.h
94
virtual void
OnPortalDetectionCompleted
(
locally_managed_user_creation_screen.cc
130
void LocallyManagedUserCreationScreen::
OnPortalDetectionCompleted
(
Completed in 94 milliseconds