OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartDetectionIfIdle
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.h
95
virtual bool
StartDetectionIfIdle
() = 0;
network_portal_detector_test_impl.h
37
virtual bool
StartDetectionIfIdle
() OVERRIDE;
network_portal_detector.cc
42
virtual bool
StartDetectionIfIdle
() OVERRIDE { return false; }
network_portal_detector_test_impl.cc
81
bool NetworkPortalDetectorTestImpl::
StartDetectionIfIdle
() {
network_portal_detector_impl.h
57
virtual bool
StartDetectionIfIdle
() OVERRIDE;
network_portal_detector_impl.cc
177
bool NetworkPortalDetectorImpl::
StartDetectionIfIdle
() {
192
StartDetectionIfIdle
();
network_portal_detector_impl_unittest.cc
115
return network_portal_detector()->
StartDetectionIfIdle
();
802
TEST_F(NetworkPortalDetectorImplTest,
StartDetectionIfIdle
) {
/external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc
258
base::IgnoreResult(&NetworkPortalDetector::
StartDetectionIfIdle
),
Completed in 209 milliseconds