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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/password_manager/core/browser/
password_store_default.cc 58 std::vector<PasswordForm*> forms; local
60 if (login_db_->GetLoginsCreatedBetween(delete_begin, delete_end, &forms)) {
62 for (std::vector<PasswordForm*>::const_iterator it = forms.begin();
63 it != forms.end(); ++it) {
70 STLDeleteElements(&forms);
77 std::vector<PasswordForm*> forms; local
79 if (login_db_->GetLoginsSyncedBetween(delete_begin, delete_end, &forms)) {
81 for (std::vector<PasswordForm*>::const_iterator it = forms.begin();
82 it != forms.end();
89 STLDeleteElements(&forms);
    [all...]
password_store_sync.h 22 std::vector<autofill::PasswordForm*>* forms) = 0;
26 std::vector<autofill::PasswordForm*>* forms) = 0;
password_generation_manager.cc 25 const std::vector<autofill::FormStructure*>& forms) {
28 forms.begin(); form_it != forms.end(); ++form_it) {
test_password_store.cc 63 std::vector<autofill::PasswordForm>& forms = local
65 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
66 it != forms.end(); ++it) {
79 std::vector<autofill::PasswordForm>& forms = local
81 std::vector<autofill::PasswordForm>::iterator it = forms.begin();
82 while (it != forms.end()) {
84 it = forms.erase(it);
99 std::vector<autofill::PasswordForm> forms = local
101 for (std::vector<autofill::PasswordForm>::iterator it = forms.begin();
102 it != forms.end(); ++it)
    [all...]
login_database.h 36 // Adds |form| to the list of remembered password forms. Returns the list of
48 // Removes |form| from the list of remembered password forms.
63 // Loads a list of matching password forms into the specified vector |forms|.
67 std::vector<autofill::PasswordForm*>* forms) const;
75 std::vector<autofill::PasswordForm*>* forms) const;
83 std::vector<autofill::PasswordForm*>* forms) const;
85 // Loads the complete list of autofillable password forms (i.e., not blacklist
86 // entries) into |forms|.
88 std::vector<autofill::PasswordForm*>* forms) const
    [all...]
password_generation_manager.h 31 // This class is used to determine what forms we should offer to generate
39 // Detect account creation forms from forms with autofill type annotated.
43 const std::vector<autofill::FormStructure*>& forms);
password_form_data.h 50 // PasswordForms as |forms|, regardless of order.
51 MATCHER_P(ContainsAllPasswordForms, forms, "") {
52 return ContainsSamePasswordFormsPtr(forms, arg);
  /external/chromium_org/components/autofill/content/renderer/
password_form_conversion_utils_browsertest.cc 46 WebVector<WebFormElement> forms; local
47 frame->document().forms(forms);
48 ASSERT_EQ(1U, forms.size());
50 scoped_ptr<PasswordForm> password_form = CreatePasswordForm(forms[0]);
78 WebVector<WebFormElement> forms; local
79 frame->document().forms(forms);
80 ASSERT_EQ(1U, forms.size());
82 scoped_ptr<PasswordForm> password_form = CreatePasswordForm(forms[0])
107 WebVector<WebFormElement> forms; local
151 WebVector<WebFormElement> forms; local
    [all...]
password_generation_agent.cc 61 // We trim |passwords| because occasionally there are forms where the
87 bool ContainsForm(const std::vector<autofill::FormData>& forms,
90 forms.begin(); it != forms.end(); ++it) {
118 // form, but there could be multiple password forms in each frame.
143 blink::WebVector<blink::WebFormElement> forms;
144 frame->document().forms(forms);
145 for (size_t i = 0; i < forms.size(); ++i) {
146 if (forms[i].isNull()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebSearchableFormDataTest.cpp 4 * Redistribution and use in source and binary forms, with or without
71 WebVector<WebFormElement> forms; local
72 webView->mainFrame()->document().forms(forms);
74 EXPECT_EQ(forms.size(), 1U);
76 WebSearchableFormData searchableFormData(forms[0]);
  /external/chromium_org/chrome/renderer/autofill/
form_autocomplete_browsertest.cc 39 Tuple2<FormData, base::TimeTicks> forms; local
40 AutofillHostMsg_FormSubmitted::Read(message, &forms);
41 ASSERT_EQ(2U, forms.a.fields.size());
43 FormFieldData& form_field = forms.a.fields[0];
47 form_field = forms.a.fields[1];
88 Tuple2<FormData, base::TimeTicks> forms; local
89 AutofillHostMsg_FormSubmitted::Read(message, &forms);
90 ASSERT_EQ(1U, forms.a.fields.size());
92 FormFieldData& form_field = forms.a.fields[0];
autofill_renderer_browsertest.cc 80 std::vector<FormData> forms = params.a; local
81 ASSERT_EQ(1UL, forms.size());
82 ASSERT_EQ(4UL, forms[0].fields.size());
90 EXPECT_FORM_FIELD_DATA_EQUALS(expected, forms[0].fields[0]);
96 EXPECT_FORM_FIELD_DATA_EQUALS(expected, forms[0].fields[1]);
103 EXPECT_FORM_FIELD_DATA_EQUALS(expected, forms[0].fields[2]);
110 EXPECT_FORM_FIELD_DATA_EQUALS(expected, forms[0].fields[3]);
143 forms = params.a;
144 ASSERT_EQ(1UL, forms.size());
145 ASSERT_EQ(3UL, forms[0].fields.size())
175 const std::vector<FormData>& forms = params.a; local
271 WebVector<WebFormElement> forms; variable
272 invoking_frame()->document().forms(forms); variable
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x.h 58 PasswordFormList* forms) OVERRIDE;
59 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
60 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
72 PasswordFormList* forms);
94 bool GetLoginsList(PasswordFormList* forms,
99 bool GetLoginsList(PasswordFormList* forms,
104 bool GetAllLogins(PasswordFormList* forms, int wallet_handle);
108 // |forms| is empty. Returns true on success.
109 bool SetLoginsList(const PasswordFormList& forms,
125 static void SerializeValue(const PasswordFormList& forms, Pickle* pickle)
    [all...]
password_store_x.cc 188 bool PasswordStoreX::FillAutofillableLogins(vector<PasswordForm*>* forms) {
190 if (use_native_backend() && backend_->GetAutofillableLogins(forms)) {
192 if (forms->size() > 0)
197 return PasswordStoreDefault::FillAutofillableLogins(forms);
201 bool PasswordStoreX::FillBlacklistLogins(vector<PasswordForm*>* forms) {
203 if (use_native_backend() && backend_->GetBlacklistLogins(forms)) {
205 if (forms->size() > 0)
210 return PasswordStoreDefault::FillBlacklistLogins(forms);
249 vector<PasswordForm*> forms; local
250 bool ok = PasswordStoreDefault::FillAutofillableLogins(&forms) &
    [all...]
native_backend_gnome_x.h 99 PasswordFormList* forms) OVERRIDE;
100 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
101 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
113 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
116 bool GetAllLogins(PasswordFormList* forms);
123 PasswordFormList* forms);
password_store_mac.h 73 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
75 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
89 // Caller is responsible for deleting the forms.
92 // Removes the given forms from the database.
94 const std::vector<autofill::PasswordForm*>& forms);
96 // Removes the given forms from the Keychain.
98 const std::vector<autofill::PasswordForm*>& forms);
native_backend_kwallet_x.cc 274 ScopedVector<autofill::PasswordForm> forms;
275 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle);
282 for (size_t i = 0; i < forms.size(); ++i) {
285 if (CompareForms(form, *forms[i], false)) {
287 password_manager::PasswordStoreChange::REMOVE, *forms[i]));
288 *forms[i] = form;
293 forms.push_back(new PasswordForm(form));
297 bool ok = SetLoginsList(forms.get(), form.signon_realm, wallet_handle);
313 ScopedVector<autofill::PasswordForm> forms;
314 GetLoginsList(&forms.get(), form.signon_realm, wallet_handle)
    [all...]
password_store_x.h 63 PasswordFormList* forms) = 0;
64 virtual bool GetAutofillableLogins(PasswordFormList* forms) = 0;
65 virtual bool GetBlacklistLogins(PasswordFormList* forms) = 0;
100 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
102 std::vector<autofill::PasswordForm*>* forms) OVERRIDE;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportPropertiesPage.java 23 import org.eclipse.ui.forms.IManagedForm;
24 import org.eclipse.ui.forms.editor.FormPage;
25 import org.eclipse.ui.forms.widgets.ColumnLayout;
26 import org.eclipse.ui.forms.widgets.ColumnLayoutData;
27 import org.eclipse.ui.forms.widgets.FormToolkit;
28 import org.eclipse.ui.forms.widgets.ScrolledForm;
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_null.h 34 std::vector<autofill::PasswordForm>* forms) {}
36 std::vector<autofill::PasswordForm>* forms) {
nss_decryptor_system_nss.h 38 // The result will be stored in |forms|.
40 std::vector<autofill::PasswordForm>* forms);
44 // The result will be stored in |forms|.
46 std::vector<autofill::PasswordForm>* forms);
firefox_importer_unittest.cc 103 std::vector<autofill::PasswordForm> forms = local
106 ASSERT_EQ(2u, forms.size());
107 EXPECT_EQ(autofill::PasswordForm::SCHEME_BASIC, forms[0].scheme);
108 EXPECT_EQ(autofill::PasswordForm::SCHEME_HTML, forms[1].scheme);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.css 4 * Redistribution and use in source and binary forms, with or without
50 .forms {
54 .forms span {
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 69 void ClearSyncDateField(std::vector<PasswordForm>* forms) {
70 for (std::vector<PasswordForm>::iterator it = forms->begin();
71 it != forms->end();
115 std::vector<PasswordForm> forms; local
116 GetLogins(store, forms);
117 for (std::vector<PasswordForm>::iterator it = forms.begin();
118 it != forms.end(); ++it) {
147 std::vector<PasswordForm> forms; local
149 GetLogins(GetPasswordStore(index), forms); local
150 ClearSyncDateField(&forms);
346 std::vector<PasswordForm> forms; local
347 GetLogins(GetPasswordStore(index), forms); local
    [all...]

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>