HomeSort by relevance Sort by last modified time
    Searched defs:InputType (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/html/
InputType.h 71 // An InputType object represents the type-specific part of an HTMLInputElement.
72 // Do not expose instances of InputType and classes derived from it to classes
74 class InputType {
75 WTF_MAKE_NONCOPYABLE(InputType); WTF_MAKE_FAST_ALLOCATED;
77 static PassOwnPtr<InputType> create(HTMLInputElement*, const String&);
78 static PassOwnPtr<InputType> createText(HTMLInputElement*);
79 virtual ~InputType();
232 // Parses the specified string for this InputType, and returns true if it
244 InputType(HTMLInputElement* element) : m_element(element) { }
251 // Raw pointer because the HTMLInputElement object owns this InputType object
    [all...]
InputType.cpp 28 #include "InputType.h"
74 typedef PassOwnPtr<InputType> (*InputTypeFactoryFunction)(HTMLInputElement*);
107 PassOwnPtr<InputType> InputType::create(HTMLInputElement* element, const String& typeName)
110 PassOwnPtr<InputType> (*factory)(HTMLInputElement*) = typeName.isEmpty() ? 0 : factoryMap->get(typeName);
116 PassOwnPtr<InputType> InputType::createText(HTMLInputElement* element)
121 InputType::~InputType()
125 bool InputType::isTextField() cons
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 157 typedef InT InputType;
162 static void convertArray(const InputType *in, std::size_t stride, std::size_t n, OutputType *out)
166 const InputType *ein = pointerAddBytes(in, i * stride);
179 return convertArray(static_cast<const InputType*>(in), stride, n, static_cast<OutputType*>(out));
190 static void copyComponent(OutputType *out, const InputType *in, std::size_t elementindex, OutputType defaultvalue)
  /frameworks/base/core/java/android/text/
InputType.java 30 * <dd>inputType = TYPE_CLASS_TEXT |
34 * <dd>inputType = TYPE_CLASS_TEXT |
39 * <dd>inputType = TYPE_CLASS_DATETIME |
43 public interface InputType {
  /external/clang/lib/Driver/
Driver.cpp 861 types::ID InputType = types::TY_Nothing;
873 if (InputType == types::TY_Nothing) {
    [all...]
Tools.cpp 368 types::ID InputType = Inputs[0].getType();
369 if (types::isCXX(InputType)) {
371 = types::isObjC(InputType) && isObjCAutoRefCount(Args);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 302 milliseconds