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

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.h28 class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver { class in inherits:ProfileSyncServiceObserver
31 ProfileSyncServiceAndroid(JNIEnv* env, jobject obj);
196 static ProfileSyncServiceAndroid* GetProfileSyncServiceAndroid();
198 // Registers the ProfileSyncServiceAndroid's native methods through JNI.
206 virtual ~ProfileSyncServiceAndroid();
229 DISALLOW_COPY_AND_ASSIGN(ProfileSyncServiceAndroid);
H A Dprofile_sync_service_android.cc60 ProfileSyncServiceAndroid::ProfileSyncServiceAndroid(JNIEnv* env, jobject obj) function in class:ProfileSyncServiceAndroid
83 void ProfileSyncServiceAndroid::Init() {
87 void ProfileSyncServiceAndroid::RemoveObserver() {
93 ProfileSyncServiceAndroid::~ProfileSyncServiceAndroid() {
97 void ProfileSyncServiceAndroid::SendNudgeNotification(
131 void ProfileSyncServiceAndroid::OnStateChanged() {
138 void ProfileSyncServiceAndroid::TokenAvailable(
145 void ProfileSyncServiceAndroid
[all...]

Completed in 219 milliseconds