HomeSort by relevance Sort by last modified time
    Searched defs:TestStorageMonitor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/storage_monitor/
test_storage_monitor.cc 18 TestStorageMonitor::TestStorageMonitor()
27 TestStorageMonitor::~TestStorageMonitor() {}
30 TestStorageMonitor* TestStorageMonitor::CreateAndInstall() {
31 TestStorageMonitor* monitor = new TestStorageMonitor();
45 TestStorageMonitor* TestStorageMonitor::CreateForBrowserTests()
    [all...]
test_storage_monitor.h 14 class TestStorageMonitor : public StorageMonitor {
16 TestStorageMonitor();
17 virtual ~TestStorageMonitor();
23 // Create and initialize a new TestStorageMonitor and install it
25 // already in place, NULL is returned, otherwise the TestStorageMonitor
27 static TestStorageMonitor* CreateAndInstall();
29 // Create and initialize a new TestStorageMonitor and install it
30 // as the StorageMonitor singleton. TestStorageMonitor is returned for
32 static TestStorageMonitor* CreateForBrowserTests();
65 // Whether TestStorageMonitor::Init() has been called for not
    [all...]

Completed in 725 milliseconds