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

/external/chromium/chrome/browser/
H A Dbackground_application_list_model.h24 class BackgroundApplicationListModel : public NotificationObserver { class in inherits:NotificationObserver
27 // BackgroundApplicationListModel should anticipate that associated data,
46 explicit BackgroundApplicationListModel(Profile* profile);
48 ~BackgroundApplicationListModel();
134 DISALLOW_COPY_AND_ASSIGN(BackgroundApplicationListModel);
H A Dbackground_application_list_model.cc46 // BackgroundApplicationListModel class.
47 class BackgroundApplicationListModel::Application
50 Application(BackgroundApplicationListModel* model,
66 BackgroundApplicationListModel* model_;
79 if (BackgroundApplicationListModel::IsBackgroundApp(*extension))
98 BackgroundApplicationListModel::Observer::OnApplicationDataChanged(
103 BackgroundApplicationListModel::Observer::OnApplicationListChanged() {
106 BackgroundApplicationListModel::Observer::~Observer() {
109 BackgroundApplicationListModel::Application::~Application() {
112 BackgroundApplicationListModel
144 BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile) function in class:BackgroundApplicationListModel
[all...]

Completed in 42 milliseconds