Searched defs:AppSyncUIState (Results 1 - 2 of 2) sorted by last modified time

/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.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);

Completed in 433 milliseconds