Searched refs:BackgroundApplicationListModel (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.cc74 // BackgroundApplicationListModel class.
75 class BackgroundApplicationListModel::Application
78 Application(BackgroundApplicationListModel* model,
92 BackgroundApplicationListModel* model_;
105 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
118 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
135 BackgroundApplicationListModel::Observer::OnApplicationDataChanged(
140 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
144 BackgroundApplicationListModel::Observer::~Observer() {
147 BackgroundApplicationListModel
178 BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile) function in class:BackgroundApplicationListModel
[all...]
H A Dbackground_application_list_model.h26 class BackgroundApplicationListModel : public content::NotificationObserver { class in inherits:content::NotificationObserver
29 // BackgroundApplicationListModel should anticipate that associated data,
50 explicit BackgroundApplicationListModel(Profile* profile);
52 virtual ~BackgroundApplicationListModel();
161 DISALLOW_COPY_AND_ASSIGN(BackgroundApplicationListModel);
H A Dbackground_application_list_model_unittest.cc59 return BackgroundApplicationListModel::IsBackgroundApp(app,
138 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
153 if (!BackgroundApplicationListModel::IsBackgroundApp(*extension,
193 scoped_ptr<BackgroundApplicationListModel> model(
194 new BackgroundApplicationListModel(profile_.get()));
276 scoped_ptr<BackgroundApplicationListModel> model(
277 new BackgroundApplicationListModel(profile_.get()));
363 scoped_ptr<BackgroundApplicationListModel> model(
364 new BackgroundApplicationListModel(profile_.get()));
408 scoped_ptr<BackgroundApplicationListModel> mode
[all...]
H A Dbackground_mode_manager.h53 public BackgroundApplicationListModel::Observer,
125 scoped_ptr<BackgroundApplicationListModel> applications_;
201 // BackgroundApplicationListModel::Observer implementation.
H A Dbackground_mode_manager.cc65 : applications_(new BackgroundApplicationListModel(profile)),
375 // BackgroundModeManager, BackgroundApplicationListModel::Observer overrides

Completed in 1115 milliseconds