Searched refs:OnApplicationListChanged (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc97 manager.OnApplicationListChanged(profile);
102 manager.OnApplicationListChanged(profile);
121 manager.OnApplicationListChanged(profile);
125 manager.OnApplicationListChanged(profile);
149 manager.OnApplicationListChanged(profile);
165 manager.OnApplicationListChanged(profile);
181 manager.OnApplicationListChanged(profile1);
187 manager.OnApplicationListChanged(profile2);
201 manager.OnApplicationListChanged(profile2);
206 manager.OnApplicationListChanged(profile
[all...]
H A Dbackground_application_list_model.h43 virtual void OnApplicationListChanged(Profile* profile);
H A Dbackground_mode_manager.h169 virtual void OnApplicationListChanged(Profile* profile) OVERRIDE;
H A Dbackground_application_list_model.cc130 BackgroundApplicationListModel::Observer::OnApplicationListChanged( function in class:BackgroundApplicationListModel::Observer
395 // differs from the old list, it generates OnApplicationListChanged events for
416 FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged(profile_));
H A Dbackground_mode_manager.cc370 void BackgroundModeManager::OnApplicationListChanged(Profile* profile) { function in class:BackgroundModeManager
/external/chromium/chrome/browser/
H A Dbackground_application_list_model.h39 virtual void OnApplicationListChanged();
117 void OnApplicationListChanged();
H A Dbackground_mode_manager.h83 virtual void OnApplicationListChanged();
H A Dbackground_application_list_model.cc103 BackgroundApplicationListModel::Observer::OnApplicationListChanged() { function in class:BackgroundApplicationListModel::Observer
293 // differs from the old list, it generates OnApplicationListChanged events for
313 FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged());
H A Dbackground_mode_manager.cc36 void BackgroundModeManager::OnApplicationListChanged() { function in class:BackgroundModeManager

Completed in 120 milliseconds