Home
last modified time | relevance | path

Searched refs:querySuccessful (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DAutoFillHostAndroid.cpp42 mAutofill->querySuccessful(names[0], labels[0], uniqueIds[0]); in AutoFillSuggestionsReturned()
DWebAutofill.h77 void querySuccessful(const string16& value, const string16& label, int uniqueId);
DWebAutofill.cpp182 void WebAutofill::querySuccessful(const string16& value, const string16& label, int uniqueId) in querySuccessful() function in android::WebAutofill