HomeSort by relevance Sort by last modified time
    Searched defs:WKView (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.h 33 OBJC_CLASS WKView;
41 static PassRefPtr<WebContextMenuProxyMac> create(WKView* webView, WebPageProxy* page)
53 WebContextMenuProxyMac(WKView*, WebPageProxy*);
58 WKView* m_webView;
WebPopupMenuProxyMac.h 33 OBJC_CLASS WKView;
41 static PassRefPtr<WebPopupMenuProxyMac> create(WKView *webView, WebPopupMenuProxy::Client* client)
51 WebPopupMenuProxyMac(WKView *, WebPopupMenuProxy::Client*);
56 WKView *m_webView;
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.h 38 OBJC_CLASS WKView;
52 typedef WKView PlatformWebView;
WebInspectorProxy.h 41 OBJC_CLASS WKView;
145 RetainPtr<WKView> m_inspectorView;

Completed in 238 milliseconds