Searched defs:PlatformWebView (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebFullScreenManagerProxy.h52 typedef WKView PlatformWebView; typedef in namespace:WebKit
55 typedef WebView PlatformWebView;
57 typedef QGraphicsWKView PlatformWebView;
60 typedef WebView PlatformWebView;
73 void setWebView(PlatformWebView*);
100 PlatformWebView* m_webView;
H A DChunkedUpdateDrawingAreaProxy.h52 typedef WKView PlatformWebView; typedef in namespace:WebKit
55 typedef WebView PlatformWebView; typedef in namespace:WebKit
57 typedef QGraphicsWKView PlatformWebView; typedef in namespace:WebKit
60 typedef WebView PlatformWebView; typedef in namespace:WebKit
65 static PassOwnPtr<ChunkedUpdateDrawingAreaProxy> create(PlatformWebView*, WebPageProxy*);
70 ChunkedUpdateDrawingAreaProxy(PlatformWebView*, WebPageProxy*);
106 PlatformWebView* m_webView;
H A DTiledDrawingAreaProxy.h57 typedef WKView PlatformWebView; typedef in namespace:WebKit
60 typedef WebView PlatformWebView; typedef in namespace:WebKit
62 typedef QGraphicsWKView PlatformWebView; typedef in namespace:WebKit
67 static PassOwnPtr<TiledDrawingAreaProxy> create(PlatformWebView* webView, WebPageProxy*);
69 TiledDrawingAreaProxy(PlatformWebView*, WebPageProxy*);
161 PlatformWebView* m_webView;
/external/webkit/Tools/WebKitTestRunner/
H A DPlatformWebView.h53 class PlatformWebView { class in namespace:WTR
55 PlatformWebView(WKContextRef, WKPageGroupRef);
56 ~PlatformWebView();
/external/webkit/Tools/WebKitTestRunner/qt/
H A DPlatformWebViewQt.cpp29 #include "PlatformWebView.h"
56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef) function in class:WTR::PlatformWebView
65 PlatformWebView::~PlatformWebView()
70 void PlatformWebView::resizeTo(unsigned width, unsigned height)
75 WKPageRef PlatformWebView::page()
80 void PlatformWebView::focus()
85 WKRect PlatformWebView::windowFrame()
97 void PlatformWebView
[all...]
/external/webkit/Tools/WebKitTestRunner/win/
H A DPlatformWebViewWin.cpp27 #include "PlatformWebView.h"
51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) function in class:WTR::PlatformWebView
61 PlatformWebView::~PlatformWebView()
68 void PlatformWebView::resizeTo(unsigned width, unsigned height)
73 WKPageRef PlatformWebView::page()
78 void PlatformWebView::focus()
83 WKRect PlatformWebView::windowFrame()
95 void PlatformWebView
[all...]
/external/webkit/Tools/TestWebKitAPI/
H A DPlatformWebView.h56 class PlatformWebView { class in namespace:TestWebKitAPI
58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
59 ~PlatformWebView();
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformWebViewWin.cpp26 #include "PlatformWebView.h"
33 static const wchar_t* webViewPointerProperty = L"org.WebKit.TestWebKitAPI.PlatformWebView.InstancePointer";
42 void PlatformWebView::registerWindowClass()
59 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef) function in class:TestWebKitAPI::PlatformWebView
69 PlatformWebView::~PlatformWebView()
75 WKPageRef PlatformWebView::page() const
80 void PlatformWebView::resizeTo(unsigned width, unsigned height)
85 void PlatformWebView
[all...]

Completed in 1042 milliseconds