Home | History | Annotate | Download | only in gtk

Lines Matching refs:script

53 void webkit_web_inspector_execute_script(WebKitWebInspector* inspector, long callId, const gchar* script);
855 void LayoutTestController::evaluateInWebInspector(long callId, JSStringRef script)
859 char* scriptString = JSStringCopyUTF8CString(script);
865 void LayoutTestController::evaluateScriptInIsolatedWorld(unsigned worldID, JSObjectRef globalObject, JSStringRef script)