Searched refs:selectColorInColorChooser (Results 1 – 5 of 5) sorted by relevance
246 void selectColorInColorChooser(const Color&);
1475 void HTMLInputElement::selectColorInColorChooser(const Color& color) in selectColorInColorChooser() function in WebCore::HTMLInputElement
132 void selectColorInColorChooser(Element*, const String& colorValue);
83 void selectColorInColorChooser(Element element, DOMString colorValue);
711 void Internals::selectColorInColorChooser(Element* element, const String& colorValue) in selectColorInColorChooser() function in WebCore::Internals715 toHTMLInputElement(element)->selectColorInColorChooser(Color(colorValue)); in selectColorInColorChooser()