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

  /external/chromium/chrome/browser/
background_mode_manager.cc 36 void BackgroundModeManager::OnApplicationListChanged() {
background_application_list_model.cc 103 BackgroundApplicationListModel::Observer::OnApplicationListChanged() {
293 // differs from the old list, it generates OnApplicationListChanged events for
313 FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged());
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 132 BackgroundApplicationListModel::Observer::OnApplicationListChanged(
419 // differs from the old list, it generates OnApplicationListChanged events for
440 FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged(profile_));
background_mode_manager.cc 394 void BackgroundModeManager::OnApplicationListChanged(Profile* profile) {

Completed in 38 milliseconds