webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
void WebCoreTestSupport::clearWheelEventTestTrigger | ( | WebCore::Frame & | frame | ) |
void WebCoreTestSupport::connectMockGamepad | ( | unsigned | gamepadIndex | ) |
CFStringRef WebCoreTestSupport::createXMLStringFromWebArchiveData | ( | CFDataRef | webArchiveData | ) |
void WebCoreTestSupport::disconnectMockGamepad | ( | unsigned | gamepadIndex | ) |
void WebCoreTestSupport::initializeLogChannelsIfNecessary | ( | ) |
void WebCoreTestSupport::injectInternalsObject | ( | JSContextRef | context | ) |
void WebCoreTestSupport::installMockGamepadProvider | ( | ) |
void WebCoreTestSupport::monitorWheelEvents | ( | WebCore::Frame & | frame | ) |
void WebCoreTestSupport::resetInternalsObject | ( | JSContextRef | context | ) |
void WebCoreTestSupport::setAllowsAnySSLCertificate | ( | bool | allowAnySSLCertificate | ) |
void WebCoreTestSupport::setLogChannelToAccumulate | ( | const WTF::String & | name | ) |
void WebCoreTestSupport::setMockGamepadAxisValue | ( | unsigned | gamepadIndex, |
unsigned | axisIndex, | ||
double | axisValue | ||
) |
void WebCoreTestSupport::setMockGamepadButtonValue | ( | unsigned | gamepadIndex, |
unsigned | buttonIndex, | ||
double | buttonValue | ||
) |
void WebCoreTestSupport::setMockGamepadDetails | ( | unsigned | gamepadIndex, |
const WTF::String & | gamepadID, | ||
unsigned | axisCount, | ||
unsigned | buttonCount | ||
) |
void WebCoreTestSupport::setTestCallbackAndStartNotificationTimer | ( | WebCore::Frame & | frame, |
JSContextRef | context, | ||
JSObjectRef | jsCallbackFunction | ||
) |