OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autocomplete
(Results
101 - 125
of
775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/history/
in_memory_database.h
19
//
autocomplete
since it is fast enough to be called synchronously as the user
/external/chromium_org/chrome/browser/resources/options/
home_page_overlay.js
27
* An
autocomplete
list that can be attached to the home page URL field.
109
* @param {string} query List of
autocomplete
suggestions.
117
* Updates the
autocomplete
suggestion list with the given entries.
118
* @param {Array} pages List of
autocomplete
suggestions.
startup_overlay.js
30
* An
autocomplete
list that can be attached to a text field during editing.
136
* @param {string} query List of
autocomplete
suggestions.
144
* Updates the
autocomplete
suggestion list with the given entries.
145
* @param {Array} pages List of
autocomplete
suggestions.
/external/chromium_org/chrome/browser/resources/predictors/
predictors.html
24
<tab>
Autocomplete
Action Predictor</tab>
/external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc
9
#include "chrome/browser/
autocomplete
/autocomplete_classifier.h"
10
#include "chrome/browser/
autocomplete
/autocomplete_classifier_factory.h"
11
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
98
// do this as the TabStrip doesn't know about the
autocomplete
edit and needs
/external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc
10
#include "chrome/browser/
autocomplete
/autocomplete_classifier.h"
11
#include "chrome/browser/
autocomplete
/autocomplete_controller.h"
12
#include "chrome/browser/
autocomplete
/autocomplete_input.h"
13
#include "chrome/browser/
autocomplete
/autocomplete_result.h"
/external/chromium_org/chrome/common/importer/
importer_url_row.h
30
// loop up in the visit table for things like
autocomplete
and expiration.
/external/chromium_org/chrome/common/
instant_types.h
17
// ID used by Instant code to refer to objects (e.g.
Autocomplete
results, Most
25
//
Autocomplete
the suggestion immediately.
28
// Do not
autocomplete
the suggestion. The suggestion may still be displayed
76
// Omnibox dropdown matches provided by the native
autocomplete
providers.
/external/chromium_org/third_party/WebKit/ManualTests/
autocompletion-fire-onchange.html
30
<li>Once the page reloads, in the input field, type "ap" (without quotes) and let the browser
autocomplete
the word (or select
/external/doclava/res/assets/templates/components/
search_box.cs
10
<input id="search_autocomplete" class="gsc-input" type="text" size="33"
autocomplete
="off"
/packages/apps/Contacts/res/layout/
group_editor_autocomplete_view.xml
17
<!--
Autocomplete
text input field for adding new members to a group in the group editor -->
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h
120
// Updates the
autocomplete
popup and other state after the text has been
124
// Closes the
autocomplete
popup, if it's open.
127
// Sets the focus to the
autocomplete
view.
137
// Called when the inline
autocomplete
text in the model may have changed.
178
// Adds the
autocomplete
edit view to view hierarchy and
autocomplete_edit_view_views.cc
5
#include "chrome/browser/
autocomplete
/autocomplete_edit_view_views.h"
11
#include "chrome/browser/
autocomplete
/autocomplete_edit.h"
12
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
13
#include "chrome/browser/
autocomplete
/autocomplete_popup_model.h"
15
#include "chrome/browser/ui/views/
autocomplete
/autocomplete_popup_contents_view.h"
16
#include "chrome/browser/ui/views/
autocomplete
/touch_autocomplete_popup_contents_view.h"
34
// Textfield for
autocomplete
that intercepts events that are necessary
421
// Don't inline
autocomplete
when the caret/selection isn't at the end of
486
// When the user has deleted text, we don't allow inline
autocomplete
. Make
autocomplete.h
20
// The AutocompleteController is the center of the
autocomplete
system. A
34
//
autocomplete
system. All calls to and from the AutocompleteController should
47
// HistoryURL (exact or inline
autocomplete
match) | 1400
72
// HistoryURL (exact or inline
autocomplete
match) | 1400
97
// HistoryURL (exact or inline
autocomplete
match) | 1400
118
// HistoryURL (exact or inline
autocomplete
match) | 1400
184
// The user input for an
autocomplete
query. Allows copying.
190
// need to make sure we still run it through inline
autocomplete
.
276
//
autocomplete
. When this is non-empty, it also implies that "www." should
341
// A single result provider for the
autocomplete
system. Given user input, th
[
all
...]
autocomplete_popup_view_gtk.h
15
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
16
#include "chrome/browser/
autocomplete
/autocomplete_popup_view.h"
/external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc
16
#include "chrome/browser/
autocomplete
/autocomplete_classifier.h"
17
#include "chrome/browser/
autocomplete
/autocomplete_controller.h"
18
#include "chrome/browser/
autocomplete
/autocomplete_input.h"
19
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
20
#include "chrome/browser/
autocomplete
/autocomplete_provider.h"
/external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc
5
#include "chrome/browser/
autocomplete
/zero_suggest_provider.h"
16
#include "chrome/browser/
autocomplete
/autocomplete_classifier.h"
17
#include "chrome/browser/
autocomplete
/autocomplete_classifier_factory.h"
18
#include "chrome/browser/
autocomplete
/autocomplete_input.h"
19
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
20
#include "chrome/browser/
autocomplete
/autocomplete_provider_listener.h"
21
#include "chrome/browser/
autocomplete
/history_url_provider.h"
22
#include "chrome/browser/
autocomplete
/search_provider.h"
23
#include "chrome/browser/
autocomplete
/url_prefix.h"
autocomplete_browsertest.cc
10
#include "chrome/browser/
autocomplete
/autocomplete_input.h"
11
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
12
#include "chrome/browser/
autocomplete
/autocomplete_provider.h"
111
//
Autocomplete
test is flaky on ChromeOS.
116
#define MAYBE_Autocomplete
Autocomplete
128
// loaded so that the
autocomplete
results are consistent.
autocomplete_input.h
16
// The user input for an
autocomplete
query. Allows copying.
22
// need to make sure we still run it through inline
autocomplete
.
85
// the text to
autocomplete
. When this is non-empty, it also implies that
101
// not require inline
autocomplete
for the default match. This is difficult
104
// promote a match requiring inline
autocomplete
too highly.
107
// bias the
autocomplete
result set toward the keyword provider when the input
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h
13
#include "chrome/browser/
autocomplete
/autocomplete_controller_delegate.h"
14
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
164
// Directs the popup to start
autocomplete
.
219
// Returns the current
autocomplete
result. This logic should in the future
273
// a different match, or the inline
autocomplete
text. We distinguish by
345
// Returns true if a query to an
autocomplete
provider is currently
439
//
autocomplete
text that has not yet been accepted.
457
// know where to go. We could simply rerun
autocomplete
in this case, but
472
// Inline
autocomplete
is allowed if the user has not just deleted text, and
476
// NOTE: When the popup is closed there should never be inline
autocomplete
[
all
...]
/external/chromium/chrome/browser/
defaults.h
18
// Size of the font used in the
autocomplete
box for normal windows, in pixels.
21
// Size of the font used in the
autocomplete
box for popup windows, in pixels.
/external/chromium/chrome/browser/history/
in_memory_history_backend.h
7
// in-line
autocomplete
.
62
//
autocomplete
code was written fro this, but it should probably be removed
/external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.h
9
#include "chrome/browser/
autocomplete
/autocomplete_controller_delegate.h"
82
// Gets
autocomplete
suggestions asychronously for the given string.
/external/chromium/chrome/common/
autofill_messages.h
60
// Fill a password form and prepare field
autocomplete
for multiple
107
// Instructs the browser to remove the specified
Autocomplete
entry from the
/external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc
9
#include "chrome/browser/
autocomplete
/autocomplete_match.h"
10
#include "chrome/browser/
autocomplete
/autocomplete_result.h"
Completed in 1084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>