/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
SubmitInputType.cpp | 11 * * Redistributions in binary form must reproduce the above 71 if (element->isDisabledFormControl() || !element->form()) 74 element->form()->prepareForSubmission(event); // Event handlers can run.
|
RadioInputType.cpp | 94 // We can only stay within the form's children if the form hasn't been demoted to a leaf because 97 // Once we encounter a form element, we know we're through. 104 if (inputElement->form() != element().form()) 142 if (focusedInput.type() == InputTypeNames::radio && focusedInput.form() == element().form() && focusedInput.name() == element().name()) 184 && checkedRadioButton->form() == element().form()
|
/external/elfutils/0.153/libdw/ |
dwarf_formudata.c | 74 if (attr->form == DW_FORM_sec_offset) 83 switch (attr->form) 89 attr->form == DW_FORM_data4 ? 4 : 8, 125 switch (attr->form) 142 if (attr->form == DW_FORM_sec_offset 190 if (attr->form == DW_FORM_sec_offset) 199 attr->form == DW_FORM_data4 ? 4 : 8, 210 attr->form == DW_FORM_data4 ? 4 : 8,
|
dwarf_attr.c | 70 &result->form);
|
dwarf_formaddr.c | 67 if (unlikely (attr->form != DW_FORM_addr))
|
/external/smack/src/org/jivesoftware/smackx/search/ |
SimpleUserSearch.java | 20 import org.jivesoftware.smackx.Form; 32 * regardless of the form of the data returned from the server. 38 private Form form; field in class:SimpleUserSearch 41 public void setForm(Form form) { 42 this.form = form; 61 if (form == null) { 62 form = Form.getFormFrom(this) [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac.cc | 235 // The time string is of the form "yyyyMMddHHmmss'Z", in UTC time. 261 PasswordForm* form, 263 DCHECK(form); 305 &(form->password_value)); 320 &(form->username_value)); 335 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS); 342 form->scheme = SchemeForAuthType(auth_type); 353 &form->date_created); 358 form->blacklisted_by_user = true; 368 if (extract_password_data && (form->password_value.empty() | 428 PasswordForm* form = *i; local 754 PasswordForm* form = new PasswordForm(); local [all...] |
native_backend_kwallet_x_unittest.cc | 220 CheckPasswordForm(expected[i].form(), actual[i].form()); 400 CheckPasswordForms("Chrome Form Data (42)", expected); 416 CheckPasswordForms("Chrome Form Data (42)", ExpectationArray()); 644 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data")); 650 CheckPasswordForms("Chrome Form Data (42)", expected); 680 EXPECT_EQ(new_form_google, changes.front().form()); 686 CheckPasswordForms("Chrome Form Data (42)", expected); 711 EXPECT_FALSE(wallet_.hasFolder("Chrome Form Data")); 717 CheckPasswordForms("Chrome Form Data (42)", expected) 983 PasswordForm form = form_google_; local 1002 PasswordForm form = old_form_google_; local 1020 PasswordForm form = form_google_; local 1038 PasswordForm form = old_form_google_; local [all...] |
native_backend_gnome_x.h | 95 const autofill::PasswordForm& form) OVERRIDE; 97 const autofill::PasswordForm& form, 99 virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE; 108 virtual bool GetLogins(const autofill::PasswordForm& form, 119 // Adds a login form without checking for one to replace first. 120 bool RawAddLogin(const autofill::PasswordForm& form);
|
password_store_mac_unittest.cc | 93 // Basic HTML form. 97 // HTML form with path. 101 // Secure HTML form with path. 186 PasswordForm* form = new PasswordForm(); local 187 form->scheme = form_data.scheme; 188 form->preferred = form_data.preferred; 189 form->ssl_valid = form_data.ssl_valid; 190 form->date_created = base::Time::FromDoubleT(form_data.creation_time); 191 form->date_synced = form->date_created + base::TimeDelta::FromDays(1) 241 PasswordForm* form = forms[i]; local 331 PasswordForm form; local 370 PasswordForm form; local [all...] |
/external/chromium_org/components/password_manager/core/browser/ |
password_manager_client.cc | 38 const autofill::PasswordForm& form) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFieldSetElement.cpp | 42 inline HTMLFieldSetElement::HTMLFieldSetElement(Document& document, HTMLFormElement* form) 43 : HTMLFormControlElement(fieldsetTag, document, form) 48 PassRefPtrWillBeRawPtr<HTMLFieldSetElement> HTMLFieldSetElement::create(Document& document, HTMLFormElement* form) 50 return adoptRefWillBeNoop(new HTMLFieldSetElement(document, form));
|
HTMLKeygenElement.cpp | 47 HTMLKeygenElement::HTMLKeygenElement(Document& document, HTMLFormElement* form) 48 : HTMLFormControlElementWithState(keygenTag, document, form) 52 PassRefPtrWillBeRawPtr<HTMLKeygenElement> HTMLKeygenElement::create(Document& document, HTMLFormElement* form) 54 RefPtrWillBeRawPtr<HTMLKeygenElement> keygen = adoptRefWillBeNoop(new HTMLKeygenElement(document, form));
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FormState.h | 10 * 2. Redistributions in binary form must reproduce the above copyright 51 HTMLFormElement* form() const { return m_form.get(); } function in class:blink::FINAL
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/ |
ExportPropertiesPage.java | 54 * Creates the content in the form hosted in this page. 56 * @param managedForm the form hosted in this page. 61 ScrolledForm form = managedForm.getForm(); local 62 form.setText("Android Export Properties"); 63 form.setImage(AdtPlugin.getAndroidLogo()); 65 Composite body = form.getBody();
|
/external/chromium_org/components/autofill/core/common/ |
password_form.h | 18 // The PasswordForm struct encapsulates information about a login form, 19 // which can be an HTML form or a dialog with username/password text fields. 21 // The Web Data database stores saved username/passwords and associated form 28 // HTML or dialog form. As one might expect, the more data contained in one 30 // in matching it against the actual form it was saved on, and autofill 41 // Enum to differentiate between HTML form based authentication, and dialogs 62 // original stored login/pass and the current observed form if all these 71 // (where .com is the public suffix) and the observed form is 76 // The URL (minus query parameters) containing the form. This is the primary 79 // good fit for a particular form on a page, so it must not be empty [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
findertools.py | 141 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None) 142 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00) 155 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('cobj'), form="alis", seld=object_alias, fr=None) 156 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('comt'), fr=aeobj_00) 179 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None) 197 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="indx", seld=aetypes.Unknown('abso', "all "), fr=None) 198 args['----'] = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type('fcrt'), fr=aeobj_0) 251 aeobj_00 = aetypes.ObjectSpecifier(want=aetypes.Type('prcs'), form="name", seld=processname, fr=None) 252 aeobj_01 = aetypes.ObjectSpecifier(want=aetypes.Type('prop'), form="prop", seld=aetypes.Type(property), fr=aeobj_00) 273 aeobj_0 = aetypes.ObjectSpecifier(want=aetypes.Type('cfol'), form="alis", seld=object_alias, fr=None [all...] |
/external/chromium_org/chrome/browser/android/ |
password_ui_view_android.cc | 67 const autofill::PasswordForm* form = local 69 if (!form) { 77 ConvertUTF8ToJavaString(env, form->origin.spec()).obj(), 78 ConvertUTF16ToJavaString(env, form->username_value).obj()); 83 const autofill::PasswordForm* form = local 85 if (!form) 87 return ConvertUTF8ToJavaString(env, form->origin.spec());
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
AdHocCommandData.java | 54 private DataForm form;
field in class:AdHocCommandData 113 if (form != null) {
114 buf.append(form.toXML());
189 * Returns the form of the command.
191 * @return the data form associated with the command.
194 return form;
197 public void setForm(DataForm form) {
198 this.form = form;
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_manager.cc | 102 // Precondition: |form_structure| and |form| should correspond to the same 103 // logical form. Returns true if any field in the given |section| within |form| 106 const FormData& form, 108 DCHECK_EQ(form_structure.field_count(), form.fields.size()); 111 form.fields[i].is_autofilled) { 119 bool FormIsHTTPS(const FormStructure& form) { 122 return form.source_url().SchemeIs("https"); 285 const FormData& form, 292 if (!GetCachedFormAndField(form, field, &form_structure, &autofill_field) [all...] |
autofill_download_manager_unittest.cc | 136 FormData form; local 142 form.fields.push_back(field); 147 form.fields.push_back(field); 152 form.fields.push_back(field); 157 form.fields.push_back(field); 162 form.fields.push_back(field); 167 form.fields.push_back(field); 172 form.fields.push_back(field); 174 FormStructure *form_structure = new FormStructure(form); 178 form.fields.clear() 346 FormData form; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
search.js | 7 var form = document.getElementById('chrome-docs-cse-search-form'); 31 form.addEventListener('submit', executeQuery); 36 cx, searchInput, form, 37 // set to true to prevent the search box form from being submitted, since
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
passwords_helper.cc | 81 void AddLogin(PasswordStore* store, const PasswordForm& form) { 84 store->AddLogin(form); 89 void UpdateLogin(PasswordStore* store, const PasswordForm& form) { 92 store->UpdateLogin(form); 106 void RemoveLogin(PasswordStore* store, const PasswordForm& form) { 109 store->RemoveLogin(form); 358 PasswordForm form; local 359 form.signon_realm = kFakeSignonRealm; 360 form.origin = GURL(base::StringPrintf(kIndexedFakeOrigin, index)); 361 form.username_value [all...] |
/external/chromium_org/tools/page_cycler/common/ |
start.js | 46 var form = document.createElement('FORM'); 47 form.onsubmit = function(e) { 53 form.appendChild(label); 60 form.appendChild(input); 65 form.appendChild(input); 67 document.body.appendChild(form);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuTreePage.java | 32 * Page for the menu 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 Menu"); 61 form.setImage(AdtPlugin.getAndroidLogo());
|