Searched refs:selectColorInColorChooser (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h257 void selectColorInColorChooser(const Color&);
H A DHTMLInputElement.cpp1510 void HTMLInputElement::selectColorInColorChooser(const Color& color) function in class:WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h132 void selectColorInColorChooser(Element*, const String& colorValue);
H A DInternals.idl83 void selectColorInColorChooser(Element element, DOMString colorValue);
H A DInternals.cpp721 void Internals::selectColorInColorChooser(Element* element, const String& colorValue) function in class:WebCore::Internals
725 toHTMLInputElement(element)->selectColorInColorChooser(StyleColor(colorValue).color());

Completed in 92 milliseconds