Searched refs:IsBackgroundApp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model_unittest.cc58 bool IsBackgroundApp(const Extension& app) { function in class:BackgroundApplicationListModelTest
59 return BackgroundApplicationListModel::IsBackgroundApp(app,
138 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
153 if (!BackgroundApplicationListModel::IsBackgroundApp(*extension,
207 ASSERT_FALSE(IsBackgroundApp(*ext1.get()));
211 ASSERT_TRUE(IsBackgroundApp(*bgapp1.get()));
215 ASSERT_FALSE(IsBackgroundApp(*ext2.get()));
219 ASSERT_TRUE(IsBackgroundApp(*bgapp2.get()));
223 ASSERT_FALSE(IsBackgroundApp(*ext3.get()));
229 ASSERT_FALSE(IsBackgroundApp(*ext
[all...]
H A Dbackground_application_list_model.cc105 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
118 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
211 DCHECK(IsBackgroundApp(*extension, profile_));
307 bool BackgroundApplicationListModel::IsBackgroundApp( function in class:BackgroundApplicationListModel
399 if (!IsBackgroundApp(*extension, profile_))
406 if (!IsBackgroundApp(*extension, profile_))
419 DCHECK(IsBackgroundApp(*extension, profile_));
423 DCHECK(!IsBackgroundApp(*extension, profile_));
H A Dbackground_application_list_model.h74 static bool IsBackgroundApp(const extensions::Extension& extension,

Completed in 1531 milliseconds