HomeSort by relevance Sort by last modified time
    Searched refs:OnApplicationListChanged (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 164 manager.OnApplicationListChanged(profile);
173 manager.OnApplicationListChanged(profile);
183 manager.OnApplicationListChanged(profile);
204 manager.OnApplicationListChanged(profile);
208 manager.OnApplicationListChanged(profile);
234 manager.OnApplicationListChanged(profile);
250 manager.OnApplicationListChanged(profile);
268 manager.OnApplicationListChanged(profile1);
274 manager.OnApplicationListChanged(profile2);
288 manager.OnApplicationListChanged(profile2)
    [all...]
background_application_list_model.h 43 virtual void OnApplicationListChanged(Profile* profile);
background_mode_manager.h 193 virtual void OnApplicationListChanged(Profile* profile) OVERRIDE;
background_application_list_model.cc 138 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
428 // differs from the old list, it generates OnApplicationListChanged events for
449 FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged(profile_));
background_mode_manager.cc 395 void BackgroundModeManager::OnApplicationListChanged(Profile* profile) {

Completed in 99 milliseconds