Searched refs:WebColorPickerMac (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebColorPickerMac.h49 class WebColorPickerMac;
53 - (void)setAndShowPicker:(WebKit::WebColorPickerMac*)picker withColor:(NSColor *)color;
61 class WebColorPickerMac : public WebColorPicker { class in namespace:WebKit
63 static PassRefPtr<WebColorPickerMac> create(WebColorPicker::Client*, const WebCore::Color&, const WebCore::IntRect&, WKView*);
64 ~WebColorPickerMac();
73 WebColorPickerMac(WebColorPicker::Client*, const WebCore::Color&, const WebCore::IntRect&, WKView*);
H A DWebColorPickerMac.mm33 #import "WebColorPickerMac.h"
58 WebColorPickerMac *_picker;
69 WebColorPickerMac *_picker;
78 PassRefPtr<WebColorPickerMac> WebColorPickerMac::create(WebColorPicker::Client* client, const WebCore::Color& initialColor, const WebCore::IntRect& rect, WKView* view)
80 return adoptRef(new WebColorPickerMac(client, initialColor, rect, view));
83 WebColorPickerMac::~WebColorPickerMac()
89 WebColorPickerMac::WebColorPickerMac(WebColorPicke
[all...]
H A DPageClientImpl.mm47 #import "WebColorPickerMac.h"
466 return WebColorPickerMac::create(page, initialColor, rect, wkView());

Completed in 70 milliseconds