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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/077-method-override/
info.txt 1 Test various forms of method overrides, including some not allowed by the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
simple-form.html 5 document.forms[0].submit();
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 33 PasswordFormList* forms);
36 PasswordFormList* forms);
37 virtual bool GetAutofillableLogins(PasswordFormList* forms);
38 virtual bool GetBlacklistLogins(PasswordFormList* forms);
45 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
48 bool GetAllLogins(PasswordFormList* forms);
login_database.h 33 // Adds |form| to the list of remembered password forms.
40 // Removes |form| from the list of remembered password forms.
49 // Loads a list of matching password forms into the specified vector |forms|.
53 std::vector<webkit_glue::PasswordForm*>* forms) const;
61 std::vector<webkit_glue::PasswordForm*>* forms) const;
63 // Loads the complete list of autofillable password forms (i.e., not blacklist
64 // entries) into |forms|.
66 std::vector<webkit_glue::PasswordForm*>* forms) const;
68 // Loads the complete list of blacklist forms into |forms|
    [all...]
native_backend_kwallet_x.cc 127 PasswordFormList forms;
128 GetLoginsList(&forms, form.signon_realm, wallet_handle);
130 forms.push_back(new PasswordForm(form));
131 bool ok = SetLoginsList(forms, form.signon_realm, wallet_handle);
133 STLDeleteElements(&forms);
142 PasswordFormList forms;
143 GetLoginsList(&forms, form.signon_realm, wallet_handle);
145 for (size_t i = 0; i < forms.size(); ++i) {
146 if (CompareForms(form, *forms[i], true))
147 *forms[i] = form
    [all...]
password_store_x.cc 79 vector<PasswordForm*> forms; local
81 backend_->GetLoginsCreatedBetween(delete_begin, delete_end, &forms) &&
84 for (vector<PasswordForm*>::const_iterator it = forms.begin();
85 it != forms.end(); ++it) {
98 STLDeleteElements(&forms);
143 bool PasswordStoreX::FillAutofillableLogins(vector<PasswordForm*>* forms) {
145 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
150 return PasswordStoreDefault::FillAutofillableLogins(forms);
154 bool PasswordStoreX::FillBlacklistLogins(vector<PasswordForm*>* forms) {
156 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
200 vector<PasswordForm*> forms; local
    [all...]
native_backend_kwallet_x.h 37 PasswordFormList* forms);
40 PasswordFormList* forms);
41 virtual bool GetAutofillableLogins(PasswordFormList* forms);
42 virtual bool GetBlacklistLogins(PasswordFormList* forms);
50 bool GetLoginsList(PasswordFormList* forms,
55 bool GetLoginsList(PasswordFormList* forms,
60 bool GetLoginsList(PasswordFormList* forms,
66 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
70 // |forms| is empty. Returns true on success.
71 bool SetLoginsList(const PasswordFormList& forms,
    [all...]
password_form_data.h 45 // PasswordForms as |forms|, regardless of order.
46 MATCHER_P(ContainsAllPasswordForms, forms, "") {
47 return ContainsSamePasswordFormsPtr(forms, arg);
password_store_default.cc 87 const PasswordForms& forms = local
89 for (PasswordForms::const_iterator it = forms.begin();
90 it != forms.end(); ++it) {
162 std::vector<PasswordForm*> forms; local
163 if (login_db_->GetLoginsCreatedBetween(delete_begin, delete_end, &forms)) {
166 for (std::vector<PasswordForm*>::const_iterator it = forms.begin();
167 it != forms.end(); ++it) {
177 STLDeleteElements(&forms);
199 std::vector<PasswordForm*>* forms) {
201 return login_db_->GetAutofillableLogins(forms);
    [all...]
native_backend_gnome_x.cc 186 NativeBackendGnome::PasswordFormList* forms) {
199 forms->push_back(form);
272 GnomeKeyringResult WaitResult(PasswordFormList* forms);
403 // We find forms using the same fields as LoginDatabase::RemoveLogin().
492 GnomeKeyringResult GKRMethod::WaitResult(PasswordFormList* forms) {
495 forms->swap(forms_);
659 PasswordFormList forms; local
660 GnomeKeyringResult result = method.WaitResult(&forms);
667 if (forms.size() > 0) {
668 if (forms.size() > 1)
693 PasswordFormList forms; local
749 PasswordFormList forms; local
    [all...]
password_store_mac.h 51 std::vector<webkit_glue::PasswordForm*>* forms);
53 std::vector<webkit_glue::PasswordForm*>* forms);
67 // Caller is responsible for deleting the forms.
70 // Removes the given forms from the database.
72 const std::vector<webkit_glue::PasswordForm*>& forms);
74 // Removes the given forms from the Keychain.
76 const std::vector<webkit_glue::PasswordForm*>& forms);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
cyrillic-uri-form.html 13 document.forms[0].submit();
15 document.forms[0].elements[0].value="????????-2";
16 document.forms[0].submit();
  /external/chromium/chrome/browser/autofill/
form_structure_browsertest.cc 32 // file that contains one or more forms. The corresponding output file lists the
44 // Serializes the given |forms| into a string.
45 std::string FormStructuresToString(const std::vector<FormStructure*>& forms);
65 std::vector<FormStructure*> forms = autofill_manager->form_structures_.get(); local
66 *output = FormStructureBrowserTest::FormStructuresToString(forms);
70 const std::vector<FormStructure*>& forms) {
72 for (std::vector<FormStructure*>::const_iterator iter = forms.begin();
73 iter != forms.end();
  /external/chromium/chrome/browser/webdata/
logins_table.h 56 // Adds |form| to the list of remembered password forms.
73 // Removes |form| from the list of remembered password forms.
82 // Loads a list of matching password forms into the specified vector |forms|.
86 std::vector<webkit_glue::PasswordForm*>* forms);
88 // Loads the complete list of password forms into the specified vector |forms|
92 bool GetAllLogins(std::vector<webkit_glue::PasswordForm*>* forms,
  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.h 37 // The result will be stored in |forms|.
39 std::vector<webkit_glue::PasswordForm>* forms);
43 // The result will be stored in |forms|.
45 std::vector<webkit_glue::PasswordForm>* forms);
nss_decryptor_null.h 29 std::vector<webkit_glue::PasswordForm>* forms) {}
31 std::vector<webkit_glue::PasswordForm>* forms) {
  /external/clang/test/CodeGenCXX/
virt-dtor-gen.cpp 4 // Make sure we generate all three forms of the destructor when it is virtual.
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 26 * <li>Username/password pairs for web forms</li>
48 * Gets whether there are any saved username/password pairs for web forms.
62 * Clears any saved username/password pairs for web forms.
98 * Gets whether there is any saved data for web forms.
100 * @return whether there is any saved data for web forms
108 * Clears any saved data for web forms.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 2 var formSelect=document.forms[0].elements[0];
30 var formSelect=document.forms[0].elements[0];
  /external/libpcap/
pcap-nit.h 5 * Redistribution and use in source and binary forms are permitted
7 * duplicated in all such forms and that any documentation,
pcap-pf.h 5 * Redistribution and use in source and binary forms are permitted
7 * duplicated in all such forms and that any documentation,
  /dalvik/dx/tests/071-dex-java-stack-ops/
info.txt 2 least one case of each of the possible forms of Java stack
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
importList.html 8 var radio = document.forms["foo"].elements[name];
16 document.forms["foo"].elements["testList"].value.split(/\r?\n/);
18 var elems = window.opener.document.forms["testCases"].elements;
20 if (document.forms["foo"].elements["clear_all"].checked)
  /external/clang/test/Parser/
cxx-casting.cpp 44 (void)const_cast<::c>(&x); // expected-error{{found '<::' after a const_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
45 (void)dynamic_cast<::a>(b); // expected-error{{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
46 (void)reinterpret_cast<::c>(x); // expected-error{{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
47 (void)static_cast<::c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
68 (void)static_cast LCC c>(&x); // expected-error{{found '<::' after a static_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
77 ::D<::F> A1; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
78 D<::F> A2; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
79 ::E<::F>(); // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
80 E<::F>(); // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}
    [all...]

Completed in 3112 milliseconds

1 2 3 4 5 6 7 8 91011>>