Searched defs:BackgroundApplicationListModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/background/
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.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...]

Completed in 290 milliseconds