HomeSort by relevance Sort by last modified time
    Searched defs:ColorInputType (Results 1 - 3 of 3) 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();
57 ColorInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { }
ColorInputType.cpp 32 #include "core/html/forms/ColorInputType.h"
78 PassRefPtrWillBeRawPtr<InputType> ColorInputType::create(HTMLInputElement& element)
80 return adoptRefWillBeNoop(new ColorInputType(element));
83 ColorInputType::~ColorInputType()
88 void ColorInputType::countUsage()
93 const AtomicString& ColorInputType::formControlType() const
98 bool ColorInputType::supportsRequired() const
103 String ColorInputType::fallbackValue() const
108 String ColorInputType::sanitizeValue(const String& proposedValue) cons
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.h 30 } ColorInputType;
41 ColorInputType color_type;

Completed in 58 milliseconds