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

  /external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.h 15 class TestStorageMonitor : public chrome::StorageMonitor {
17 TestStorageMonitor();
18 virtual ~TestStorageMonitor();
24 // Create and initialize a new TestStorageMonitor and install it
26 // TestStorageMonitor, but it is also returned for convenience. If there is
27 // no TestingBrowserProcess to own the TestStorageMonitor, it is destroyed
29 static TestStorageMonitor* CreateAndInstall();
31 // Create and initialize a new TestStorageMonitor, and install it
34 // TestStorageMonitor, but it is also returned for convenience.
35 static TestStorageMonitor* CreateForBrowserTests()
    [all...]
test_storage_monitor.cc 22 TestStorageMonitor::TestStorageMonitor()
31 TestStorageMonitor::~TestStorageMonitor() {}
34 TestStorageMonitor* TestStorageMonitor::CreateAndInstall() {
36 TestStorageMonitor* monitor = new TestStorageMonitor();
49 TestStorageMonitor* TestStorageMonitor::CreateForBrowserTests()
    [all...]

Completed in 42 milliseconds