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

  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 33 std::vector<AutoFillProfile>* profiles,
personal_data_manager.cc 96 bool IsMinimumAddress(const AutofillProfile& profile) {
141 std::vector<AutofillProfile*> profile_pointers(web_profiles_.size());
144 AutofillProfile::AdjustInferredLabels(&profile_pointers);
201 scoped_ptr<AutofillProfile> imported_profile(new AutoFillProfile);
349 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
356 std::mem_fun_ref(&AutofillProfile::IsEmpty)),
364 std::vector<AutofillProfile*> profile_pointers(profiles->size());
366 address_of<AutofillProfile>);
367 AutofillProfile::AdjustInferredLabels(&profile_pointers)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 30 import android.webkit.WebSettingsClassic.AutoFillProfile;
36 private AutoFillProfile mAutoFillProfile;
72 Log.w(LOGTAG, "Caught exception while waiting for AutofillProfile to load.");
123 mAutoFillProfile = new AutoFillProfile(mAutoFillActiveProfileId,
168 setAutoFillProfile(new AutoFillProfile(1, name, email, company,
198 public synchronized void setAutoFillProfile(AutoFillProfile profile, Message msg) {
218 public synchronized AutoFillProfile getAutoFillProfile() {
252 private class SaveProfileToDbTask extends AutoFillProfileDbTask<AutoFillProfile> {
258 protected Void doInBackground(AutoFillProfile... values) {
262 AutoFillProfile newProfile = values[0]
    [all...]
AutoFillProfileDatabase.java 25 import android.webkit.WebSettingsClassic.AutoFillProfile;
98 public void addOrUpdateProfile(final int id, AutoFillProfile profile) {
AutoFillSettingsFragment.java 35 import android.webkit.WebSettingsClassic.AutoFillProfile;
180 AutoFillProfile newProfile = new AutoFillProfile(
232 AutoFillProfile activeProfile = mSettings.getAutoFillProfile();
BrowserSettings.java 42 import android.webkit.WebSettingsClassic.AutoFillProfile;
512 public AutoFillProfile getAutoFillProfile() {
516 public void setAutoFillProfile(AutoFillProfile profile, Message msg) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 129 public static class AutoFillProfile {
142 public AutoFillProfile(int uniqueId, String fullName, String email,
173 private AutoFillProfile mAutoFillProfile;
    [all...]

Completed in 1003 milliseconds