Home
last modified time | relevance | path

Searched refs:ProfileSyncServiceAndroid (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_android.cc58 ProfileSyncServiceAndroid::ProfileSyncServiceAndroid(JNIEnv* env, jobject obj) in ProfileSyncServiceAndroid() function in ProfileSyncServiceAndroid
81 void ProfileSyncServiceAndroid::Init() { in Init()
85 void ProfileSyncServiceAndroid::RemoveObserver() { in RemoveObserver()
91 ProfileSyncServiceAndroid::~ProfileSyncServiceAndroid() { in ~ProfileSyncServiceAndroid()
95 void ProfileSyncServiceAndroid::SendNudgeNotification( in SendNudgeNotification()
131 void ProfileSyncServiceAndroid::OnStateChanged() { in OnStateChanged()
138 void ProfileSyncServiceAndroid::EnableSync(JNIEnv* env, jobject) { in EnableSync()
147 void ProfileSyncServiceAndroid::DisableSync(JNIEnv* env, jobject) { in DisableSync()
158 void ProfileSyncServiceAndroid::SignInSync(JNIEnv* env, jobject) { in SignInSync()
175 void ProfileSyncServiceAndroid::SignOutSync(JNIEnv* env, jobject) { in SignOutSync()
[all …]
Dprofile_sync_service_android.h29 class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver {
32 ProfileSyncServiceAndroid(JNIEnv* env, jobject obj);
221 static ProfileSyncServiceAndroid* GetProfileSyncServiceAndroid();
231 virtual ~ProfileSyncServiceAndroid();
256 DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceAndroid);
Dprofile_sync_service_android_unittest.cc85 ProfileSyncServiceAndroid::ModelTypeSetToSelection(model_types); in TEST_F()
101 ProfileSyncServiceAndroid::ModelTypeSelectionToStringForTest( in TEST_F()
/external/chromium_org/chrome/browser/android/
Dchrome_jni_registrar.cc174 { "ProfileSyncService", ProfileSyncServiceAndroid::Register },