HomeSort by relevance Sort by last modified time
    Searched refs:HasSyncSetupCompleted (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.h 28 virtual bool HasSyncSetupCompleted() const = 0;
about_sync_util_unittest.cc 33 EXPECT_CALL(service, HasSyncSetupCompleted())
sync_ui_util_unittest.cc 53 EXPECT_CALL(*service, HasSyncSetupCompleted())
108 EXPECT_CALL(service, HasSyncSetupCompleted())
196 EXPECT_CALL(service, HasSyncSetupCompleted())
207 EXPECT_CALL(service, HasSyncSetupCompleted())
220 EXPECT_CALL(service, HasSyncSetupCompleted())
235 EXPECT_CALL(service, HasSyncSetupCompleted())
251 EXPECT_CALL(service, HasSyncSetupCompleted())
268 EXPECT_CALL(service, HasSyncSetupCompleted())
284 EXPECT_CALL(service, HasSyncSetupCompleted())
301 EXPECT_CALL(service, HasSyncSetupCompleted())
    [all...]
sync_prefs_unittest.cc 39 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
41 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
216 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
224 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
230 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
238 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
profile_sync_service.cc 248 if (!HasSyncSetupCompleted() || GetEffectiveUsername().empty()) {
260 if (!HasSyncSetupCompleted())
330 if (HasSyncSetupCompleted()) {
630 InitializeBackend(!HasSyncSetupCompleted());
817 bool ProfileSyncService::HasSyncSetupCompleted() const {
818 return sync_prefs_.HasSyncSetupCompleted();
    [all...]
sync_prefs.h 70 bool HasSyncSetupCompleted() const;
sync_ui_util.cc 130 if (!service || service->IsManaged() || service->HasSyncSetupCompleted() ||
275 if (service->HasSyncSetupCompleted() &&
340 if (!service->HasSyncSetupCompleted())
profile_sync_service_mock.h 73 MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
profile_sync_service_android.h 169 jboolean HasSyncSetupCompleted(JNIEnv* env, jobject obj);
sync_global_error_unittest.cc 106 EXPECT_CALL(*service, HasSyncSetupCompleted())
profile_sync_service_android.cc 173 sync_service_->HasSyncSetupCompleted()) {
433 jboolean ProfileSyncServiceAndroid::HasSyncSetupCompleted(
436 return sync_service_->HasSyncSetupCompleted();
  /external/chromium/chrome/browser/sync/
sync_ui_util_unittest.cc 27 EXPECT_CALL(service, HasSyncSetupCompleted())
profile_sync_service_mock.h 48 MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
sync_setup_wizard.cc 27 } else if (!service_->HasSyncSetupCompleted()) {
sync_ui_util.cc 101 if (service->HasSyncSetupCompleted()) {
190 if (service->HasSyncSetupCompleted() &&
245 service->HasSyncSetupCompleted()) &&
271 if (service->HasSyncSetupCompleted()) {
330 if (!service || !service->HasSyncSetupCompleted()) {
profile_sync_service.cc 156 if (!HasSyncSetupCompleted()) {
314 if (HasSyncSetupCompleted()) {
353 InitializeBackend(!HasSyncSetupCompleted());
412 bool ProfileSyncService::HasSyncSetupCompleted() const {
519 if (HasSyncSetupCompleted()) {
765 return !HasSyncSetupCompleted() && WizardIsVisible();
859 if (!HasSyncSetupCompleted()) {
    [all...]
profile_sync_service.h 186 virtual bool HasSyncSetupCompleted() const;
  /external/chromium/chrome/browser/ui/webui/
new_tab_page_sync_handler.cc 133 if (!sync_service_->HasSyncSetupCompleted()) {
158 if (sync_service_->HasSyncSetupCompleted()) {
sync_internals_ui_unittest.cc 82 EXPECT_CALL(profile_sync_service_mock_, HasSyncSetupCompleted())
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_sync_handler.cc 111 if (!sync_service_->HasSyncSetupCompleted()) {
143 if (sync_service_->HasSyncSetupCompleted()) {
  /external/chromium_org/chrome/browser/ui/ash/
app_sync_ui_state.cc 122 if (!sync_service_ || !sync_service_->HasSyncSetupCompleted())
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 362 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
427 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
449 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
474 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
503 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
559 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
588 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
631 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
645 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
658 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
    [all...]
sync_setup_handler.cc 427 if (!service->HasSyncSetupCompleted()) {
800 if (!sync_service || (!sync_service->HasSyncSetupCompleted() &&
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 43 virtual bool HasSyncSetupCompleted() const {
  /external/chromium_org/chrome/browser/password_manager/
password_generation_manager.cc 134 password_sync_enabled = (sync_service->HasSyncSetupCompleted() &&

Completed in 340 milliseconds

1 2