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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 29 #include "core/html/forms/InputType.h"
78 typedef PassRefPtrWillBeRawPtr<InputType> (*InputTypeFactoryFunction)(HTMLInputElement&);
115 PassRefPtrWillBeRawPtr<InputType> InputType::create(HTMLInputElement& element, const AtomicString& typeName)
123 PassRefPtrWillBeRawPtr<InputType> InputType::createText(HTMLInputElement& element)
128 const AtomicString& InputType::normalizeTypeName(const AtomicString& typeName)
136 InputType::~InputType()
140 bool InputType::isTextField() cons
    [all...]
BaseClickableWithKeyInputType.h 34 #include "core/html/forms/InputType.h"
39 class BaseClickableWithKeyInputType : public InputType {
43 static void handleKeyupEvent(InputType&, KeyboardEvent*);
47 BaseClickableWithKeyInputType(HTMLInputElement& element) : InputType(element) { }
HiddenInputType.h 34 #include "core/html/forms/InputType.h"
38 class HiddenInputType FINAL : public InputType {
40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
43 HiddenInputType(HTMLInputElement& element) : InputType(element) { }
ButtonInputType.cpp 39 PassRefPtrWillBeRawPtr<InputType> ButtonInputType::create(HTMLInputElement& element)
BaseCheckableInputType.h 34 #include "core/html/forms/InputType.h"
39 class BaseCheckableInputType : public InputType {
41 BaseCheckableInputType(HTMLInputElement& element) : InputType(element) { }
ButtonInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
ResetInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
TelephoneInputType.cpp 39 PassRefPtrWillBeRawPtr<InputType> TelephoneInputType::create(HTMLInputElement& element)
TelephoneInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
TextInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
URLInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
HiddenInputType.cpp 46 PassRefPtrWillBeRawPtr<InputType> HiddenInputType::create(HTMLInputElement& element)
106 return InputType::appendFormData(encoding, isMultipartForm);
CheckboxInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
PasswordInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
ResetInputType.cpp 44 PassRefPtrWillBeRawPtr<InputType> ResetInputType::create(HTMLInputElement& element)
SubmitInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
InputType.h 53 // An InputType object represents the type-specific part of an HTMLInputElement.
54 // Do not expose instances of InputType and classes derived from it to classes
56 // FIXME: InputType should not inherit InputTypeView. It's conceptually wrong.
57 class InputType : public InputTypeView {
58 WTF_MAKE_NONCOPYABLE(InputType);
62 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&, const AtomicString&);
63 static PassRefPtrWillBeRawPtr<InputType> createText(HTMLInputElement&);
65 virtual ~InputType();
216 InputType(HTMLInputElement& element) : InputTypeView(element) { }
EmailInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
RadioInputType.h 40 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
SearchInputType.h 44 static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
TextInputType.cpp 42 PassRefPtrWillBeRawPtr<InputType> TextInputType::create(HTMLInputElement& element)
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 41 typedef typename Functor::InputType InputType;
64 int df(const InputType& _x, JacobianType &jac) const
71 const typename InputType::Index n = _x.size();
74 InputType x = _x;
  /external/deqp/modules/glshared/
glsDrawTest.hpp 55 enum InputType
176 static std::string inputTypeToString (InputType type);
183 static int inputTypeSize (InputType type);
188 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
189 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
191 InputType inputType;
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 19 import android.text.InputType;
52 int expected = InputType.TYPE_CLASS_DATETIME | InputType.TYPE_DATETIME_VARIATION_DATE;
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 35 typedef typename Functor::InputType InputType;
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const

Completed in 1444 milliseconds

1 2 3 4 5 6