Searched refs:AppSyncUIState (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/
H A Dapp_sync_ui_state.cc30 AppSyncUIState* AppSyncUIState::Get(Profile* profile) {
35 bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) {
52 AppSyncUIState::AppSyncUIState(Profile* profile) function in class:AppSyncUIState
60 AppSyncUIState::~AppSyncUIState() {
64 void AppSyncUIState::AddObserver(AppSyncUIStateObserver* observer) {
68 void AppSyncUIState::RemoveObserver(AppSyncUIStateObserver* observer) {
72 void AppSyncUIState
[all...]
H A Dapp_sync_ui_state_factory.cc14 AppSyncUIState* AppSyncUIStateFactory::GetForProfile(Profile* profile) {
15 if (!AppSyncUIState::ShouldObserveAppSyncForProfile(profile))
18 return static_cast<AppSyncUIState*>(
29 "AppSyncUIState",
41 DCHECK(AppSyncUIState::ShouldObserveAppSyncForProfile(profile));
42 return new AppSyncUIState(profile);
H A Dapp_sync_ui_state_factory.h13 class AppSyncUIState;
19 static AppSyncUIState* GetForProfile(Profile* profile);
H A Dapp_sync_ui_state.h26 // AppSyncUIState watches app sync and installation and change its state
30 class AppSyncUIState : public KeyedService, class in inherits:KeyedService,ProfileSyncServiceObserver,extensions::ExtensionRegistryObserver
43 static AppSyncUIState* Get(Profile* profile);
48 explicit AppSyncUIState(Profile* profile);
49 virtual ~AppSyncUIState();
82 base::OneShotTimer<AppSyncUIState> max_syncing_status_timer_;
89 DISALLOW_COPY_AND_ASSIGN(AppSyncUIState);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_sync_ui_state_watcher.cc12 : app_sync_ui_state_(AppSyncUIState::Get(profile)),
26 if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING)
H A Dapp_sync_ui_state_watcher.h16 class AppSyncUIState;
19 // AppSyncUIStateWatcher updates AppListModel status when AppSyncUIState
30 AppSyncUIState* app_sync_ui_state_;
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.h37 class AppSyncUIState;
585 AppSyncUIState* app_sync_ui_state_;
H A Dchrome_launcher_controller.cc376 app_sync_ui_state_ = AppSyncUIState::Get(profile_);
1251 if (app_sync_ui_state_->status() == AppSyncUIState::STATUS_SYNCING)

Completed in 278 milliseconds