|
JSValueRef | JSValueMakeBooleanOrNull (JSContextRef context, std::optional< bool > value) |
|
std::optional< bool > | JSValueToNullableBoolean (JSContextRef context, JSValueRef value) |
|
JSValueRef | JSValueMakeStringOrNull (JSContextRef context, JSStringRef stringOrNull) |
|
JSValueRef | toJS (JSContextRef context, JSWrappable *impl) |
|
void | setProperty (JSContextRef context, JSObjectRef object, const char *propertyName, JSWrappable *value, JSPropertyAttributes attributes, JSValueRef *exception) |
|
void | simulateAccessibilitySettingsChangeNotification (JSValueRef) |
|
void | computeMD5HashStringForCairoSurface (cairo_surface_t *surface, char hashString[33]) |
|
void | computeMD5HashStringForContext (CGContextRef bitmapContext, char hashString[33]) |
|
void | setCrashReportApplicationSpecificInformationToURL (WKURLRef) |
|
void | initializeWebViewConfiguration (const char *libraryPath, WKStringRef injectedBundlePath, WKContextRef context, WKContextConfigurationRef contextConfiguration) |
|
int | getGDKKeySymForKeyRef (WKStringRef keyRef, unsigned location, guint *modifiers) |
|
void | updateEventCoordinates (GdkEvent *touchEvent, int x, int y) |
|
void | activateFonts () |
|
void | initializeGtkSettings () |
|
CString | getOutputDir () |
|
void | initializeFontConfigSetting () |
|
CString | topLevelPath () |
|
NSDictionary * | searchPredicateParameterizedAttributeForSearchCriteria (JSContextRef, AccessibilityUIElement *startElement, bool isDirectionNext, unsigned resultsLimit, JSValueRef searchKey, JSStringRef searchText, bool visibleOnly, bool immediateDescendantsOnly) |
|
NSString * | nsString (JSStringRef string) |
|
bool | handleOptionNoTimeout (Options &options, const char *, const char *) |
|
bool | handleOptionVerbose (Options &options, const char *, const char *) |
|
bool | handleOptionGcBetweenTests (Options &options, const char *, const char *) |
|
bool | handleOptionPixelTests (Options &options, const char *, const char *) |
|
bool | handleOptionPrintSupportedFeatures (Options &options, const char *, const char *) |
|
bool | handleOptionComplexText (Options &options, const char *, const char *) |
|
bool | handleOptionAcceleratedDrawing (Options &options, const char *, const char *) |
|
bool | handleOptionRemoteLayerTree (Options &options, const char *, const char *) |
|
bool | handleOptionShowWebView (Options &options, const char *, const char *) |
|
bool | handleOptionAllowedHost (Options &options, const char *, const char *host) |
|
bool | handleOptionUnmatched (Options &options, const char *option, const char *) |
|
WKRetainPtr< WKStringRef > | toWK (JSStringRef string) |
|
WKRetainPtr< WKStringRef > | toWK (JSRetainPtr< JSStringRef > string) |
|
WKRetainPtr< WKStringRef > | toWK (const WTF::String &string) |
|
JSRetainPtr< JSStringRef > | toJS (WKStringRef string) |
|
JSRetainPtr< JSStringRef > | toJS (const WKRetainPtr< WKStringRef > &string) |
|
std::string | toSTD (WKStringRef string) |
|
std::string | toSTD (const WKRetainPtr< WKStringRef > &string) |
|
WTF::String | toWTFString (WKStringRef string) |
|
WTF::String | toWTFString (const WKRetainPtr< WKStringRef > &string) |
|
TestCommand | parseInputLine (const std::string &inputLine) |
|