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/forms/
ColorInputType.h 41 class ColorInputType FINAL : public BaseClickableWithKeyInputType, public ColorChooserClient {
44 virtual ~ColorInputType();
55 ColorInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { }
ColorInputType.cpp 32 #include "core/html/forms/ColorInputType.h"
76 PassRefPtrWillBeRawPtr<InputType> ColorInputType::create(HTMLInputElement& element)
78 return adoptRefWillBeNoop(new ColorInputType(element));
81 ColorInputType::~ColorInputType()
86 void ColorInputType::countUsage()
91 bool ColorInputType::isColorControl() const
96 const AtomicString& ColorInputType::formControlType() const
101 bool ColorInputType::supportsRequired() const
106 String ColorInputType::fallbackValue() cons
    [all...]

Completed in 52 milliseconds