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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
aria-autocomplete.html 3 @WIN-ALLOW:autocomplete:*
7 <div aria-autocomplete="inline">autocomplete=inline</div>
8 <div aria-autocomplete="list">autocomplete=list</div>
9 <div aria-autocomplete="both">autocomplete=both</div>
aria-autocomplete-expected-win.txt 2 - autocomplete:<value> attribute not set. http://crbug.com/169563 >
4 IA2_ROLE_SECTION autocomplete:inline IA2_STATE_SUPPORTS_AUTOCOMPLETION
5 ROLE_SYSTEM_TEXT name='autocomplete=inline' READONLY
6 IA2_ROLE_SECTION autocomplete:list IA2_STATE_SUPPORTS_AUTOCOMPLETION
7 ROLE_SYSTEM_TEXT name='autocomplete=list' READONLY
8 IA2_ROLE_SECTION autocomplete:both IA2_STATE_SUPPORTS_AUTOCOMPLETION
9 ROLE_SYSTEM_TEXT name='autocomplete=both' READONLY
aria-autocomplete-expected-android.txt 2 android.view.View clickable name='autocomplete=inline'
3 android.view.View clickable name='autocomplete=list'
4 android.view.View clickable name='autocomplete=both'
  /external/chromium_org/third_party/WebKit/ManualTests/
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_org/chrome/browser/resources/omnibox/
omnibox.css 5 .autocomplete-results-table {
9 .autocomplete-results-table th {
13 .autocomplete-results-table td {
  /external/chromium_org/chrome/browser/webdata/
OWNERS 8 per-file autocomplete*=isherman@chromium.org
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillDialogControllerTest.java 75 + " <button id=\"id-button\">DO INTERACTIVE AUTOCOMPLETE</button>";
79 + ":<div id=\"autocomplete-failure-reason\"></div>"
91 + " document.getElementById('autocomplete-failure-reason').textContent = e.reason;"
100 + "<input id=\"id-billing-name\" autocomplete=\"billing name\" value=\"W\">"
101 + "<input id=\"id-cc-name\" autocomplete=\"cc-name\" value=\"W\">"
102 + "<input id=\"id-email\" autocomplete=\"email\" type=\"email\" value=\"W@W.W\">"
103 + "<input id=\"id-cc-number\" autocomplete=\"cc-number\" value=\"W\">"
105 + " autocomplete=\"cc-exp\" type=\"month\" value=\"1111-11\">"
106 + "<select id=\"id-cc-exp-month\" autocomplete=\"cc-exp-month\">"
120 + "<select id=\"id-cc-exp-year\" autocomplete=\"cc-exp-year\">
    [all...]
AutofillPopupTest.java 57 "<input type=\"text\" id=\"fn\" autocomplete=\"given-name\" /><br>" +
58 "<input type=\"text\" id=\"ln\" autocomplete=\"family-name\" /><br>" +
59 "<textarea id=\"sa\" autocomplete=\"street-address\"></textarea><br>" +
60 "<input type=\"text\" id=\"a1\" autocomplete=\"address-line1\" /><br>" +
61 "<input type=\"text\" id=\"a2\" autocomplete=\"address-line2\" /><br>" +
62 "<input type=\"text\" id=\"ct\" autocomplete=\"locality\" /><br>" +
63 "<input type=\"text\" id=\"zc\" autocomplete=\"postal-code\" /><br>" +
64 "<input type=\"text\" id=\"em\" autocomplete=\"email\" /><br>" +
65 "<input type=\"text\" id=\"ph\" autocomplete=\"tel\" /><br>" +
66 "<input type=\"text\" id=\"fx\" autocomplete=\"fax\" /><br>"
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.cc 5 #include "chrome/browser/autocomplete/autocomplete_classifier_factory.h"
7 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
8 #include "chrome/browser/autocomplete/autocomplete_controller.h"
9 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
10 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h"
history_quick_provider.h 12 #include "chrome/browser/autocomplete/history_provider.h"
24 // This class is an autocomplete provider (a pseudo-internal component of
51 // Performs the autocomplete matching and scoring.
shortcuts_backend_factory.cc 5 #include "chrome/browser/autocomplete/shortcuts_backend_factory.h"
8 #include "chrome/browser/autocomplete/shortcuts_backend.h"
history_url_provider.h 13 #include "chrome/browser/autocomplete/history_provider.h"
32 // 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 being
69 // The second autocomplete pass uses the full history database, which must be
77 // normally deleted in QueryComplete(). So that both autocomplete passes can
79 // autocomplete pass
    [all...]
  /external/chromium_org/athena/content/chrome/
scheme_classifier_factory.cc 7 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
  /external/chromium_org/chrome/browser/resources/predictors/
autocomplete_action_predictor.html 23 <p>Autocomplete Action Predictor is disabled.</p>
  /external/chromium_org/components/autofill/core/common/
password_autofill_util.h 10 // Returns true if the user has specified the flag to ignore autocomplete='off'
password_autofill_util.cc 28 // We ignore autocomplete='off' unless the user has specified the command line
30 // ignore autocomplete='off' should be disabled.
  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager.h 26 // Requests an interactive autocomplete UI to be shown for |frame_url| with
30 // Requests that any running interactive autocomplete be cancelled.
34 // Tells the renderer that the current interactive autocomplete dialog
  /external/chromium_org/chrome/browser/ui/webui/options/
home_page_overlay_handler.cc 10 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
11 #include "chrome/browser/autocomplete/autocomplete_controller.h"
12 #include "chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.h"
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
OmniboxPrerender.java 11 * Java bridge to handle conditional prerendering using autocomplete results * as the user types
14 * OmniboxPrerender takes keystrokes, autocomplete results and navigation actions then feeds
52 * a corresponding autocomplete result. This should be invoked everytime the omnibox changes
57 * @param nativeAutocompleteResult native pointer to an autocomplete result.
  /external/chromium_org/chrome/renderer/autofill/
form_autocomplete_browsertest.cc 52 // Tests that submitting a form that has autocomplete="off" generates a
56 LoadHTML("<html><form id='myForm' autocomplete='off'>"
83 // Tests that fields with autocomplete off are submitted.
88 "<input name='lname' value='Deckard' autocomplete='off'/>"
113 // Tests that submitting a form that has been dynamically set as autocomplete
124 EXPECT_TRUE(form.autoComplete());
126 // Dynamically mark the form as autocomplete off.
128 "setAttribute('autocomplete', 'off');");
130 EXPECT_FALSE(form.autoComplete());
  /external/chromium_org/tools/cr/cr/
__init__.py 16 Import(__name__, 'autocomplete')
  /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
66 // The following three fields are for legacy email autocomplete
72 * Legacy constructor for email address autocomplete
  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils_browsertest.cc 44 // |name_and_id|, |value|, and |autocomplete| attributes. The |autocomplete|
46 // 1.) NULL, causing no autocomplete attribute to be added,
47 // 2.) "", causing an empty attribute (i.e. autocomplete="") to be added.
50 const char* autocomplete) {
51 std::string autocomplete_attribute(autocomplete ?
52 base::StringPrintf("autocomplete=\"%s\"", autocomplete) : "");
60 // specified |name_and_id|, |value|, and |autocomplete| attributes. Special
61 // values for |autocomplete| are the same as in AddUsernameField
193 const char* autocomplete[3]; member in struct:autofill::TestCase
392 const char* autocomplete[3]; member in struct:autofill::TestCase
    [all...]
password_form_conversion_utils.cc 25 // Checks in a case-insensitive way if the autocomplete attribute for the given
29 return LowerCaseEqualsASCII(element.getAttribute("autocomplete"),
41 // First, look for elements marked with either autocomplete='current-password'
55 // If we have seen an element with either of autocomplete attributes above,
113 // Caches whether |username_element| is marked with autocomplete='username'.
136 // find an element with autocomplete='username'.
153 // A second or subsequent element marked with autocomplete='username'.
157 // the extra elements marked with autocomplete='username'. Note that
164 // The first element marked with autocomplete='username'. Take the
168 // with the autocomplete attribute, making them unlikely alternatives
    [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
187 * Detaches the autocomplete popup from its current input element, if any.
225 * @return {HTMLElement} The text field the autocomplete popup is currently
233 * Handles input field key events that should be interpreted as autocomplete
    [all...]

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>