HomeSort by relevance Sort by last modified time
    Searched full:autocomplete (Results 26 - 50 of 775) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/options/
autocomplete_list.js 11 * Creates a new autocomplete list item.
24 * Decorates an element as an autocomplete list item.
59 * Creates a new autocomplete list popup.
69 * The text field the autocomplete popup is currently attached to, if any.
99 this.classList.add('autocomplete-suggestions');
140 * to autocomplete from.
169 * Detaches the autocomplete popup from its current input element, if any.
183 * The text field the autocomplete popup is currently attached to, if any.
191 * Handles input field key events that should be interpreted as autocomplete
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_gtk.cc 5 #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.h"
autocomplete_popup_contents_view.h 9 #include "chrome/browser/autocomplete/autocomplete.h"
10 #include "chrome/browser/autocomplete/autocomplete_popup_model.h"
11 #include "chrome/browser/autocomplete/autocomplete_popup_view.h"
12 #include "chrome/browser/ui/views/autocomplete/autocomplete_result_view_model.h"
20 #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_win.h"
22 #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_gtk.h"
37 // A view representing the contents of the autocomplete popup.
touch_autocomplete_popup_contents_view.h 9 #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h"
10 #include "chrome/browser/ui/views/autocomplete/autocomplete_result_view.h"
autocomplete_popup_gtk.h 21 // the native view of the autocomplete edit.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxPrerender.java 10 * Java bridge to handle conditional prerendering using autocomplete results * as the user types
13 * OmniboxPrerender takes keystrokes, autocomplete results and navigation actions then feeds
51 * a corresponding autocomplete result. This should be invoked everytime the omnibox changes
56 * @param nativeAutocompleteResult native pointer to an autocomplete result.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_controller.h 12 #include "chrome/browser/autocomplete/autocomplete_controller.h"
13 #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
14 #include "chrome/browser/autocomplete/autocomplete_input.h"
15 #include "chrome/browser/autocomplete/autocomplete_match.h"
omnibox_controller.cc 8 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
9 #include "chrome/browser/autocomplete/autocomplete_match.h"
10 #include "chrome/browser/autocomplete/search_provider.h"
63 // about new inline autocomplete text (blue highlight).
101 UMA_HISTOGRAM_ENUMERATION("Autocomplete.MatchType", match.type,
omnibox_controller_unittest.cc 6 #include "chrome/browser/autocomplete/autocomplete_controller.h"
7 #include "chrome/browser/autocomplete/autocomplete_provider.h"
44 // Checks that the list of autocomplete providers used by the OmniboxController
  /external/chromium_org/content/test/data/accessibility/
aria-combobox.html 10 aria-autocomplete="list"
  /packages/apps/Exchange/src/com/android/exchange/provider/
GalResult.java 24 * Each element of the galData array becomes an element of the list used by autocomplete
35 * Legacy method for email address autocomplete
62 // The following three fields are for legacy email autocomplete
68 * Legacy constructor for email address autocomplete
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 13 #include "chrome/browser/autocomplete/autocomplete_input.h"
14 #include "chrome/browser/autocomplete/history_provider.h"
15 #include "chrome/browser/autocomplete/history_provider_util.h"
16 #include "chrome/browser/autocomplete/url_prefix.h"
31 // How history autocomplete works
43 // -> DoAutocomplete (for inline autocomplete)
57 // The autocomplete controller calls us, and must be called back, on the main
58 // thread. When called, we run two autocomplete passes. The first pass runs
60 // This pass promotes matches for inline autocomplete if applicable. We do
63 // Doing this synchronously also prevents inline autocomplete from bein
    [all...]
autocomplete_classifier_factory.cc 5 #include "chrome/browser/autocomplete/autocomplete_classifier_factory.h"
7 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
extension_app_provider.h 13 #include "chrome/browser/autocomplete/autocomplete_input.h"
14 #include "chrome/browser/autocomplete/autocomplete_match.h"
15 #include "chrome/browser/autocomplete/autocomplete_provider.h"
  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 9 #include "chrome/browser/autocomplete/autocomplete.h"
10 #include "chrome/browser/autocomplete/autocomplete_edit.h"
11 #include "chrome/browser/autocomplete/autocomplete_edit_view.h"
12 #include "chrome/browser/autocomplete/autocomplete_match.h"
13 #include "chrome/browser/autocomplete/autocomplete_popup_model.h"
85 // behavior in the browser window, which dismisses the autocomplete popup
95 // loaded so that the autocomplete results are consistent.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 50 "<input type=\"text\" id=\"fn\" autocomplete=\"given-name\"><br>" +
51 "<input type=\"text\" id=\"ln\" autocomplete=\"family-name\"><br>" +
52 "<input type=\"text\" id=\"a1\" autocomplete=\"address-line1\"><br>" +
53 "<input type=\"text\" id=\"a2\" autocomplete=\"address-line2\"><br>" +
54 "<input type=\"text\" id=\"ct\" autocomplete=\"locality\"><br>" +
55 "<input type=\"text\" id=\"zc\" autocomplete=\"postal-code\"><br>" +
56 "<input type=\"text\" id=\"em\" autocomplete=\"email\"><br>" +
57 "<input type=\"text\" id=\"ph\" autocomplete=\"tel\"><br>" +
  /external/chromium_org/chrome/browser/resources/omnibox/
omnibox.html 22 <input id="prevent-inline-autocomplete" type="checkbox">
23 Prevent inline autocomplete
omnibox.js 28 $('prevent-inline-autocomplete').addEventListener(
37 * @type {Array.<Object>} an array of all autocomplete results we've seen
63 // - third element: the value of prevent-inline-autocomplete
69 $('prevent-inline-autocomplete').checked,
78 * autocomplete result data field.
82 * @param {string} propertyName the name of the property in the autocomplete
100 * A constant that's used to decide what autocomplete result
191 * @param {Object} autocompleteSuggestion the particular autocomplete
193 * @param {string} propertyName the particular property of the autocomplete
266 * autocomplete result to the HTML node with id omnibox-debug-text
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 12 #include "chrome/browser/autocomplete/history_provider.h"
13 #include "chrome/browser/autocomplete/history_provider_util.h"
26 // How history autocomplete works
38 // -> DoAutocomplete (for inline autocomplete)
52 // The autocomplete controller calls us, and must be called back, on the main
53 // thread. When called, we run two autocomplete passes. The first pass runs
55 // This pass promotes matches for inline autocomplete if applicable. We do
58 // Doing this synchronously also prevents inline autocomplete from being
64 // The second autocomplete pass uses the full history database, which must be
72 // normally deleted in QueryComplete(). So that both autocomplete passes ca
    [all...]
autocomplete_browsertest.cc 8 #include "chrome/browser/autocomplete/autocomplete.h"
9 #include "chrome/browser/autocomplete/autocomplete_edit.h"
10 #include "chrome/browser/autocomplete/autocomplete_edit_view.h"
11 #include "chrome/browser/autocomplete/autocomplete_match.h"
12 #include "chrome/browser/autocomplete/autocomplete_popup_model.h"
25 // Autocomplete test is flaky on ChromeOS.
30 #define MAYBE_Autocomplete Autocomplete
102 // loaded so that the autocomplete results are consistent.
history_contents_provider.h 9 #include "chrome/browser/autocomplete/history_provider.h"
53 // chart in autocomplete.h for the list of values this returns.
73 // Current autocomplete input type.
search_provider.h 5 // This file contains the Search autocomplete provider. This provider is
6 // responsible for all non-keyword autocomplete entries that start with
9 // managed by the autocomplete controller.
11 // For more information on the autocomplete system in general, including how
12 // the autocomplete controller and autocomplete providers work, see
13 // chrome/browser/autocomplete.h.
24 #include "chrome/browser/autocomplete/autocomplete.h"
25 #include "chrome/browser/autocomplete/autocomplete_match.h
    [all...]
  /external/chromium_org/ui/webui/resources/js/cr/ui/
autocomplete_list.js 11 * Creates a new autocomplete list item.
26 * Decorates an element as an autocomplete list item.
61 * Creates a new autocomplete list popup.
71 * The text field the autocomplete popup is currently attached to, if any.
94 this.classList.add('autocomplete-suggestions');
127 * @param {string} query the text to autocomplete from.
134 * By default, clears and hides the autocomplete popup. Note that the
179 * Detaches the autocomplete popup from its current input element, if any.
206 * @return {HTMLElement} The text field the autocomplete popup is currently
214 * Handles input field key events that should be interpreted as autocomplete
    [all...]
  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.h 12 #include "chrome/browser/autocomplete/autocomplete_input.h"
13 #include "chrome/browser/autocomplete/autocomplete_provider.h"
47 // ID of the tab the selected autocomplete suggestion was opened in.
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 109 // it matches the form action, otherwise we won't autocomplete.
222 // autocomplete.
256 // autocomplete.
270 // autocomplete.
276 // Tests that having a non-matching username precludes the autocomplete.
281 // autocomplete.
289 // autocomplete="off".
291 username_element_.setAttribute(WebString::fromUTF8("autocomplete"),
295 // autocomplete.
361 // Tests that having a matching username does not preclude the autocomplete
    [all...]

Completed in 344 milliseconds

12 3 4 5 6 7 8 91011>>