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

  /external/webkit/Tools/WebKitTestRunner/qt/
PlatformWebViewQt.cpp 29 #include "PlatformWebView.h"
56 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef)
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::setWindowFrame(WKRect
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebFullScreenManagerProxy.h 52 typedef WKView PlatformWebView;
55 typedef WebView PlatformWebView;
57 typedef QGraphicsWKView PlatformWebView;
60 typedef WebView PlatformWebView;
73 void setWebView(PlatformWebView*);
100 PlatformWebView* m_webView;
ChunkedUpdateDrawingAreaProxy.h 52 typedef WKView PlatformWebView;
55 typedef WebView PlatformWebView;
57 typedef QGraphicsWKView PlatformWebView;
60 typedef WebView PlatformWebView;
65 static PassOwnPtr<ChunkedUpdateDrawingAreaProxy> create(PlatformWebView*, WebPageProxy*);
70 ChunkedUpdateDrawingAreaProxy(PlatformWebView*, WebPageProxy*);
106 PlatformWebView* m_webView;
TiledDrawingAreaProxy.h 57 typedef WKView PlatformWebView;
60 typedef WebView PlatformWebView;
62 typedef QGraphicsWKView PlatformWebView;
67 static PassOwnPtr<TiledDrawingAreaProxy> create(PlatformWebView* webView, WebPageProxy*);
69 TiledDrawingAreaProxy(PlatformWebView*, WebPageProxy*);
161 PlatformWebView* m_webView;
  /external/webkit/Tools/TestWebKitAPI/
PlatformWebView.h 56 class PlatformWebView {
58 PlatformWebView(WKContextRef, WKPageGroupRef = 0);
59 ~PlatformWebView();
  /external/webkit/Tools/WebKitTestRunner/
PlatformWebView.h 53 class PlatformWebView {
55 PlatformWebView(WKContextRef, WKPageGroupRef);
56 ~PlatformWebView();
  /external/webkit/Tools/WebKitTestRunner/win/
PlatformWebViewWin.cpp 27 #include "PlatformWebView.h"
51 PlatformWebView::PlatformWebView(WKContextRef contextRef, WKPageGroupRef pageGroupRef)
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::setWindowFrame(WKRect
    [all...]
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformWebViewWin.cpp 26 #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)
69 PlatformWebView::~PlatformWebView()
75 WKPageRef PlatformWebView::page() const
80 void PlatformWebView::resizeTo(unsigned width, unsigned height)
85 void PlatformWebView::simulateSpacebarKeyPress(
    [all...]

Completed in 144 milliseconds