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

  /external/chromium_org/chrome/browser/background/
background_application_list_model.h 26 class BackgroundApplicationListModel : public content::NotificationObserver {
29 // BackgroundApplicationListModel should anticipate that associated data,
50 explicit BackgroundApplicationListModel(Profile* profile);
52 virtual ~BackgroundApplicationListModel();
155 DISALLOW_COPY_AND_ASSIGN(BackgroundApplicationListModel);
background_application_list_model.cc 72 // BackgroundApplicationListModel class.
73 class BackgroundApplicationListModel::Application
76 Application(BackgroundApplicationListModel* model,
90 BackgroundApplicationListModel* model_;
103 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
116 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
133 BackgroundApplicationListModel::Observer::OnApplicationDataChanged(
138 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
142 BackgroundApplicationListModel::Observer::~Observer() {
145 BackgroundApplicationListModel::Application::~Application()
    [all...]

Completed in 39 milliseconds