Searched refs:app_sync_ui_state_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_sync_ui_state_watcher.cc12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
14 if (app_sync_ui_state_) {
15 app_sync_ui_state_->AddObserver(this);
21 if (app_sync_ui_state_)
22 app_sync_ui_state_->RemoveObserver(this);
26 if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING)
H A Dapp_sync_ui_state_watcher.h30 AppSyncUIState* app_sync_ui_state_; member in class:AppSyncUIStateWatcher
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc364 app_sync_ui_state_(NULL),
376 app_sync_ui_state_ = AppSyncUIState::Get(profile_);
377 if (app_sync_ui_state_)
378 app_sync_ui_state_->AddObserver(this);
1251 if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING)
2093 if (app_sync_ui_state_)
2094 app_sync_ui_state_->RemoveObserver(this);
H A Dchrome_launcher_controller.h585 AppSyncUIState* app_sync_ui_state_; member in class:ChromeLauncherController

Completed in 2968 milliseconds