Home | History | Annotate | Download | only in forms

Lines Matching defs:ColorInputType

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) const
116 Color ColorInputType::valueAsColor() const
124 void ColorInputType::createShadowSubtree()
139 void ColorInputType::setValue(const String& value, bool valueChanged, TextFieldEventBehavior eventBehavior)
151 void ColorInputType::handleDOMActivateEvent(Event* event)
166 void ColorInputType::closePopupView()
171 bool ColorInputType::shouldRespectListAttribute()
176 bool ColorInputType::typeMismatchFor(const String& value) const
181 void ColorInputType::didChooseColor(const Color& color)
191 void ColorInputType::didEndChooser()
198 void ColorInputType::endColorChooser()
204 void ColorInputType::updateView()
213 HTMLElement* ColorInputType::shadowColorSwatch() const
219 Element& ColorInputType::ownerElement() const
224 IntRect ColorInputType::elementRectRelativeToRootView() const
229 Color ColorInputType::currentColor()
234 bool ColorInputType::shouldShowSuggestions() const
239 Vector<ColorSuggestion> ColorInputType::suggestions() const
260 AXObject* ColorInputType::popupRootAXObject()
265 ColorChooserClient* ColorInputType::colorChooserClient()