Searched defs:InputType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputType.h52 // An InputType object represents the type-specific part of an HTMLInputElement.
53 // Do not expose instances of InputType and classes derived from it to classes
55 // FIXME: InputType should not inherit InputTypeView. It's conceptually wrong.
56 class InputType : public InputTypeView { class in namespace:WebCore
57 WTF_MAKE_NONCOPYABLE(InputType);
61 static PassRefPtr<InputType> create(HTMLInputElement&, const AtomicString&);
62 static PassRefPtr<InputType> createText(HTMLInputElement&);
64 virtual ~InputType();
67 static bool themeSupportsDataListUI(InputType*);
205 // Parses the specified string for this InputType, an
234 InputType(HTMLInputElement& element) : InputTypeView(element) { } function in class:WebCore::InputType
[all...]
H A DInputType.cpp29 #include "core/html/forms/InputType.h"
76 typedef PassRefPtr<InputType> (*InputTypeFactoryFunction)(HTMLInputElement&);
115 PassRefPtr<InputType> InputType::create(HTMLInputElement& element, const AtomicString& typeName)
123 PassRefPtr<InputType> InputType::createText(HTMLInputElement& element)
128 const AtomicString& InputType::normalizeTypeName(const AtomicString& typeName)
136 bool InputType::canChangeFromAnotherType(const AtomicString& normalizedTypeName)
146 InputType::~InputType()
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dsnap_sizer.h32 enum InputType { enum in class:ash::internal::SnapSizer
43 InputType input_type);
128 const InputType input_type_;
/external/eigen/unsupported/Eigen/src/AutoDiff/
H A DAutoDiffJacobian.h35 typedef typename Functor::InputType InputType; typedef in class:Eigen::AutoDiffJacobian
48 void operator() (const InputType& x, ValueType* v, JacobianType* _jac=0) const
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp20 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:Functor
H A Dforward_adolc.cpp33 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:TestFunc1
65 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
103 typename Func::InputType x = Func::InputType::Random(f.inputs());
H A Dautodiff.cpp39 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:TestFunc1
71 void operator() (const InputType& x, ValueType* v, JacobianType* _j) const
109 typename Func::InputType x = Func::InputType::Random(f.inputs());
H A DNonLinearOptimization.cpp112 typedef Matrix<Scalar,InputsAtCompileTime,1> InputType; typedef in struct:Functor
125 // void operator() (const InputType& x, ValueType* v, JacobianType* _j=0) const;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dvertexconversion.h152 typedef InT InputType; typedef in struct:rx::VertexDataConverter
157 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out)
161 const InputType *ein = pointerAddBytes(in, i * stride);
174 return convertArray(static_cast<const InputType*>(in), stride, n, static_cast<OutputType*>(out));
185 static void copyComponent(OutputType *out, const InputType *in, std::size_t elementindex, OutputType defaultvalue)
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h41 typedef typename Functor::InputType InputType; typedef in class:Eigen::NumericalDiff
64 int df(const InputType& _x, JacobianType &jac) const
69 const typename InputType::Index n = _x.size();
72 InputType x = _x;
/external/clang/lib/Driver/
H A DDriver.cpp1011 types::ID InputType = types::TY_Nothing; local
1021 InputType = types::TY_C;
1024 InputType = types::TY_CXX;
1046 if (InputType == types::TY_Nothing) {
1100 assert(InputTypeArg && "InputType set w/o InputTypeArg");
1102 Ty = InputType;
1129 InputType = types::lookupTypeForTypeSpecifier(A->getValue());
1135 if (!InputType) {
1137 InputType = types::TY_Object;
1171 types::ID InputType local
[all...]
H A DTools.cpp1440 static void addExceptionArgs(const ArgList &Args, types::ID InputType, argument
1482 if (types::isObjC(InputType) &&
1492 if (types::isCXX(InputType)) {
2524 types::ID InputType = Inputs[0].getType(); local
2527 if (types::isCXX(InputType) &&
2697 if (types::getPreprocessedType(InputType) != types::TY_INVALID)
2731 if (types::isCXX(InputType))
2749 if (!types::isCXX(InputType))
2770 if (types::isCXX(InputType) &&
3032 if (!Args.hasArg(options::OPT_fapple_kext) && types::isCXX(InputType))
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1410 LValue InputValue, QualType InputType,
1414 if (CodeGenFunction::hasScalarEvaluationKind(InputType)) {
1417 llvm::Type *Ty = ConvertType(InputType);
1409 EmitAsmInputLValue(const TargetInfo::ConstraintInfo &Info, LValue InputValue, QualType InputType, std::string &ConstraintStr) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h2002 GLenum InputType; /**< GL_POINTS, GL_LINES, GL_LINES_ADJACENCY_ARB, member in struct:gl_geometry_program
2346 GLenum InputType; /**< GL_POINTS, GL_LINES, GL_LINES_ADJACENCY_ARB, member in struct:gl_shader_program::__anon13694
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2002 GLenum InputType; /**< GL_POINTS, GL_LINES, GL_LINES_ADJACENCY_ARB, member in struct:gl_geometry_program
2346 GLenum InputType; /**< GL_POINTS, GL_LINES, GL_LINES_ADJACENCY_ARB, member in struct:gl_shader_program::__anon24179

Completed in 612 milliseconds