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

  /external/chromium/chrome/browser/
background_mode_manager_unittest.cc 18 class BackgroundModeManagerTest : public TestingBrowserProcessTest {
20 BackgroundModeManagerTest() {}
21 ~BackgroundModeManagerTest() {}
38 TEST_F(BackgroundModeManagerTest, BackgroundAppLoadUnload) {
53 TEST_F(BackgroundModeManagerTest, BackgroundAppInstallUninstall) {
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 33 class BackgroundModeManagerTest : public testing::Test {
35 BackgroundModeManagerTest() {}
36 virtual ~BackgroundModeManagerTest() {}
72 DISALLOW_COPY_AND_ASSIGN(BackgroundModeManagerTest);
152 TEST_F(BackgroundModeManagerTest, BackgroundAppLoadUnload) {
188 TEST_F(BackgroundModeManagerTest, BackgroundAppInstallUninstallWhileDisabled) {
220 TEST_F(BackgroundModeManagerTest, EnableAfterBackgroundAppInstall) {
254 TEST_F(BackgroundModeManagerTest, MultiProfile) {
297 TEST_F(BackgroundModeManagerTest, ProfileInfoCacheStorage) {
346 TEST_F(BackgroundModeManagerTest, ProfileInfoCacheObserver)
    [all...]

Completed in 38 milliseconds