Home
last modified time | relevance | path

Searched refs:WebScriptExecutor (Results 1 – 3 of 3) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dpausable_script_executor.cc30 class WebScriptExecutor : public PausableScriptExecutor::Executor { class
32 WebScriptExecutor(const HeapVector<ScriptSourceCode>& sources,
49 WebScriptExecutor::WebScriptExecutor( in WebScriptExecutor() function in blink::__anon6e7773130111::WebScriptExecutor
55 Vector<v8::Local<v8::Value>> WebScriptExecutor::Execute(LocalFrame* frame) { in Execute()
181 MakeGarbageCollected<WebScriptExecutor>(sources, in PausableScriptExecutor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dpausable_script_executor.cc31 class WebScriptExecutor : public PausableScriptExecutor::Executor { class
33 WebScriptExecutor(const HeapVector<ScriptSourceCode>& sources,
50 WebScriptExecutor::WebScriptExecutor( in WebScriptExecutor() function in blink::__anonb26ef9d80111::WebScriptExecutor
56 Vector<v8::Local<v8::Value>> WebScriptExecutor::Execute( in Execute()
185 MakeGarbageCollected<WebScriptExecutor>(sources, in PausableScriptExecutor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/frame/
H A Duser_activation_notification_type.mojom48 // A WebScriptExecutor instance caused the notification call.