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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/autocomplete/
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.
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 5 #include "chrome/browser/autocomplete/history_provider_util.h"
contact_provider_chromeos.h 14 #include "chrome/browser/autocomplete/autocomplete_match.h"
15 #include "chrome/browser/autocomplete/autocomplete_provider.h"
history_provider_util.h 40 // confusing and, for inline autocomplete of the fill_into_edit, dangerous.
42 // autocomplete that, not "foo/", which won't show anything at all, and
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.
18 #include "chrome/browser/autocomplete/autocomplete_input.h"
19 #include "chrome/browser/autocomplete/autocomplete_provider.h"
27 // Autocomplete provider for keyword input.
29 // After construction, the autocomplete controller repeatedly calls Start()
154 // autocomplete edit's input changes in any way. It is used to tell whether
167 // the URL bar while the autocomplete popup is open.
history_provider.cc 5 #include "chrome/browser/autocomplete/history_provider.h"
11 #include "chrome/browser/autocomplete/autocomplete_input.h"
12 #include "chrome/browser/autocomplete/autocomplete_match.h"
13 #include "chrome/browser/autocomplete/autocomplete_provider_listener.h"
108 // autocomplete will append too few slashes, resulting in e.g. "file:/b..."
111 // autocomplete will append too many slashes, resulting in e.g.
zero_suggest_provider.h 5 // This file contains the zero-suggest autocomplete provider. This experimental
25 #include "chrome/browser/autocomplete/autocomplete_provider.h"
26 #include "chrome/browser/autocomplete/search_provider.h"
42 // Autocomplete provider for searches based on the current URL.
45 // omnibox. After construction, the autocomplete controller repeatedly calls
178 // autocomplete query. This field is set to true if the last request
autocomplete_controller.h 14 #include "chrome/browser/autocomplete/autocomplete_input.h"
15 #include "chrome/browser/autocomplete/autocomplete_provider.h"
16 #include "chrome/browser/autocomplete/autocomplete_provider_listener.h"
17 #include "chrome/browser/autocomplete/autocomplete_result.h"
26 // The AutocompleteController is the center of the autocomplete system. A
40 // autocomplete system. All calls to and from the AutocompleteController should
44 // The coordinator for autocomplete queries, responsible for combining the
59 // Starts an autocomplete query, which continues until all providers are
205 // Data from the autocomplete query.
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 7 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
8 #include "chrome/browser/autocomplete/autocomplete_controller.h"
9 #include "chrome/browser/autocomplete/autocomplete_input.h"
10 #include "chrome/browser/autocomplete/autocomplete_match.h"
omnibox_provider.h 10 #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
  /external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.h 11 #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
  /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";
  /external/chromium/chrome/browser/autocomplete/
builtin_provider.cc 5 #include "chrome/browser/autocomplete/builtin_provider.h"
9 #include "chrome/browser/autocomplete/autocomplete_match.h"
history_provider.cc 5 #include "chrome/browser/autocomplete/history_url_provider.h"
11 #include "chrome/browser/autocomplete/autocomplete.h"
12 #include "chrome/browser/autocomplete/autocomplete_match.h"
105 // autocomplete will append too few slashes, resulting in e.g. "file:/b..."
108 // autocomplete will append too many slashes, resulting in e.g.
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc 10 // Tests that the autocomplete popup doesn't reopen after accepting input for
17 // loaded so that the autocomplete results are consistent.
omnibox_api_testbase.h 11 #include "chrome/browser/autocomplete/autocomplete_match.h"
12 #include "chrome/browser/autocomplete/autocomplete_result.h"
  /external/chromium_org/third_party/WebKit/Source/web/
WebPasswordFormUtils.h 47 // Note that we don't check autocomplete property here. The applications using
49 // implement their own heuristics related autocomplete.
  /external/doclava/res/assets/templates/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";
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.h 19 #include "chrome/browser/autocomplete/autocomplete_match.h"
145 // Updates the autocomplete popup and other state after the text has been
149 // Closes the autocomplete popup, if it's open. The name |ClosePopup|
154 // Sets the focus to the autocomplete view.
170 // Called when the inline autocomplete text in the model may have changed.
182 // a new autocomplete run to open or modify the popup. Call this before
183 // user-initiated edit actions that trigger autocomplete, but *not* for
184 // automatic changes to the textfield that should not affect autocomplete.
226 // Adds the autocomplete edit view to view hierarchy and
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 24 // For historical reasons, chrome/browser/autocomplete is the core
26 // autocomplete and Omnibox in describing this.
89 // decisions closer to the other autocomplete code is worthwhile,
95 // Called whenever the autocomplete text field gets focused.
98 // Called whenever the autocomplete text field is losing focus.
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 8 #include "chrome/browser/autocomplete/autocomplete.h"
9 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
10 #include "chrome/browser/autocomplete/autocomplete_match.h"
91 // do this as the TabStrip doesn't know about the autocomplete edit and needs
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.h 22 // For historical reasons, chrome/browser/autocomplete is the core
24 // autocomplete and Omnibox in describing this.
92 // decisions closer to the other autocomplete code is worthwhile,
98 // Called whenever the autocomplete text field gets focused.
101 // Called whenever the autocomplete text field is losing focus.
  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_types.css 16 list.autocomplete-suggestions [selected] [file-type-icon] {
30 list.autocomplete-suggestions [selected] [file-type-icon='archive'] {
44 list.autocomplete-suggestions [selected] [file-type-icon='audio'] {
58 list.autocomplete-suggestions [selected] [file-type-icon='excel'] {
72 list.autocomplete-suggestions [selected] [file-type-icon='folder'] {
86 list.autocomplete-suggestions [selected] [file-type-icon='form'] {
100 list.autocomplete-suggestions [selected] [file-type-icon='gdoc'] {
114 list.autocomplete-suggestions [selected] [file-type-icon='gdraw'] {
128 list.autocomplete-suggestions [selected] [file-type-icon='glink'] {
142 list.autocomplete-suggestions [selected] [file-type-icon='gsheet']
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.cc 8 #include "chrome/browser/autocomplete/autocomplete.h"
9 #include "chrome/browser/autocomplete/autocomplete_edit.h"

Completed in 568 milliseconds

1 23 4 5 6 7 8 91011>>