HomeSort by relevance Sort by last modified time
    Searched refs:mAutoFillProfile (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 36 private AutoFillProfile mAutoFillProfile;
81 // mAutoFillProfile here. This is because we control all other access
123 mAutoFillProfile = new AutoFillProfile(mAutoFillActiveProfileId,
134 // Synchronization note: strictly speaking, it's possible that mAutoFillProfile
138 if (mAutoFillProfile == null) {
167 if (mAutoFillProfile == null) {
207 if (mAutoFillProfile != null) {
208 new DeleteProfileFromDbTask(msg).execute(mAutoFillProfile.getUniqueId());
211 // Make sure we set mAutoFillProfile before calling setActiveAutoFillProfileId
214 mAutoFillProfile = profile
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 173 private AutoFillProfile mAutoFillProfile;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 138 mAutoFillProfile = env->GetFieldID(clazz, "mAutoFillProfile", "Landroid/webkit/WebSettingsClassic$AutoFillProfile;");
270 jfieldID mAutoFillProfile;
600 jobject autoFillProfile = env->GetObjectField(obj, gFieldIds->mAutoFillProfile);

Completed in 183 milliseconds