AppSyncUIState 12 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc : app_sync_ui_state_(AppSyncUIState::Get(profile)), AppSyncUIState 26 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING) AppSyncUIState 16 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h class AppSyncUIState; AppSyncUIState 30 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h AppSyncUIState* app_sync_ui_state_; AppSyncUIState 33 chrome/browser/ui/ash/app_sync_ui_state.cc AppSyncUIState* AppSyncUIState::Get(Profile* profile) { AppSyncUIState 38 chrome/browser/ui/ash/app_sync_ui_state.cc bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) { AppSyncUIState 55 chrome/browser/ui/ash/app_sync_ui_state.cc AppSyncUIState::AppSyncUIState(Profile* profile) AppSyncUIState 62 chrome/browser/ui/ash/app_sync_ui_state.cc AppSyncUIState::~AppSyncUIState() { AppSyncUIState 66 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::AddObserver(AppSyncUIStateObserver* observer) { AppSyncUIState 70 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::RemoveObserver(AppSyncUIStateObserver* observer) { AppSyncUIState 74 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::StartObserving() { AppSyncUIState 87 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::StopObserving() { AppSyncUIState 97 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::SetStatus(Status status) { AppSyncUIState 107 chrome/browser/ui/ash/app_sync_ui_state.cc this, &AppSyncUIState::OnMaxSyncingTimer); AppSyncUIState 121 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::CheckAppSync() { AppSyncUIState 136 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::OnMaxSyncingTimer() { AppSyncUIState 140 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::Observe(int type, AppSyncUIState 147 chrome/browser/ui/ash/app_sync_ui_state.cc void AppSyncUIState::OnStateChanged() { AppSyncUIState 25 chrome/browser/ui/ash/app_sync_ui_state.h class AppSyncUIState : public KeyedService, AppSyncUIState 38 chrome/browser/ui/ash/app_sync_ui_state.h static AppSyncUIState* Get(Profile* profile); AppSyncUIState 43 chrome/browser/ui/ash/app_sync_ui_state.h explicit AppSyncUIState(Profile* profile); AppSyncUIState 44 chrome/browser/ui/ash/app_sync_ui_state.h virtual ~AppSyncUIState(); AppSyncUIState 79 chrome/browser/ui/ash/app_sync_ui_state.h base::OneShotTimer<AppSyncUIState> max_syncing_status_timer_; AppSyncUIState 84 chrome/browser/ui/ash/app_sync_ui_state.h DISALLOW_COPY_AND_ASSIGN(AppSyncUIState); AppSyncUIState 13 chrome/browser/ui/ash/app_sync_ui_state_factory.cc AppSyncUIState* AppSyncUIStateFactory::GetForProfile(Profile* profile) { AppSyncUIState 14 chrome/browser/ui/ash/app_sync_ui_state_factory.cc if (!AppSyncUIState::ShouldObserveAppSyncForProfile(profile)) AppSyncUIState 17 chrome/browser/ui/ash/app_sync_ui_state_factory.cc return static_cast<AppSyncUIState*>( AppSyncUIState 39 chrome/browser/ui/ash/app_sync_ui_state_factory.cc DCHECK(AppSyncUIState::ShouldObserveAppSyncForProfile(profile)); AppSyncUIState 40 chrome/browser/ui/ash/app_sync_ui_state_factory.cc return new AppSyncUIState(profile); AppSyncUIState 13 chrome/browser/ui/ash/app_sync_ui_state_factory.h class AppSyncUIState; AppSyncUIState 19 chrome/browser/ui/ash/app_sync_ui_state_factory.h static AppSyncUIState* GetForProfile(Profile* profile); AppSyncUIState 330 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc app_sync_ui_state_ = AppSyncUIState::Get(profile_); AppSyncUIState 1200 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING) AppSyncUIState 38 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h class AppSyncUIState; AppSyncUIState 563 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h AppSyncUIState* app_sync_ui_state_;