HomeSort by relevance Sort by last modified time
    Searched full:autocomplete (Results 1 - 25 of 239) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium/chrome/browser/autocomplete/
builtin_provider.h 5 // This file contains the autocomplete provider for built-in URLs,
8 // For more information on the autocomplete system in general, including how
9 // the autocomplete controller and autocomplete providers work, see
10 // chrome/browser/autocomplete.h.
19 #include "chrome/browser/autocomplete/autocomplete.h"
extension_app_provider.h 6 // This file contains the Extension App autocomplete provider. The provider
8 // their URLs. An instance of it gets created and managed by the autocomplete
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"
59 // AutoComplete match classification that keeps track of the highlightin
    [all...]
autocomplete_classifier.cc 5 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
8 #include "chrome/browser/autocomplete/autocomplete.h"
9 #include "chrome/browser/autocomplete/autocomplete_match.h"
history_quick_provider.h 11 #include "chrome/browser/autocomplete/autocomplete_match.h"
12 #include "chrome/browser/autocomplete/history_provider.h"
23 // This class is an autocomplete provider (a pseudo-internal component of
40 // Performs the autocomplete matching and scoring.
keyword_provider.h 5 // This file contains the keyword autocomplete provider. The keyword provider
8 // instance of it gets created and 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.
21 #include "chrome/browser/autocomplete/autocomplete.h"
29 // Autocomplete provider for keyword input.
31 // After construction, the autocomplete controller repeatedly calls Start(
    [all...]
autocomplete_edit_view_mac_unittest.mm 5 #import "chrome/browser/autocomplete/autocomplete_edit_view_mac.h"
10 #include "chrome/browser/autocomplete/autocomplete.h"
history_provider.h 10 #include "chrome/browser/autocomplete/autocomplete.h"
20 // This class is a base class for the history autocomplete providers and
history_provider_util.cc 5 #include "chrome/browser/autocomplete/history_provider_util.h"
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/webkit/Source/WebCore/manual-tests/
input-type-file-autocomplete-refresh.html 6 <frame src="./input-type-file-autocomplete-frame-1.html">
7 <frame src="./input-type-file-autocomplete-frame-2.html">
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
omnibox_popup_view.h 12 // AutocompleteMatrix containing autocomplete results and (optionally) an
  /external/chromium/chrome/browser/automation/
automation_autocomplete_edit_tracker.h 9 #include "chrome/browser/autocomplete/autocomplete_edit_view.h"
  /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.
autocomplete_popup_win.cc 5 #include "chrome/browser/ui/views/autocomplete/autocomplete_popup_win.h"
autocomplete_popup_win.h 21 // the native view of the autocomplete edit.
  /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/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.
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 14 c1.className = "jd-autocomplete jd-selected";
15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
17 c1.className = "jd-autocomplete";
18 // c2.className = "jd-autocomplete jd-linktype";
50 c1.className = "jd-autocomplete";
51 // c2.className = "jd-autocomplete jd-linktype";
60 this.className = "jd-autocomplete";
66 c1.className = "jd-autocomplete jd-linktype";

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 910