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 33 private AutoFillProfile mAutoFillProfile;
110 mAutoFillProfile = new AutoFillProfile(mAutoFillActiveProfileId,
129 if (mAutoFillProfile != null) {
130 new DeleteProfileFromDbTask(msg).execute(mAutoFillProfile.getUniqueId());
133 // Make sure we set mAutoFillProfile before calling setActiveAutoFillProfileId
136 mAutoFillProfile = profile;
141 return mAutoFillProfile;
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 135 mAutoFillProfile = env->GetFieldID(clazz, "mAutoFillProfile", "Landroid/webkit/WebSettings$AutoFillProfile;");
258 jfieldID mAutoFillProfile;
559 jobject autoFillProfile = env->GetObjectField(obj, gFieldIds->mAutoFillProfile);
  /frameworks/base/core/java/android/webkit/
WebSettings.java 278 private AutoFillProfile mAutoFillProfile;
    [all...]

Completed in 430 milliseconds