Searched refs:WKView (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DCorrectionPanel.h37 @class WKView;
45 void show(WKView*, WebCore::AlternativeTextType, const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings);
47 static void recordAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
56 RetainPtr<WKView> m_view;
H A DWebPopupMenuProxyMac.h35 OBJC_CLASS WKView; variable
43 static PassRefPtr<WebPopupMenuProxyMac> create(WKView *webView, WebPopupMenuProxy::Client* client)
53 WebPopupMenuProxyMac(WKView *, WebPopupMenuProxy::Client*);
58 WKView *m_webView;
H A DFindIndicatorWindow.h38 @class WKView;
48 explicit FindIndicatorWindow(WKView *);
64 WKView* m_wkView;
H A DWebContextMenuProxyMac.h36 OBJC_CLASS WKView; variable
45 static PassRefPtr<WebContextMenuProxyMac> create(WKView* webView, WebPageProxy* page)
64 WebContextMenuProxyMac(WKView*, WebPageProxy*);
76 WKView* m_webView;
H A DWKFullScreenWindowController.h41 @class WKView;
50 WKView *_webView; // Cannot be retained, see <rdar://problem/14884666>.
65 - (id)initWithWindow:(NSWindow *)window webView:(WKView *)webView;
H A DWebColorPickerMac.h40 #import "WKView.h"
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.mm61 - (id)initWithFrame:(const WebCore::IntRect &)rect inView:(WKView *)view;
78 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)
139 - (id)initWithFrame:(const WebCore::IntRect &)rect inView:(WKView *)view
H A DCorrectionPanel.mm32 #import "WKView.h"
67 void CorrectionPanel::show(WKView* view, AlternativeTextType type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String& replacementString, const Vector<String>& alternativeReplacementStrings)
110 void CorrectionPanel::recordAutocorrectionResponse(WKView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
H A DPageClientImpl.h37 @class WKView;
53 PageClientImpl(WKView *, WKWebView *);
149 virtual WKView* wkView() const { return m_wkView; }
189 WKView *m_wkView;
H A DWebInspectorProxyMac.mm151 @interface WKWebInspectorWKView : WKView
647 WKView *inspectedView = m_page->wkView();
691 WKView *inspectedView = m_page->wkView();
698 WKView *inspectedView = m_page->wkView();
705 WKView *inspectedView = m_page->wkView();
738 WKView *inspectedView = m_page->wkView();
H A DFindIndicatorWindow.mm32 #import "WKView.h"
117 FindIndicatorWindow::FindIndicatorWindow(WKView *wkView)
H A DWebPopupMenuProxyMac.mm35 #import "WKView.h"
43 WebPopupMenuProxyMac::WebPopupMenuProxyMac(WKView *webView, WebPopupMenuProxy::Client* client)
H A DWebContextMenuProxyMac.mm40 #import "WKView.h"
282 WebContextMenuProxyMac::WebContextMenuProxyMac(WKView* webView, WebPageProxy* page)
H A DPageClientImpl.mm135 PageClientImpl::PageClientImpl(WKView* wkView, WKWebView *webView)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKThumbnailView.h34 @class WKView;
39 - (instancetype)initWithFrame:(NSRect)frame fromWKView:(WKView *)wkView;
H A DWKView.h42 @interface WKView : UIView {
45 @interface WKView : NSView <NSTextInputClient> {
56 - (id)initWithFrame:(CGRect)frame processGroup:(WKProcessGroup *)processGroup browsingContextGroup:(WKBrowsingContextGroup *)browsingContextGroup relatedToView:(WKView *)relatedView;
59 - (id)initWithFrame:(NSRect)frame processGroup:(WKProcessGroup *)processGroup browsingContextGroup:(WKBrowsingContextGroup *)browsingContextGroup relatedToView:(WKView *)relatedView;
H A DWebKit2.h33 #import <WebKit/WKView.h>
H A DWKViewPrivate.h27 #import <WebKit/WKView.h>
29 @interface WKView (Private)
65 // Stops updating the size of the page as the WKView frame size updates.
68 // Immediately updates the size of the page to match WKView's frame size
H A D_WKThumbnailView.mm35 #import "WKView.h"
39 // FIXME: Make it possible to leave a snapshot of the content presented in the WKView while the thumbnail is live.
49 RetainPtr<WKView> _wkView;
61 - (instancetype)initWithFrame:(NSRect)frame fromWKView:(WKView *)wkView
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWebKit2_C.h62 #import <WebKit/WKView.h>
64 #include <WebKit/WKView.h>
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/ios/
H A DWKViewIOS.mm48 @interface WKView () <UIScrollViewDelegate>
55 @implementation WKView {
84 - (id)initWithFrame:(CGRect)frame processGroup:(WKProcessGroup *)processGroup browsingContextGroup:(WKBrowsingContextGroup *)browsingContextGroup relatedToView:(WKView *)relatedView
310 @implementation WKView (Private)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKViewInternal.h64 @interface WKView ()
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DPageClient.h43 OBJC_CLASS WKView; variable
239 virtual WKView* wkView() const = 0;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DViewClientEfl.cpp35 #include <WebKit/WKView.h>
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_view.cpp41 #include <WebKit/WKView.h>

Completed in 234 milliseconds

12