webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
TestWebKitAPI::PlatformWebView Class Reference

#include <PlatformWebView.h>

Public Member Functions

 PlatformWebView (WKPageConfigurationRef)
 
 PlatformWebView (WKContextRef, WKPageGroupRef=0)
 
 PlatformWebView (WKPageRef relatedPage)
 
 ~PlatformWebView ()
 
WKPageRef page () const
 
PlatformWKView platformView () const
 
void resizeTo (unsigned width, unsigned height)
 
void focus ()
 
void simulateSpacebarKeyPress ()
 
void simulateAltKeyPress ()
 
void simulateRightClick (unsigned x, unsigned y)
 
void simulateMouseMove (unsigned x, unsigned y)
 

Constructor & Destructor Documentation

◆ PlatformWebView() [1/3]

TestWebKitAPI::PlatformWebView::PlatformWebView ( WKPageConfigurationRef  configuration)
explicit

◆ PlatformWebView() [2/3]

TestWebKitAPI::PlatformWebView::PlatformWebView ( WKContextRef  contextRef,
WKPageGroupRef  pageGroupRef = 0 
)
explicit

◆ PlatformWebView() [3/3]

TestWebKitAPI::PlatformWebView::PlatformWebView ( WKPageRef  relatedPage)
explicit

◆ ~PlatformWebView()

TestWebKitAPI::PlatformWebView::~PlatformWebView ( )

Member Function Documentation

◆ focus()

void TestWebKitAPI::PlatformWebView::focus ( )

◆ page()

WKPageRef TestWebKitAPI::PlatformWebView::page ( ) const

◆ platformView()

PlatformWKView TestWebKitAPI::PlatformWebView::platformView ( ) const
inline

◆ resizeTo()

void TestWebKitAPI::PlatformWebView::resizeTo ( unsigned  width,
unsigned  height 
)

◆ simulateAltKeyPress()

void TestWebKitAPI::PlatformWebView::simulateAltKeyPress ( )

◆ simulateMouseMove()

void TestWebKitAPI::PlatformWebView::simulateMouseMove ( unsigned  x,
unsigned  y 
)

◆ simulateRightClick()

void TestWebKitAPI::PlatformWebView::simulateRightClick ( unsigned  x,
unsigned  y 
)

◆ simulateSpacebarKeyPress()

void TestWebKitAPI::PlatformWebView::simulateSpacebarKeyPress ( )

The documentation for this class was generated from the following files: