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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 63 if (mAutofillManager)
69 mAutofillManager = new AutofillManager(mTabContents.get());
103 ASSERT(mAutofillManager);
105 mAutofillManager->Reset();
125 mAutofillManager->OnFormsSeenWrapper(mForms);
171 bool suggestions = mAutofillManager->OnQueryFormFieldAutoFillWrapper(*form, *formField);
212 mAutofillManager->OnFillAutoFillFormDataWrapper(queryId, *form, *field, iter->second);
WebAutofill.h 99 OwnPtr<AutofillManager> mAutofillManager;

Completed in 40 milliseconds