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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 107 typedef std::map<int, FormDataAndField*> AutofillQueryFormDataMap;
108 AutofillQueryFormDataMap mQueryMap;
WebAutofill.cpp 83 for (AutofillQueryFormDataMap::iterator it = mQueryMap.begin(); it != mQueryMap.end(); it++)

Completed in 32 milliseconds