Home
last modified time | relevance | path

Searched refs:WKView (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.h36 @class WKView;
51 static PassOwnPtr<PDFViewController> create(WKView *);
54 WKView* wkView() const { return m_wkView; } in wkView()
74 explicit PDFViewController(WKView *wkView);
81 WKView* m_wkView;
DFindIndicatorWindow.h36 @class WKView;
47 static PassOwnPtr<FindIndicatorWindow> create(WKView *);
53 explicit FindIndicatorWindow(WKView *);
64 WKView* m_wkView;
DPageClientImpl.h34 @class WKView;
46 static PassOwnPtr<PageClientImpl> create(WKView*);
50 PageClientImpl(WKView*);
120 WKView* m_wkView;
DWKViewPrivate.h26 @interface WKView (Private)
DFindIndicatorWindow.mm30 #import "WKView.h"
115 PassOwnPtr<FindIndicatorWindow> FindIndicatorWindow::create(WKView *wkView)
120 FindIndicatorWindow::FindIndicatorWindow(WKView *wkView)
DWKView.h32 @interface WKView : NSView <NSTextInputClient> {
DWKViewInternal.h47 @interface WKView (Internal)
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMenuProxyMac.h33 OBJC_CLASS WKView; variable
41 static PassRefPtr<WebContextMenuProxyMac> create(WKView* webView, WebPageProxy* page) in create()
53 WebContextMenuProxyMac(WKView*, WebPageProxy*);
58 WKView* m_webView;
DWebPopupMenuProxyMac.h33 OBJC_CLASS WKView; variable
41 … static PassRefPtr<WebPopupMenuProxyMac> create(WKView *webView, WebPopupMenuProxy::Client* client) in create()
51 WebPopupMenuProxyMac(WKView *, WebPopupMenuProxy::Client*);
56 WKView *m_webView;
DWKFullScreenWindowController.h39 @class WKView;
43 WKView *_webView;
59 - (WKView*)webView;
60 - (void)setWebView:(WKView*)webView;
DCorrectionPanel.h34 @class WKView;
42 …void show(WKView*, WebCore::CorrectionPanelInfo::PanelType, const WebCore::FloatRect& boundingBoxO…
45 …static void recordAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedStri…
54 RetainPtr<WKView> m_view;
DCorrectionPanel.mm31 #import "WKView.h"
64 void CorrectionPanel::show(WKView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boun…
120 void CorrectionPanel::recordAutocorrectionResponse(WKView* view, NSCorrectionResponse response, con…
DWebInspectorProxyMac.mm32 #import "WKView.h"
84 …m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process(…
DWebContextMenuProxyMac.mm31 #import "WKView.h"
107 WebContextMenuProxyMac::WebContextMenuProxyMac(WKView* webView, WebPageProxy* page)
DWebPopupMenuProxyMac.mm32 #import "WKView.h"
40 WebPopupMenuProxyMac::WebPopupMenuProxyMac(WKView *webView, WebPopupMenuProxy::Client* client)
/external/webkit/Tools/WebKitTestRunner/
DPlatformWebView.h38 @class WKView;
41 class WKView; variable
44 typedef WKView* PlatformWKView;
/external/webkit/Tools/TestWebKitAPI/
DPlatformWebView.h37 @class WKView;
40 class WKView; variable
43 typedef WKView *PlatformWKView;
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.h42 @class WKView;
44 class WKView; variable
57 typedef WKView PlatformWebView;
DChunkedUpdateDrawingAreaProxy.h38 OBJC_CLASS WKView; variable
52 typedef WKView PlatformWebView;
DWebFullScreenManagerProxy.h46 OBJC_CLASS WKView; variable
52 typedef WKView PlatformWebView;
DWebInspectorProxy.h41 OBJC_CLASS WKView; variable
145 RetainPtr<WKView> m_inspectorView;
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWebKit2.h61 #import <WebKit2/WKView.h>
/external/webkit/Source/WebKit2/
DChangeLog82 * UIProcess/API/mac/WKView.mm:
83 (-[WKView validRequestorForSendType:returnType:]):
84 (-[WKView validateUserInterfaceItem:]):
85 (-[WKView shouldDelayWindowOrderingForEvent:]):
86 (-[WKView doCommandBySelector:]):
87 (-[WKView insertText:replacementRange:]):
88 (-[WKView _handleStyleKeyEquivalent:]):
89 (-[WKView _executeSavedKeypressCommands]):
90 (-[WKView inputContext]):
91 (-[WKView hasMarkedText]):
[all …]
DChangeLog-2011-02-16782 Send the window remote token along with the WKView remote token.
787 * UIProcess/API/mac/WKView.mm:
788 (-[WKView _updateRemoteAccessibilityRegistration:]):
789 (-[WKView initWithFrame:contextRef:pageGroupRef:]):
790 (-[WKView viewDidMoveToWindow]):
791 (-[WKView _processDidCrash]):
792 (-[WKView _pageClosed]):
793 (-[WKView _setAccessibilityWebProcessToken:]):
1270 * UIProcess/API/mac/WKView.mm:
1271 (-[WKView _handleStyleKeyEquivalent:]):
[all …]
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.h38 WKView *_webView;

12