Searched defs:ProfileSyncServiceAndroid (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.h29 class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver { class in inherits:ProfileSyncServiceObserver
32 ProfileSyncServiceAndroid(JNIEnv* env, jobject obj);
221 static ProfileSyncServiceAndroid* GetProfileSyncServiceAndroid();
223 // Registers the ProfileSyncServiceAndroid's native methods through JNI.
231 virtual ~ProfileSyncServiceAndroid();
256 DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceAndroid);
H A Dprofile_sync_service_android.cc58 ProfileSyncServiceAndroid::ProfileSyncServiceAndroid(JNIEnv* env, jobject obj) function in class:ProfileSyncServiceAndroid
81 void ProfileSyncServiceAndroid::Init() {
85 void ProfileSyncServiceAndroid::RemoveObserver() {
91 ProfileSyncServiceAndroid::~ProfileSyncServiceAndroid() {
95 void ProfileSyncServiceAndroid::SendNudgeNotification(
131 void ProfileSyncServiceAndroid::OnStateChanged() {
138 void ProfileSyncServiceAndroid::EnableSync(JNIEnv* env, jobject) {
147 void ProfileSyncServiceAndroid
[all...]

Completed in 86 milliseconds