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

  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_sync_ui_state_watcher.cc 12 : 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)
app_sync_ui_state_watcher.h 30 AppSyncUIState* app_sync_ui_state_; member in class:AppSyncUIStateWatcher
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 364 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);
    [all...]
chrome_launcher_controller.h 585 AppSyncUIState* app_sync_ui_state_; member in class:ChromeLauncherController

Completed in 45 milliseconds