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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 110 typedef std::map<int, int> AutofillQueryToUniqueIdMap;
111 AutofillQueryToUniqueIdMap mUniqueIdMap;
WebAutofill.cpp 205 AutofillQueryToUniqueIdMap::iterator iter = mUniqueIdMap.find(queryId);

Completed in 51 milliseconds