Searched refs:showColorPicker (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DWebColorPickerClient.cpp32 void WebColorPickerClient::showColorPicker(WebView* webView, const String& color, WKColorPickerResultListenerRef listener) function in class:WebKit::WebColorPickerClient
34 if (!m_client.showColorPicker)
37 m_client.showColorPicker(toAPI(webView), toAPI(color.impl()), listener, m_client.base.clientInfo);
H A DWebColorPickerClient.h44 void showColorPicker(WebView*, const String&, WKColorPickerResultListenerRef);
H A DWebColorPickerEfl.cpp48 void WebColorPickerEfl::showColorPicker(const WebCore::Color& color) function in class:WebKit::WebColorPickerEfl
50 m_webView->colorPickerClient().showColorPicker(m_webView, color.serialized(), toAPI(m_colorPickerResultListener.get()));
H A DWebColorPickerEfl.h46 virtual void showColorPicker(const WebCore::Color&) override;
H A DViewClientEfl.h57 static void showColorPicker(WKViewRef, WKStringRef, WKColorPickerResultListenerRef, const void* clientInfo);
H A DViewClientEfl.cpp160 void ViewClientEfl::showColorPicker(WKViewRef, WKStringRef colorString, WKColorPickerResultListenerRef listener, const void* clientInfo) function in class:WebKit::ViewClientEfl
202 colorPickerClient.showColorPicker = showColorPicker;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebColorPicker.cpp64 void WebColorPicker::showColorPicker(const WebCore::Color&) function in class:WebKit::WebColorPicker
H A DWebColorPicker.h64 virtual void showColorPicker(const WebCore::Color&);
H A DWebPageProxy.h1061 void showColorPicker(const WebCore::Color& initialColor, const WebCore::IntRect&);
H A DWebPageProxy.cpp3347 void WebPageProxy::showColorPicker(const WebCore::Color& initialColor, const IntRect& elementRect) function in class:WebKit::WebPageProxy
3356 m_colorPicker->showColorPicker(initialColor);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_color_picker.cpp62 static Eina_Bool showColorPicker(Ewk_View_Smart_Data* smartData, Ewk_Color_Picker* colorPicker) function in class:EWK2ColorPickerTest
130 api->input_picker_color_request = showColorPicker;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKViewEfl.h50 WKShowColorPickerCallback showColorPicker; member in struct:WKColorPickerClientV0
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebColorPickerMac.h68 virtual void showColorPicker(const WebCore::Color&) override;
H A DWebColorPickerMac.mm121 void WebColorPickerMac::showColorPicker(const WebCore::Color& color)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageUIClient.h248 WKPageShowColorPickerCallback showColorPicker; member in struct:WKPageUIClientV2
304 WKPageShowColorPickerCallback showColorPicker; member in struct:WKPageUIClientV3
365 WKPageShowColorPickerCallback showColorPicker; member in struct:WKPageUIClient

Completed in 300 milliseconds