Searched refs:BackgroundApplicationListModel (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/
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...]
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_unittest.cc109 scoped_ptr<BackgroundApplicationListModel> model(
110 new BackgroundApplicationListModel(profile_.get()));
122 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
126 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp1));
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
134 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp2));
138 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
143 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext1));
147 ASSERT_TRUE(BackgroundApplicationListModel::IsBackgroundApp(*bgapp1));
151 ASSERT_FALSE(BackgroundApplicationListModel
[all...]
H A Dbackground_mode_manager.h43 public BackgroundApplicationListModel::Observer,
81 // BackgroundApplicationListModel::Observer implementation.
136 // BackgroundApplicationListModel.
155 BackgroundApplicationListModel applications_;
H A Dbackground_mode_manager.cc124 if (BackgroundApplicationListModel::IsBackgroundApp(*extension)) {
134 if (BackgroundApplicationListModel::IsBackgroundApp(
141 // BackgroundApplicationListModel instead of tracking the count here.
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.cc65 // BackgroundApplicationListModel class.
66 class BackgroundApplicationListModel::Application
69 Application(BackgroundApplicationListModel* model,
83 BackgroundApplicationListModel* model_;
95 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
108 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
125 BackgroundApplicationListModel::Observer::OnApplicationDataChanged(
130 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
134 BackgroundApplicationListModel::Observer::~Observer() {
137 BackgroundApplicationListModel
168 BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile) function in class:BackgroundApplicationListModel
[all...]
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();
148 DISALLOW_COPY_AND_ASSIGN(BackgroundApplicationListModel);
H A Dbackground_application_list_model_unittest.cc54 return BackgroundApplicationListModel::IsBackgroundApp(app,
96 if (BackgroundApplicationListModel::IsBackgroundApp(*extension,
111 if (!BackgroundApplicationListModel::IsBackgroundApp(*extension,
137 scoped_ptr<BackgroundApplicationListModel> model(
138 new BackgroundApplicationListModel(profile_.get()));
204 scoped_ptr<BackgroundApplicationListModel> model(
205 new BackgroundApplicationListModel(profile_.get()));
250 BackgroundApplicationListModel* model,
260 ASSERT_EQ(BackgroundApplicationListModel::IsBackgroundApp(*extension.get(),
273 BackgroundApplicationListModel* mode
[all...]
H A Dbackground_mode_manager.h48 public BackgroundApplicationListModel::Observer,
99 scoped_ptr<BackgroundApplicationListModel> applications_;
166 // BackgroundApplicationListModel::Observer implementation.
H A Dbackground_mode_manager.cc57 : applications_(new BackgroundApplicationListModel(profile)),
306 if (BackgroundApplicationListModel::IsBackgroundApp(
364 // BackgroundModeManager, BackgroundApplicationListModel::Observer overrides

Completed in 95 milliseconds