OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GAIA_LOGIN
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/sync/
sync_setup_wizard.h
21
GAIA_LOGIN
= 0,
sync_setup_wizard_unittest.cc
223
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
227
EXPECT_EQ(SyncSetupWizard::
GAIA_LOGIN
, test_window_->flow()->current_state_);
235
EXPECT_EQ(SyncSetupWizard::
GAIA_LOGIN
, test_window_->flow()->current_state_);
246
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
249
EXPECT_EQ(SyncSetupWizard::
GAIA_LOGIN
, test_window_->flow()->current_state_);
268
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
301
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
336
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
373
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
381
wizard_->Step(SyncSetupWizard::
GAIA_LOGIN
);
[
all
...]
sync_setup_flow.cc
61
if (start == SyncSetupWizard::
GAIA_LOGIN
)
196
case SyncSetupWizard::
GAIA_LOGIN
:
299
case SyncSetupWizard::
GAIA_LOGIN
:
301
current_state_ == SyncSetupWizard::
GAIA_LOGIN
||
304
return current_state_ == SyncSetupWizard::
GAIA_LOGIN
;
313
return current_state_ == SyncSetupWizard::
GAIA_LOGIN
;
315
DCHECK(current_state_ != SyncSetupWizard::
GAIA_LOGIN
&&
337
case SyncSetupWizard::
GAIA_LOGIN
: {
sync_setup_wizard.cc
78
if (start_state ==
GAIA_LOGIN
) {
profile_sync_service.cc
538
SyncSetupWizard::GAIA_SUCCESS : SyncSetupWizard::
GAIA_LOGIN
);
684
wizard_.Step(SyncSetupWizard::
GAIA_LOGIN
);
694
wizard_.Step(SyncSetupWizard::
GAIA_LOGIN
);
[
all
...]
Completed in 5020 milliseconds