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

  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 103 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
116 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
206 DCHECK(IsBackgroundApp(*extension, profile_));
302 bool BackgroundApplicationListModel::IsBackgroundApp(
388 if (!IsBackgroundApp(*extension, profile_))
395 if (!IsBackgroundApp(*extension, profile_))
408 DCHECK(IsBackgroundApp(*extension, profile_));
412 DCHECK(!IsBackgroundApp(*extension, profile_));
background_application_list_model_unittest.cc 56 bool IsBackgroundApp(const Extension& app) {
57 return BackgroundApplicationListModel::IsBackgroundApp(app,
136 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
151 if (!BackgroundApplicationListModel::IsBackgroundApp(*extension,
191 ASSERT_FALSE(IsBackgroundApp(*ext1.get()));
195 ASSERT_TRUE(IsBackgroundApp(*bgapp1.get()));
199 ASSERT_FALSE(IsBackgroundApp(*ext2.get()));
203 ASSERT_TRUE(IsBackgroundApp(*bgapp2.get()));
207 ASSERT_FALSE(IsBackgroundApp(*ext3.get()));
213 ASSERT_FALSE(IsBackgroundApp(*ext1.get()))
    [all...]

Completed in 50 milliseconds