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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 53 class FormDataAndField {
55 FormDataAndField(webkit_glue::FormData* form, webkit_glue::FormField* field)
107 typedef std::map<int, FormDataAndField*> AutofillQueryFormDataMap;
WebAutofill.cpp 169 mQueryMap[mQueryId] = new FormDataAndField(form, formField);

Completed in 21 milliseconds