webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
std::string | toSTD (NSString *string) |
void | run (bool *done) |
void | sleep (double seconds) |
WKURLRef | createURLForResource (const char *resource, const char *extension) |
WKStringRef | createInjectedBundlePath () |
WKURLRef | URLForNonExistentResource () |
WKRetainPtr< WKStringRef > | MIMETypeForWKURLResponse (WKURLResponseRef wkResponse) |
bool | isKeyDown (WKNativeEventPtr event) |
WKContextRef | createContextWithInjectedBundle () |
WKDictionaryRef | createInitializationDictionaryForInjectedBundleTest (const std::string &testName, WKTypeRef userData) |
WKContextRef | createContextForInjectedBundleTest (const std::string &testName, WKTypeRef userData) |
std::string | toSTD (WKStringRef string) |
std::string | toSTD (WKRetainPtr< WKStringRef > string) |
WKRetainPtr< WKStringRef > | toWK (const char *utf8String) |
std::string | toSTD (const char *string) |
WKContextRef TestWebKitAPI::Util::createContextForInjectedBundleTest | ( | const std::string & | testName, |
WKTypeRef | userData | ||
) |
WKContextRef TestWebKitAPI::Util::createContextWithInjectedBundle | ( | ) |
WKDictionaryRef TestWebKitAPI::Util::createInitializationDictionaryForInjectedBundleTest | ( | const std::string & | testName, |
WKTypeRef | userData | ||
) |
WKStringRef TestWebKitAPI::Util::createInjectedBundlePath | ( | ) |
WKURLRef TestWebKitAPI::Util::createURLForResource | ( | const char * | resource, |
const char * | extension | ||
) |
bool TestWebKitAPI::Util::isKeyDown | ( | WKNativeEventPtr | event | ) |
WKRetainPtr< WKStringRef > TestWebKitAPI::Util::MIMETypeForWKURLResponse | ( | WKURLResponseRef | wkResponse | ) |
void TestWebKitAPI::Util::run | ( | bool * | done | ) |
void TestWebKitAPI::Util::sleep | ( | double | seconds | ) |
std::string TestWebKitAPI::Util::toSTD | ( | NSString * | string | ) |
std::string TestWebKitAPI::Util::toSTD | ( | WKStringRef | string | ) |
std::string TestWebKitAPI::Util::toSTD | ( | WKRetainPtr< WKStringRef > | string | ) |
std::string TestWebKitAPI::Util::toSTD | ( | const char * | string | ) |
WKRetainPtr<WKStringRef> TestWebKitAPI::Util::toWK | ( | const char * | utf8String | ) |
WKURLRef TestWebKitAPI::Util::URLForNonExistentResource | ( | ) |