OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AppSyncUIState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc
33
AppSyncUIState
*
AppSyncUIState
::Get(Profile* profile) {
38
bool
AppSyncUIState
::ShouldObserveAppSyncForProfile(Profile* profile) {
55
AppSyncUIState
::
AppSyncUIState
(Profile* profile)
62
AppSyncUIState
::~
AppSyncUIState
() {
66
void
AppSyncUIState
::AddObserver(AppSyncUIStateObserver* observer) {
70
void
AppSyncUIState
::RemoveObserver(AppSyncUIStateObserver* observer) {
74
void
AppSyncUIState
::StartObserving()
[
all
...]
app_sync_ui_state.h
21
//
AppSyncUIState
watches app sync and installation and change its state
25
class
AppSyncUIState
: public BrowserContextKeyedService,
38
static
AppSyncUIState
* Get(Profile* profile);
43
explicit
AppSyncUIState
(Profile* profile);
44
virtual ~
AppSyncUIState
();
79
base::OneShotTimer<
AppSyncUIState
> max_syncing_status_timer_;
84
DISALLOW_COPY_AND_ASSIGN(
AppSyncUIState
);
Completed in 31 milliseconds