Searched refs:WebColorPicker (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebColorPicker.cpp27 #include "WebColorPicker.h"
33 WebColorPicker::WebColorPicker(Client* client) function in class:WebKit::WebColorPicker
38 WebColorPicker::~WebColorPicker()
42 void WebColorPicker::invalidate()
48 void WebColorPicker::endPicker()
56 void WebColorPicker::setSelectedColor(const WebCore::Color& color)
64 void WebColorPicker::showColorPicker(const WebCore::Color&)
H A DWebColorPicker.h42 class WebColorPicker : public RefCounted<WebColorPicker> { class in namespace:WebKit
53 static PassRefPtr<WebColorPicker> create(Client* client)
55 return adoptRef(new WebColorPicker(client));
58 virtual ~WebColorPicker();
67 explicit WebColorPicker(Client*);
H A DPageClient.h30 #include "WebColorPicker.h"
70 class WebColorPicker;
213 virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color& initialColor, const WebCore::IntRect&) = 0;
H A DWebPageProxy.h51 #include "WebColorPicker.h"
233 , public WebColorPicker::Client
1447 RefPtr<WebColorPicker> m_colorPicker;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DWebColorPickerEfl.h30 #include "WebColorPicker.h"
36 class WebColorPickerEfl : public WebColorPicker {
38 static PassRefPtr<WebColorPickerEfl> create(WebViewEfl* webView, WebColorPicker::Client* client, const WebCore::Color& initialColor)
51 WebColorPickerEfl(WebViewEfl*, WebColorPicker::Client*, const WebCore::Color&);
H A DWebColorPickerEfl.cpp35 WebColorPickerEfl::WebColorPickerEfl(WebViewEfl* webView, WebColorPicker::Client* client, const WebCore::Color&)
36 : WebColorPicker(client)
H A DWebViewEfl.h60 virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color&, const WebCore::IntRect&) override;
H A DWebViewEfl.cpp214 PassRefPtr<WebColorPicker> WebViewEfl::createColorPicker(WebPageProxy* page, const WebCore::Color& color, const WebCore::IntRect&)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebColorPickerMac.h39 #import "WebColorPicker.h"
61 class WebColorPickerMac : public WebColorPicker {
63 static PassRefPtr<WebColorPickerMac> create(WebColorPicker::Client*, const WebCore::Color&, const WebCore::IntRect&, WKView*);
73 WebColorPickerMac(WebColorPicker::Client*, const WebCore::Color&, const WebCore::IntRect&, WKView*);
H A DWebColorPickerMac.mm78 PassRefPtr<WebColorPickerMac> WebColorPickerMac::create(WebColorPicker::Client* client, const WebCore::Color& initialColor, const WebCore::IntRect& rect, WKView* view)
89 WebColorPickerMac::WebColorPickerMac(WebColorPicker::Client* client, const WebCore::Color& initialColor, const WebCore::IntRect& rect, WKView* view)
90 : WebColorPicker(client)
H A DPageClientImpl.h120 virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color& initialColor, const WebCore::IntRect&);
H A DPageClientImpl.mm464 PassRefPtr<WebColorPicker> PageClientImpl::createColorPicker(WebPageProxy* page, const WebCore::Color& initialColor, const WebCore::IntRect& rect)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DPageClientImpl.h94 virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color& intialColor, const WebCore::IntRect&) override;
H A DPageClientImpl.cpp229 PassRefPtr<WebColorPicker> PageClientImpl::createColorPicker(WebPageProxy*, const WebCore::Color&, const WebCore::IntRect&)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebView.h184 virtual PassRefPtr<WebColorPicker> createColorPicker(WebPageProxy*, const WebCore::Color& initialColor, const WebCore::IntRect&) override;
H A DWebView.cpp446 PassRefPtr<WebColorPicker> WebView::createColorPicker(WebPageProxy*, const WebCore::Color&, const WebCore::IntRect&)

Completed in 135 milliseconds