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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/
webcore_html.target.linux-arm64.mk 194 third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp \
195 third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp \
196 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp \
197 third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.cpp \
198 third_party/WebKit/Source/core/html/forms/BaseDateAndTimeInputType.cpp \
199 third_party/WebKit/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp \
200 third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp \
201 third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp \
202 third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp \
203 third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
    [all...]
webcore_html.target.linux-mips.mk 194 third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp \
195 third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp \
196 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp \
197 third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.cpp \
198 third_party/WebKit/Source/core/html/forms/BaseDateAndTimeInputType.cpp \
199 third_party/WebKit/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp \
200 third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp \
201 third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp \
202 third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp \
203 third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
    [all...]
webcore_html.target.linux-x86.mk 194 third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp \
195 third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp \
196 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp \
197 third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.cpp \
198 third_party/WebKit/Source/core/html/forms/BaseDateAndTimeInputType.cpp \
199 third_party/WebKit/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp \
200 third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp \
201 third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp \
202 third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp \
203 third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
    [all...]
webcore_html.target.linux-x86_64.mk 194 third_party/WebKit/Source/core/html/forms/BaseButtonInputType.cpp \
195 third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp \
196 third_party/WebKit/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp \
197 third_party/WebKit/Source/core/html/forms/BaseClickableWithKeyInputType.cpp \
198 third_party/WebKit/Source/core/html/forms/BaseDateAndTimeInputType.cpp \
199 third_party/WebKit/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp \
200 third_party/WebKit/Source/core/html/forms/BaseTextInputType.cpp \
201 third_party/WebKit/Source/core/html/forms/ButtonInputType.cpp \
202 third_party/WebKit/Source/core/html/forms/CheckboxInputType.cpp \
203 third_party/WebKit/Source/core/html/forms/ColorInputType.cpp
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 31 import org.eclipse.ui.forms.IManagedForm;
32 import org.eclipse.ui.forms.widgets.FormToolkit;
33 import org.eclipse.ui.forms.widgets.Section;
OverviewLinksPart.java 29 import org.eclipse.ui.forms.widgets.FormText;
30 import org.eclipse.ui.forms.widgets.FormToolkit;
31 import org.eclipse.ui.forms.widgets.Section;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
UiElementPart.java 30 import org.eclipse.ui.forms.IManagedForm;
31 import org.eclipse.ui.forms.widgets.FormToolkit;
32 import org.eclipse.ui.forms.widgets.Section;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java 33 import org.eclipse.ui.forms.IManagedForm;
34 import org.eclipse.ui.forms.editor.FormPage;
35 import org.eclipse.ui.forms.widgets.ScrolledForm;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 58 import org.eclipse.ui.forms.IManagedForm;
59 import org.eclipse.ui.forms.events.HyperlinkAdapter;
60 import org.eclipse.ui.forms.events.HyperlinkEvent;
61 import org.eclipse.ui.forms.widgets.FormText;
62 import org.eclipse.ui.forms.widgets.FormToolkit;
63 import org.eclipse.ui.forms.widgets.TableWrapData;
UiPackageAttributeNode.java 59 import org.eclipse.ui.forms.IManagedForm;
60 import org.eclipse.ui.forms.events.HyperlinkAdapter;
61 import org.eclipse.ui.forms.events.HyperlinkEvent;
62 import org.eclipse.ui.forms.widgets.FormText;
63 import org.eclipse.ui.forms.widgets.FormToolkit;
64 import org.eclipse.ui.forms.widgets.TableWrapData;
  /external/chromium_org/chrome/browser/password_manager/
password_store_win_unittest.cc 242 std::vector<PasswordForm*> forms; local
243 forms.push_back(CreatePasswordFormFromData(expected_form_data));
247 OnGetPasswordStoreResults(ContainsAllPasswordForms(forms)))
253 STLDeleteElements(&forms);
335 std::vector<PasswordForm*> forms; local
336 forms.push_back(CreatePasswordFormFromData(expected_form_data));
340 OnGetPasswordStoreResults(ContainsAllPasswordForms(forms)))
359 STLDeleteElements(&forms);
password_store_mac.cc 399 // Returns entries from |forms| that are blacklist entries, after removing
400 // them from |forms|.
402 std::vector<PasswordForm*>* forms) {
404 for (std::vector<PasswordForm*>::iterator i = forms->begin();
405 i != forms->end();) {
409 i = forms->erase(i);
435 // than being merged with keychain forms.
578 // returned forms.
939 std::vector<PasswordForm*> forms; local
973 std::vector<PasswordForm*> forms; local
    [all...]
  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.h 62 const std::vector<autofill::FormData>& forms);
83 // Stores the origins of the password forms confirmed not to be blacklisted
89 // the form's fields as an ACCOUNT_CREATION_PASSWORD. These forms will
  /external/chromium_org/components/autofill/core/browser/
autofill_client.h 110 // account creation forms.
112 const std::vector<autofill::FormStructure*>& forms) = 0;
test_autofill_client.cc 68 const std::vector<autofill::FormStructure*>& forms) {
test_autofill_client.h 50 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;
  /external/chromium_org/components/password_manager/content/browser/
content_password_manager_driver.h 43 const std::vector<autofill::FormData>& forms) OVERRIDE;
content_password_manager_driver.cc 51 const std::vector<autofill::FormData>& forms) {
54 forms));
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/forms/
WorkgroupForm.java 20 package org.jivesoftware.smackx.workgroup.ext.forms;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 24 import org.eclipse.ui.forms.IManagedForm;
UiTextAttributeNode.java 32 import org.eclipse.ui.forms.IManagedForm;
33 import org.eclipse.ui.forms.widgets.TableWrapData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 50 import org.eclipse.ui.forms.IManagedForm;
51 import org.eclipse.ui.forms.editor.FormEditor;
52 import org.eclipse.ui.forms.editor.IFormPage;
53 import org.eclipse.ui.forms.events.HyperlinkAdapter;
54 import org.eclipse.ui.forms.events.HyperlinkEvent;
55 import org.eclipse.ui.forms.events.IHyperlinkListener;
56 import org.eclipse.ui.forms.widgets.FormText;
72 * Derived classes must implement createFormPages to create the forms before the
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver_unittest.cc 262 std::vector<FormStructure*> forms(1, &form_structure);
263 driver_->SendAutofillTypePredictionsToRenderer(forms);
274 std::vector<FormStructure*> forms(1, &form_structure);
276 FormStructure::GetFieldTypePredictions(forms, &expected_type_predictions);
277 driver_->SendAutofillTypePredictionsToRenderer(forms);
  /external/chromium_org/chrome/browser/ui/autofill/
chrome_autofill_client.cc 176 const std::vector<autofill::FormStructure*>& forms) {
181 manager->DetectAccountCreationForms(forms);
chrome_autofill_client.h 67 const std::vector<autofill::FormStructure*>& forms) OVERRIDE;

Completed in 1696 milliseconds

1 2 34 5 6 7 8 91011>>