Home
last modified time | relevance | path

Searched refs:NotifyProcessSyncChangesFinished (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/app_list/
H A Dapp_list_controller.h126 virtual void NotifyProcessSyncChangesFinished() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/
H A Dchrome_app_list_model_updater.h99 void NotifyProcessSyncChangesFinished() override;
H A Dapp_list_model_updater.h118 virtual void NotifyProcessSyncChangesFinished() {} in NotifyProcessSyncChangesFinished() function
H A Dchrome_app_list_model_updater.cc453 void ChromeAppListModelUpdater::NotifyProcessSyncChangesFinished() { in NotifyProcessSyncChangesFinished() function in ChromeAppListModelUpdater
455 app_list_controller_->NotifyProcessSyncChangesFinished(); in NotifyProcessSyncChangesFinished()
H A Dapp_list_syncable_service.cc1072 GetModelUpdater()->NotifyProcessSyncChangesFinished(); in ProcessSyncChanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_controller_impl.h125 void NotifyProcessSyncChangesFinished() override;
H A Dapp_list_controller_impl.cc439 void AppListControllerImpl::NotifyProcessSyncChangesFinished() { in NotifyProcessSyncChangesFinished() function in ash::AppListControllerImpl