HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundApplicationListModel (Results 1 - 4 of 4) 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...]
  /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 67 // BackgroundApplicationListModel class.
68 class BackgroundApplicationListModel::Application
71 Application(BackgroundApplicationListModel* model,
85 BackgroundApplicationListModel* model_;
97 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
110 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
127 BackgroundApplicationListModel::Observer::OnApplicationDataChanged(
132 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
136 BackgroundApplicationListModel::Observer::~Observer() {
139 BackgroundApplicationListModel::Application::~Application()
    [all...]

Completed in 525 milliseconds