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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ColorInputType.h 39 class ColorInputType : public BaseClickableWithKeyInputType, public ColorChooserClient {
42 virtual ~ColorInputType();
53 ColorInputType(HTMLInputElement* element) : BaseClickableWithKeyInputType(element) { }
ColorInputType.cpp 32 #include "core/html/ColorInputType.h"
69 PassOwnPtr<InputType> ColorInputType::create(HTMLInputElement* element)
71 return adoptPtr(new ColorInputType(element));
74 ColorInputType::~ColorInputType()
79 void ColorInputType::attach()
84 bool ColorInputType::isColorControl() const
89 const AtomicString& ColorInputType::formControlType() const
94 bool ColorInputType::supportsRequired() const
99 String ColorInputType::fallbackValue() cons
    [all...]

Completed in 40 milliseconds