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

  /external/chromium/chrome/browser/
background_application_list_model.h 24 class BackgroundApplicationListModel : public NotificationObserver {
27 // BackgroundApplicationListModel should anticipate that associated data,
46 explicit BackgroundApplicationListModel(Profile* profile);
48 ~BackgroundApplicationListModel();
134 DISALLOW_COPY_AND_ASSIGN(BackgroundApplicationListModel);
background_application_list_model.cc 46 // 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::Application::Application
    [all...]

Completed in 52 milliseconds