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

  /external/chromium/chrome/browser/
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))
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 97 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
110 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
200 DCHECK(IsBackgroundApp(*extension, profile_));
294 bool BackgroundApplicationListModel::IsBackgroundApp(
379 if (!IsBackgroundApp(*extension, profile_))
386 if (!IsBackgroundApp(*extension, profile_))
399 DCHECK(IsBackgroundApp(*extension, profile_));
403 DCHECK(!IsBackgroundApp(*extension, profile_));
background_application_list_model_unittest.cc 54 bool IsBackgroundApp(const Extension& app) {
55 return BackgroundApplicationListModel::IsBackgroundApp(app,
134 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
149 if (!BackgroundApplicationListModel::IsBackgroundApp(*extension,
189 ASSERT_FALSE(IsBackgroundApp(*ext1.get()));
193 ASSERT_TRUE(IsBackgroundApp(*bgapp1.get()));
197 ASSERT_FALSE(IsBackgroundApp(*ext2.get()));
201 ASSERT_TRUE(IsBackgroundApp(*bgapp2.get()));
205 ASSERT_FALSE(IsBackgroundApp(*ext3.get()));
211 ASSERT_FALSE(IsBackgroundApp(*ext1.get()))
    [all...]

Completed in 342 milliseconds