HomeSort by relevance Sort by last modified time
    Searched refs:IsBackgroundApp (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
background_application_list_model_unittest.cc 122 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
126 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp1));
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
134 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp2));
138 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
143 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
147 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp1));
151 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
155 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp2));
159 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3))
    [all...]
background_application_list_model.h 69 static bool IsBackgroundApp(const Extension& extension);
background_application_list_model.cc 79 if (BackgroundApplicationListModel::IsBackgroundApp(*extension))
167 DCHECK(IsBackgroundApp(*extension));
237 bool BackgroundApplicationListModel::IsBackgroundApp(
273 if (!IsBackgroundApp(*extension))
281 if (!IsBackgroundApp(*extension))
background_mode_manager.cc 124 if (BackgroundApplicationListModel::IsBackgroundApp(*extension)) {
134 if (BackgroundApplicationListModel::IsBackgroundApp(

Completed in 20 milliseconds