/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PDFViewController.h | 36 @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;
|
D | FindIndicatorWindow.h | 36 @class WKView; 47 static PassOwnPtr<FindIndicatorWindow> create(WKView *); 53 explicit FindIndicatorWindow(WKView *); 64 WKView* m_wkView;
|
D | PageClientImpl.h | 34 @class WKView; 46 static PassOwnPtr<PageClientImpl> create(WKView*); 50 PageClientImpl(WKView*); 120 WKView* m_wkView;
|
D | WKViewPrivate.h | 26 @interface WKView (Private)
|
D | FindIndicatorWindow.mm | 30 #import "WKView.h" 115 PassOwnPtr<FindIndicatorWindow> FindIndicatorWindow::create(WKView *wkView) 120 FindIndicatorWindow::FindIndicatorWindow(WKView *wkView)
|
D | WKView.h | 32 @interface WKView : NSView <NSTextInputClient> {
|
D | WKViewInternal.h | 47 @interface WKView (Internal)
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebContextMenuProxyMac.h | 33 OBJC_CLASS WKView; variable 41 static PassRefPtr<WebContextMenuProxyMac> create(WKView* webView, WebPageProxy* page) in create() 53 WebContextMenuProxyMac(WKView*, WebPageProxy*); 58 WKView* m_webView;
|
D | WebPopupMenuProxyMac.h | 33 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;
|
D | WKFullScreenWindowController.h | 39 @class WKView; 43 WKView *_webView; 59 - (WKView*)webView; 60 - (void)setWebView:(WKView*)webView;
|
D | CorrectionPanel.h | 34 @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;
|
D | CorrectionPanel.mm | 31 #import "WKView.h" 64 void CorrectionPanel::show(WKView* view, CorrectionPanelInfo::PanelType type, const FloatRect& boun… 120 void CorrectionPanel::recordAutocorrectionResponse(WKView* view, NSCorrectionResponse response, con…
|
D | WebInspectorProxyMac.mm | 32 #import "WKView.h" 84 …m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process(…
|
D | WebContextMenuProxyMac.mm | 31 #import "WKView.h" 107 WebContextMenuProxyMac::WebContextMenuProxyMac(WKView* webView, WebPageProxy* page)
|
D | WebPopupMenuProxyMac.mm | 32 #import "WKView.h" 40 WebPopupMenuProxyMac::WebPopupMenuProxyMac(WKView *webView, WebPopupMenuProxy::Client* client)
|
/external/webkit/Tools/WebKitTestRunner/ |
D | PlatformWebView.h | 38 @class WKView; 41 class WKView; variable 44 typedef WKView* PlatformWKView;
|
/external/webkit/Tools/TestWebKitAPI/ |
D | PlatformWebView.h | 37 @class WKView; 40 class WKView; variable 43 typedef WKView *PlatformWKView;
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TiledDrawingAreaProxy.h | 42 @class WKView; 44 class WKView; variable 57 typedef WKView PlatformWebView;
|
D | ChunkedUpdateDrawingAreaProxy.h | 38 OBJC_CLASS WKView; variable 52 typedef WKView PlatformWebView;
|
D | WebFullScreenManagerProxy.h | 46 OBJC_CLASS WKView; variable 52 typedef WKView PlatformWebView;
|
D | WebInspectorProxy.h | 41 OBJC_CLASS WKView; variable 145 RetainPtr<WKView> m_inspectorView;
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WebKit2.h | 61 #import <WebKit2/WKView.h>
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 82 * 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 …]
|
D | ChangeLog-2011-02-16 | 782 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/ |
D | BrowserWindowController.h | 38 WKView *_webView;
|