OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSetupInProgress
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
204
sync_->
SetSetupInProgress
(true);
220
sync_->
SetSetupInProgress
(false);
244
sync_->
SetSetupInProgress
(true);
259
sync_->
SetSetupInProgress
(false);
294
sync_->
SetSetupInProgress
(true);
304
sync_->
SetSetupInProgress
(false);
324
sync_->
SetSetupInProgress
(false);
527
sync_->
SetSetupInProgress
(true);
529
sync_->
SetSetupInProgress
(false);
profile_sync_service_android.h
163
void
SetSetupInProgress
(JNIEnv* env, jobject obj, jboolean in_progress);
profile_sync_service_mock.h
97
MOCK_METHOD1(
SetSetupInProgress
, void(bool));
profile_sync_service_unittest.cc
203
// Verify that the
SetSetupInProgress
function call updates state
212
service()->
SetSetupInProgress
(true);
214
service()->
SetSetupInProgress
(false);
profile_sync_service_android.cc
414
void ProfileSyncServiceAndroid::
SetSetupInProgress
(
417
sync_service_->
SetSetupInProgress
(in_progress);
profile_sync_service.h
154
// *
SetSetupInProgress
()
157
// up sync at least once on their account.
SetSetupInProgress
(true) should be
159
//
SetSetupInProgress
(false) should be called when configuration is complete.
160
// When SetSyncSetupCompleted() == false, but
SetSetupInProgress
(true) has
164
// SetSyncSetupCompleted() followed by
SetSetupInProgress
(false) - this will
436
virtual void
SetSetupInProgress
(bool setup_in_progress);
[
all
...]
profile_sync_service.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc
436
service->
SetSetupInProgress
(false);
532
service->
SetSetupInProgress
(true);
641
service->
SetSetupInProgress
(false);
824
sync_service->
SetSetupInProgress
(false);
[
all
...]
sync_setup_handler_unittest.cc
545
EXPECT_CALL(*mock_pss_,
SetSetupInProgress
(false));
[
all
...]
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.cc
108
profile_sync_service->
SetSetupInProgress
(true);
486
service->
SetSetupInProgress
(false);
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc
374
service->
SetSetupInProgress
(false);
507
service->
SetSetupInProgress
(true);
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
272
service()->
SetSetupInProgress
(true);
784
service()->
SetSetupInProgress
(false);
[
all
...]
Completed in 109 milliseconds