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

  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 58 bool IsBackgroundApp(const Extension& app) {
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(*ext1.get()))
    [all...]
background_application_list_model.cc 105 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
118 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
211 DCHECK(IsBackgroundApp(*extension, profile_));
307 bool BackgroundApplicationListModel::IsBackgroundApp(
399 if (!IsBackgroundApp(*extension, profile_))
406 if (!IsBackgroundApp(*extension, profile_))
419 DCHECK(IsBackgroundApp(*extension, profile_));
423 DCHECK(!IsBackgroundApp(*extension, profile_));
background_application_list_model.h 74 static bool IsBackgroundApp(const extensions::Extension& extension,

Completed in 86 milliseconds