Home
last modified time | relevance | path

Searched refs:uniqueIds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DAutoFillHostAndroid.cpp38 …d::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& uniqueIds) in AutoFillSuggestionsReturned() argument
42 mAutofill->querySuccessful(names[0], labels[0], uniqueIds[0]); in AutoFillSuggestionsReturned()
DAutoFillHostAndroid.h46 …::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& uniqueIds);