HomeSort by relevance Sort by last modified time
    Searched refs:HasSyncSetupCompleted (Results 1 - 25 of 40) 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 55 EXPECT_CALL(*service, HasSyncSetupCompleted())
110 EXPECT_CALL(service, HasSyncSetupCompleted())
198 EXPECT_CALL(service, HasSyncSetupCompleted())
209 EXPECT_CALL(service, HasSyncSetupCompleted())
222 EXPECT_CALL(service, HasSyncSetupCompleted())
237 EXPECT_CALL(service, HasSyncSetupCompleted())
254 EXPECT_CALL(service, HasSyncSetupCompleted())
271 EXPECT_CALL(service, HasSyncSetupCompleted())
287 EXPECT_CALL(service, HasSyncSetupCompleted())
304 EXPECT_CALL(service, HasSyncSetupCompleted())
    [all...]
sync_prefs_unittest.cc 39 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
41 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
217 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
225 EXPECT_TRUE(sync_prefs.HasSyncSetupCompleted());
231 EXPECT_FALSE(sync_prefs.HasSyncSetupCompleted());
sync_prefs.h 69 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.cc 254 if (!HasSyncSetupCompleted() || GetEffectiveUsername().empty()) {
266 if (!HasSyncSetupCompleted())
327 if (HasSyncSetupCompleted()) {
683 InitializeBackend(!HasSyncSetupCompleted());
884 bool ProfileSyncService::HasSyncSetupCompleted() const {
885 return sync_prefs_.HasSyncSetupCompleted();
    [all...]
profile_sync_service_android.h 169 jboolean HasSyncSetupCompleted(JNIEnv* env, jobject obj);
profile_sync_service_mock.h 73 MOCK_CONST_METHOD0(HasSyncSetupCompleted, bool());
sync_global_error_unittest.cc 106 EXPECT_CALL(*service, HasSyncSetupCompleted())
profile_sync_service_android.cc 164 sync_service_->HasSyncSetupCompleted()) {
426 jboolean ProfileSyncServiceAndroid::HasSyncSetupCompleted(
429 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_org/chrome/browser/extensions/
pending_enables.cc 53 sync_prefs_->HasSyncSetupCompleted() &&
  /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 104 if (!sync_service_->HasSyncSetupCompleted()) {
136 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/password_manager/
password_generation_manager.cc 100 password_sync_enabled = (sync_service->HasSyncSetupCompleted() &&
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler_unittest.cc 335 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
400 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
422 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
447 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
476 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
532 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
561 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
604 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
618 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
631 EXPECT_CALL(*mock_pss_, HasSyncSetupCompleted())
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_browsertest.cc 43 virtual bool HasSyncSetupCompleted() const {

Completed in 332 milliseconds

1 2