AutofillSuggestion   13 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java import org.chromium.ui.autofill.AutofillSuggestion;
AutofillSuggestion   43 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java             AutofillSuggestion[] suggestions) {
AutofillSuggestion   73 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java     private static AutofillSuggestion[] createAutofillSuggestionArray(int size) {
AutofillSuggestion   74 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java         return new AutofillSuggestion[size];
AutofillSuggestion   85 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java     private static void addToAutofillSuggestionArray(AutofillSuggestion[] array, int index,
AutofillSuggestion   87 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java         array[index] = new AutofillSuggestion(name, label, uniqueId);
AutofillSuggestion   14 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java import org.chromium.ui.autofill.AutofillSuggestion;
AutofillSuggestion   76 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java     private void show(AutofillSuggestion[] suggestions) {
AutofillSuggestion   95 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java     private static AutofillSuggestion[] createAutofillSuggestionArray(int size) {
AutofillSuggestion   96 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java         return new AutofillSuggestion[size];
AutofillSuggestion  107 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java     private static void addToAutofillSuggestionArray(AutofillSuggestion[] array, int index,
AutofillSuggestion  109 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupBridge.java         array[index] = new AutofillSuggestion(label, sublabel, uniqueId);
AutofillSuggestion   20 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java import org.chromium.ui.autofill.AutofillSuggestion;
AutofillSuggestion   89 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java     private AutofillSuggestion[] createTwoAutofillSuggestionArray() {
AutofillSuggestion   90 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java         return new AutofillSuggestion[] {
AutofillSuggestion   91 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Sherlock Holmes", "221B Baker Street", 42),
AutofillSuggestion   92 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Arthur Dent", "West Country", 43),
AutofillSuggestion   96 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java     private AutofillSuggestion[] createFiveAutofillSuggestionArray() {
AutofillSuggestion   97 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java         return new AutofillSuggestion[] {
AutofillSuggestion   98 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Sherlock Holmes", "221B Baker Street", 42),
AutofillSuggestion   99 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Arthur Dent", "West Country", 43),
AutofillSuggestion  100 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Arthos", "France", 44),
AutofillSuggestion  101 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Porthos", "France", 45),
AutofillSuggestion  102 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java             new AutofillSuggestion("Aramis", "France", 46),
AutofillSuggestion  106 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java     public boolean openAutofillPopupAndWaitUntilReady(final AutofillSuggestion[] suggestions)
AutofillSuggestion  135 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java         AutofillSuggestion[] suggestions = createTwoAutofillSuggestionArray();
AutofillSuggestion   26 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java public class AutofillListAdapter extends ArrayAdapter<AutofillSuggestion> {
AutofillSuggestion   31 ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java                         ArrayList<AutofillSuggestion> objects,
AutofillSuggestion   56 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java     private List<AutofillSuggestion> mSuggestions;
AutofillSuggestion  140 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java     public void show(AutofillSuggestion[] suggestions) {
AutofillSuggestion  141 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         mSuggestions = new ArrayList<AutofillSuggestion>(Arrays.asList(suggestions));
AutofillSuggestion  143 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         ArrayList<AutofillSuggestion> cleanedData = new ArrayList<AutofillSuggestion>();
AutofillSuggestion  184 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java     private float getDesiredWidth(ArrayList<AutofillSuggestion> data) {
AutofillSuggestion  223 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java         AutofillSuggestion selectedSuggestion = adapter.getItem(position);