HomeSort by relevance Sort by last modified time
    Searched refs:form (Results 126 - 150 of 2701) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlTreePage.java 32 * Page for the xml form editor.
52 * Creates the content in the form hosted in this page.
54 * @param managedForm the form hosted in this page.
59 ScrolledForm form = managedForm.getForm(); local
60 form.setText("Android Xml");
61 form.setImage(AdtPlugin.getAndroidLogo());
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 17 package com.android.dx.dex.code.form;
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 44 const autofill::PasswordForm& form) OVERRIDE;
46 const autofill::PasswordForm& form,
48 virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE;
57 virtual bool GetLogins(const autofill::PasswordForm& form,
120 // Opens the wallet and ensures that the "Chrome Form Data" folder exists.
password_store_mac_internal.h 28 // |form|. Caller is responsible for deleting the returned forms.
52 // Creates a new keychain entry from |form|, or updates the password of an
55 bool AddPassword(const autofill::PasswordForm& form);
57 // Removes the keychain password matching |form| if any. Returns true if a
59 bool RemovePassword(const autofill::PasswordForm& form);
73 // given form, and returns it (or NULL if no match is found). The caller is
76 const autofill::PasswordForm& form);
122 // Sets the fields of |form| based on the keychain data from |keychain_item|.
140 autofill::PasswordForm* form,
148 FUZZY_FORM_MATCH, // Also match cases where the first form'
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 103 // The access Address Book prompt was shown for a form.
113 const FormData& form,
128 // Returns the present form structures seen by Autofill manager.
144 // Processes the submitted |form|, saving any new Autofill data and uploading
146 // server. Returns false if this form is not relevant for Autofill.
147 bool OnFormSubmitted(const FormData& form,
150 void OnTextFieldDidChange(const FormData& form,
156 const FormData& form,
165 // Try to label password fields and upload |form|. This differs from
170 // - This function does not assume that |form| is being uploaded durin
    [all...]
autofill_merge_unittest.cc 185 // Create a test form.
186 FormData form; local
187 form.name = base::ASCIIToUTF16("MyTestForm");
188 form.origin = GURL("https://www.example.com/origin.html");
189 form.action = GURL("https://www.example.com/action.html");
190 form.user_submitted = true;
212 form.fields.push_back(field);
219 FormStructure form_structure(form);
235 // Clear the |form| to start a new profile.
236 form.fields.clear()
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 29 // Per-password-form-{on-page, dialog} class responsible for interactions
30 // between a given form, the per-tab PasswordManager, and the PasswordStore.
34 // |form_on_page| is the form that may be submitted and could need login data.
65 // Compares basic data of |observed_form_| with |form| and returns how much
67 MatchResultMask DoesManage(const autofill::PasswordForm& form) const;
90 // Determines if the user opted to 'never remember' passwords for this form.
100 // form.
103 // Checks if the form is a valid password form. Forms which lack password
107 // These functions are used to determine if this form has had it's passwor
    [all...]
stub_password_manager_client.cc 21 const autofill::PasswordForm& form) {
stub_password_manager_client.h 24 const autofill::PasswordForm& form) OVERRIDE;
password_form_manager.cc 103 const PasswordForm& form) const {
104 // Non-HTML form case.
106 form.scheme != PasswordForm::SCHEME_HTML) {
107 const bool forms_match = observed_form_.signon_realm == form.signon_realm &&
108 observed_form_.scheme == form.scheme;
112 // HTML form case.
116 bool origins_match = form.origin == observed_form_.origin;
117 // If this is a replay of the same form in the case a user entered an invalid
118 // password, the origin of the new form may equal the action of the "first"
119 // form instead
    [all...]
password_manager_client.h 39 // Return true if |form| should not be available for autofill.
41 const autofill::PasswordForm& form) = 0;
52 // Informs the embedder of a password form that can be saved if the user
54 // that this form doesn't need to be saved.
79 // successful, this should continue filling the form.
114 // Returns the authorization prompt policy to be used with the given form.
117 const autofill::PasswordForm& form);
password_store_unittest.cc 78 // A form on https://www.google.com/ older than the cutoff. Will be ignored.
89 // A form on https://www.google.com/ older than the cutoff. Will be ignored.
100 // A form on https://www.google.com/ newer than the cutoff.
111 // A form on https://accounts.google.com/ older than the cutoff.
122 // A form on http://bar.example.com/ older than the cutoff.
138 PasswordForm* form = CreatePasswordFormFromData(form_data[i]); local
139 all_forms.push_back(form);
140 store->AddLogin(*form);
206 PasswordForm form; local
208 store->AddLogin(form);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
SpecialFormat.java 17 package com.android.dx.dex.code.form;
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 238 form = cgi.FieldStorage()
239 if form.has_key('ajax'):
241 ajax_cmd = form['ajax'].value
242 SID=form['sid'].value
245 arg = form['arg'].value.encode('hex')
264 elif not form.has_key('sid'):
268 SID=form['sid'].value
269 if form.has_key('start_server'):
270 USERNAME = form['username'].value
271 PASSWORD = form['password'].valu
    [all...]
  /external/chromium_org/chrome/browser/resources/
search_header.css 37 header > :-webkit-any(form, input[type='search']) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
quirks.css 50 /* Set margin-bottom for form element in quirks mode. */
52 form {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.idl 24 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
HTMLKeygenElement.idl 10 * * Redistributions in binary form must reproduce the above
35 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
HTMLOptionElement.idl 30 readonly attribute HTMLFormElement form;
HTMLOutputElement.idl 9 * 2. Redistributions in binary form must reproduce the above copyright
27 [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp 10 * * Redistributions in binary form must reproduce the above
86 const HTMLFormElement* form = constUnwrap<HTMLFormElement>(); local
89 const FormAssociatedElement::List& associatedElements = form->associatedElements();
  /external/elfutils/0.153/libdw/
libdw_form.c 1 /* Helper functions for form handling.
63 __libdw_form_val_len (Dwarf *dbg, struct Dwarf_CU *cu, unsigned int form,
70 switch (form)
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 28 #ifdef form
29 #undef form macro
  /external/chromium_org/chrome/renderer/autofill/
form_autofill_browsertest.cc 61 "<FORM name='TestForm' action='http://buh.com' method='post'>"
90 "</FORM>";
128 const FormData& form = forms[0]; local
129 EXPECT_EQ(ASCIIToUTF16("TestForm"), form.name);
130 EXPECT_EQ(GURL(web_frame->document().url()), form.origin);
131 EXPECT_EQ(GURL("http://cnn.com"), form.action);
133 const std::vector<FormFieldData>& fields = form.fields;
167 typedef void (*FillFormFunction)(const FormData& form,
192 // Find the form that contains the input element.
226 // Autofill the form using the given fill form function
834 FormData form; local
913 FormData form; local
956 const FormData& form = forms[0]; local
1191 FormData form; local
1220 FormData form; local
1273 FormData form; local
1367 FormData form; local
2473 FormData form; local
2573 FormData form; local
2654 FormData form; local
2744 FormData form; local
2834 FormData form; local
2893 FormData form; local
2970 FormData form; local
3616 FormData form; local
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.h 43 // - password form fill, refered to as Password Autofill, and
44 // - entire form fill based on one field entry, referred to as Form Autofill.
67 const blink::WebFormElement& form) OVERRIDE;
87 const blink::WebFormElement& form);
96 void OnFillForm(int query_id, const FormData& form);
98 void OnPreviewForm(int query_id, const FormData& form);
136 // form on a non-secure website).
144 // if |element| is part of a password form, otherwise show no suggestions.
162 // Fills |form| and |field| with the FormData and FormField corresponding t
    [all...]

Completed in 746 milliseconds

1 2 3 4 56 7 8 91011>>