Searched refs:ColorChooserClient (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DColorChooserClient.cpp31 #include "core/html/forms/ColorChooserClient.h"
35 ColorChooserClient::~ColorChooserClient()
H A DColorChooserClient.h44 class ColorChooserClient { class in namespace:blink
46 virtual ~ColorChooserClient();
H A DColorInputType.h35 #include "core/html/forms/ColorChooserClient.h"
41 class ColorInputType FINAL : public BaseClickableWithKeyInputType, public ColorChooserClient {
46 // ColorChooserClient implementation.
54 ColorChooserClient* colorChooserClient() OVERRIDE;
H A DColorInputType.cpp265 ColorChooserClient* ColorInputType::colorChooserClient()
H A DInputType.h37 #include "core/html/forms/ColorChooserClient.h"
213 virtual ColorChooserClient* colorChooserClient();
H A DInputType.cpp718 ColorChooserClient* InputType::colorChooserClient()
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserUIController.h36 class ColorChooserClient;
42 ColorChooserUIController(LocalFrame*, ColorChooserClient*);
62 ColorChooserClient* m_client;
H A DColorChooserPopupUIController.h36 class ColorChooserClient;
42 ColorChooserPopupUIController(LocalFrame*, ChromeClientImpl*, ColorChooserClient*);
66 ColorChooserClient* m_client;
H A DColorChooserUIController.cpp29 #include "core/html/forms/ColorChooserClient.h"
40 ColorChooserUIController::ColorChooserUIController(LocalFrame* frame, ColorChooserClient* client)
H A DColorChooserPopupUIController.cpp30 #include "core/html/forms/ColorChooserClient.h"
47 ColorChooserPopupUIController::ColorChooserPopupUIController(LocalFrame* frame, ChromeClientImpl* chromeClient, ColorChooserClient* client)
H A DChromeClientImpl.h46 class ColorChooserClient;
130 virtual PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) OVERRIDE;
H A DChromeClientImpl.cpp50 #include "core/html/forms/ColorChooserClient.h"
582 PassOwnPtr<ColorChooser> ChromeClientImpl::createColorChooser(LocalFrame* frame, ColorChooserClient* chooserClient, const Color&)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h36 class ColorChooserClient;
118 PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color& initialColor);
H A DChromeClient.h46 class ColorChooserClient;
162 virtual PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) = 0;
H A DChrome.cpp333 PassOwnPtr<ColorChooser> Chrome::createColorChooser(LocalFrame* frame, ColorChooserClient* client, const Color& initialColor)
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp84 PassOwnPtr<ColorChooser> EmptyChromeClient::createColorChooser(LocalFrame*, ColorChooserClient*, const Color&)
H A DEmptyClients.h146 virtual PassOwnPtr<ColorChooser> createColorChooser(LocalFrame*, ColorChooserClient*, const Color&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1485 if (ColorChooserClient* client = m_inputType->colorChooserClient())
1491 if (ColorChooserClient* client = m_inputType->colorChooserClient())
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_html.target.darwin-arm.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.darwin-arm64.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.darwin-mips.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.darwin-mips64.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.darwin-x86.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.darwin-x86_64.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \
H A Dwebcore_html.target.linux-arm.mk207 third_party/WebKit/Source/core/html/forms/ColorChooserClient.cpp \

Completed in 219 milliseconds

12