OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CaptivePortalDetectorTestBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/captive_portal/
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(
testing_utils.h
24
class
CaptivePortalDetectorTestBase
{
26
CaptivePortalDetectorTestBase
();
27
virtual ~
CaptivePortalDetectorTestBase
();
53
DISALLOW_COPY_AND_ASSIGN(
CaptivePortalDetectorTestBase
);
Completed in 114 milliseconds