OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptivePortalDetectorTestBase
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/captive_portal/
testing_utils.h
24
class
CaptivePortalDetectorTestBase
{
26
CaptivePortalDetectorTestBase
();
27
virtual ~
CaptivePortalDetectorTestBase
();
53
DISALLOW_COPY_AND_ASSIGN(
CaptivePortalDetectorTestBase
);
testing_utils.cc
27
CaptivePortalDetectorTestBase
::
CaptivePortalDetectorTestBase
()
31
CaptivePortalDetectorTestBase
::~
CaptivePortalDetectorTestBase
() {
34
void
CaptivePortalDetectorTestBase
::SetTime(const base::Time& time) {
38
void
CaptivePortalDetectorTestBase
::AdvanceTime(const base::TimeDelta& delta) {
42
bool
CaptivePortalDetectorTestBase
::FetchingURL() {
46
void
CaptivePortalDetectorTestBase
::CompleteURLFetch(
captive_portal_detector.h
72
friend class
CaptivePortalDetectorTestBase
;
captive_portal_detector_unittest.cc
54
public
CaptivePortalDetectorTestBase
{
captive_portal_service_unittest.cc
83
public
CaptivePortalDetectorTestBase
{
225
CaptivePortalDetectorTestBase
::AdvanceTime(delta);
/external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl_unittest.cc
57
public captive_portal::
CaptivePortalDetectorTestBase
{
Completed in 216 milliseconds