Searched defs:TestStorageMonitor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dtest_storage_monitor.h14 class TestStorageMonitor : public StorageMonitor { class in namespace:storage_monitor
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
[all...]
H A Dtest_storage_monitor.cc18 TestStorageMonitor::TestStorageMonitor() function in class:storage_monitor::TestStorageMonitor
27 TestStorageMonitor::~TestStorageMonitor() {}
30 TestStorageMonitor* TestStorageMonitor::CreateAndInstall() {
31 TestStorageMonitor* monitor = new TestStorageMonitor();
45 TestStorageMonitor* TestStorageMonitor
[all...]

Completed in 631 milliseconds