webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
WebCoreTestSupport Namespace Reference

Functions

CFStringRef createXMLStringFromWebArchiveData (CFDataRef webArchiveData) WTF_EXPORT_PRIVATE
 
void injectInternalsObject (JSContextRef context)
 
void resetInternalsObject (JSContextRef context)
 
void monitorWheelEvents (WebCore::Frame &frame)
 
void setTestCallbackAndStartNotificationTimer (WebCore::Frame &frame, JSContextRef context, JSObjectRef jsCallbackFunction)
 
void clearWheelEventTestTrigger (WebCore::Frame &frame)
 
void setLogChannelToAccumulate (const String &name)
 
void initializeLogChannelsIfNecessary ()
 
void setAllowsAnySSLCertificate (bool allowAnySSLCertificate)
 
void installMockGamepadProvider ()
 
void connectMockGamepad (unsigned gamepadIndex)
 
void disconnectMockGamepad (unsigned gamepadIndex)
 
void setMockGamepadDetails (unsigned gamepadIndex, const WTF::String &gamepadID, unsigned axisCount, unsigned buttonCount)
 
void setMockGamepadAxisValue (unsigned gamepadIndex, unsigned axisIndex, double axisValue)
 
void setMockGamepadButtonValue (unsigned gamepadIndex, unsigned buttonIndex, double buttonValue)
 
void setLogChannelToAccumulate (const WTF::String &name) TEST_SUPPORT_EXPORT
 

Function Documentation

◆ clearWheelEventTestTrigger()

void WebCoreTestSupport::clearWheelEventTestTrigger ( WebCore::Frame frame)

◆ connectMockGamepad()

void WebCoreTestSupport::connectMockGamepad ( unsigned  gamepadIndex)

◆ createXMLStringFromWebArchiveData()

CFStringRef WebCoreTestSupport::createXMLStringFromWebArchiveData ( CFDataRef  webArchiveData)

◆ disconnectMockGamepad()

void WebCoreTestSupport::disconnectMockGamepad ( unsigned  gamepadIndex)

◆ initializeLogChannelsIfNecessary()

void WebCoreTestSupport::initializeLogChannelsIfNecessary ( )

◆ injectInternalsObject()

void WebCoreTestSupport::injectInternalsObject ( JSContextRef  context)

◆ installMockGamepadProvider()

void WebCoreTestSupport::installMockGamepadProvider ( )

◆ monitorWheelEvents()

void WebCoreTestSupport::monitorWheelEvents ( WebCore::Frame frame)

◆ resetInternalsObject()

void WebCoreTestSupport::resetInternalsObject ( JSContextRef  context)

◆ setAllowsAnySSLCertificate()

void WebCoreTestSupport::setAllowsAnySSLCertificate ( bool  allowAnySSLCertificate)

◆ setLogChannelToAccumulate() [1/2]

void WebCoreTestSupport::setLogChannelToAccumulate ( const WTF::String name)

◆ setLogChannelToAccumulate() [2/2]

void WebCoreTestSupport::setLogChannelToAccumulate ( const String name)

◆ setMockGamepadAxisValue()

void WebCoreTestSupport::setMockGamepadAxisValue ( unsigned  gamepadIndex,
unsigned  axisIndex,
double  axisValue 
)

◆ setMockGamepadButtonValue()

void WebCoreTestSupport::setMockGamepadButtonValue ( unsigned  gamepadIndex,
unsigned  buttonIndex,
double  buttonValue 
)

◆ setMockGamepadDetails()

void WebCoreTestSupport::setMockGamepadDetails ( unsigned  gamepadIndex,
const WTF::String gamepadID,
unsigned  axisCount,
unsigned  buttonCount 
)

◆ setTestCallbackAndStartNotificationTimer()

void WebCoreTestSupport::setTestCallbackAndStartNotificationTimer ( WebCore::Frame frame,
JSContextRef  context,
JSObjectRef  jsCallbackFunction 
)