Lines Matching refs:script
597 * Requests execution of given script.
599 * @param o frame object to execute script.
600 * @param script java script to execute.
604 Eina_Bool ewk_frame_script_execute(Evas_Object* o, const char* script)
608 EINA_SAFETY_ON_NULL_RETURN_VAL(script, EINA_FALSE);
609 sd->frame->script()->executeScript(WTF::String::fromUTF8(script), true);