Searched defs:ColorInputType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DColorInputType.h41 class ColorInputType FINAL : public BaseClickableWithKeyInputType, public ColorChooserClient {
44 virtual ~ColorInputType();
57 ColorInputType(HTMLInputElement& element) : BaseClickableWithKeyInputType(element) { } function in class:blink::FINAL
H A DColorInputType.cpp32 #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
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.h30 } ColorInputType; typedef in typeref:enum:__anon13229
41 ColorInputType color_type;

Completed in 100 milliseconds