HomeSort by relevance Sort by last modified time
    Searched full:forms (Results 101 - 125 of 31645) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseButtonInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseClickableWithKeyInputType.h"
BaseClickableWithKeyInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/InputType.h"
BaseTextInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/TextFieldInputType.h"
ButtonInputType.cpp 4 * Redistribution and use in source and binary forms, with or without
32 #include "core/html/forms/ButtonInputType.h"
ButtonInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseButtonInputType.h"
CheckboxInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseCheckableInputType.h"
ColorChooser.cpp 4 * Redistribution and use in source and binary forms, with or without
31 #include "core/html/forms/ColorChooser.h"
PasswordInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseTextInputType.h"
RadioInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseCheckableInputType.h"
ResetInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseButtonInputType.h"
SubmitInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseButtonInputType.h"
TelephoneInputType.cpp 4 * Redistribution and use in source and binary forms, with or without
32 #include "core/html/forms/TelephoneInputType.h"
TelephoneInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseTextInputType.h"
TextInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseTextInputType.h"
URLInputType.h 4 * Redistribution and use in source and binary forms, with or without
34 #include "core/html/forms/BaseTextInputType.h"
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserUIController.h 4 * Redistribution and use in source and binary forms, with or without
29 #include "core/html/forms/ColorChooser.h"
ExternalDateTimeChooser.h 4 * Redistribution and use in source and binary forms, with or without
30 #include "core/html/forms/DateTimeChooser.h"
WebDateTimeSuggestion.cpp 4 * Redistribution and use in source and binary forms, with or without
29 #include "core/html/forms/DateTimeChooser.h"
  /external/chromium_org/tools/stats_viewer/
Resources.resx 18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
115 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121 <data name="kitten" type="System.Resources.ResXFileRef, System.Windows.Forms">
124 <data name="kittenbackground" type="System.Resources.ResXFileRef, System.Windows.Forms">
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 109 PasswordFormList* forms) OVERRIDE;
110 virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
111 virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
123 bool GetLoginsList(PasswordFormList* forms, bool autofillable);
126 bool GetAllLogins(PasswordFormList* forms);
133 PasswordFormList* forms);
  /external/chromium_org/components/autofill/core/browser/
autofill_download_manager.h 69 // list of the fields of all requested forms.
70 // |forms| - array of forms aggregated in this request.
71 bool StartQueryRequest(const std::vector<FormStructure*>& forms,
124 // GetPositiveUploadRate() is for matched forms,
158 // |positive_upload_rate_| is for matched forms,
  /external/freetype/src/autofit/
afranges.c 48 AF_UNIRANGE_REC( 0xFB1DUL, 0xFB4FUL ), /* Alphab. Present. Forms (Hebrew) */
69 AF_UNIRANGE_REC( 0x2150UL, 0x218FUL ), /* Number Forms */
74 AF_UNIRANGE_REC( 0xFB00UL, 0xFB06UL ), /* Alphab. Present. Forms (Latin Ligs) */
195 AF_UNIRANGE_REC( 0xFE10UL, 0xFE1FUL ), /* Vertical forms */
196 AF_UNIRANGE_REC( 0xFE30UL, 0xFE4FUL ), /* CJK Compatibility Forms */
197 AF_UNIRANGE_REC( 0xFF00UL, 0xFFEFUL ), /* Halfwidth and Fullwidth Forms */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NormalizerTest.java 30 Form[] forms = Form.values(); local
31 assertEquals(4, forms.length);
32 assertEquals(Form.NFD, forms[0]);
33 assertEquals(Form.NFC, forms[1]);
34 assertEquals(Form.NFKD, forms[2]);
35 assertEquals(Form.NFKC, forms[3]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java 32 import org.eclipse.ui.forms.IManagedForm;
33 import org.eclipse.ui.forms.editor.FormPage;
34 import org.eclipse.ui.forms.widgets.FormToolkit;
35 import org.eclipse.ui.forms.widgets.ScrolledForm;
42 * <a href="http://www.eclipse.org/articles/Article-Forms/article.html">
43 * http://www.eclipse.org/articles/Article-Forms/article.html</a>
OverviewPage.java 32 import org.eclipse.ui.forms.IManagedForm;
33 import org.eclipse.ui.forms.editor.FormPage;
34 import org.eclipse.ui.forms.widgets.FormToolkit;
35 import org.eclipse.ui.forms.widgets.ScrolledForm;
45 * <a href="http://www.eclipse.org/articles/Article-Forms/article.html">
46 * http://www.eclipse.org/articles/Article-Forms/article.html</a>

Completed in 734 milliseconds

1 2 3 45 6 7 8 91011>>