Home
last modified time | relevance | path

Searched refs:scriptExecutionContext (Results 126 – 150 of 155) sorted by relevance

1234567

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/webaudio/
H A DAudioContext.h193 virtual ScriptExecutionContext* scriptExecutionContext() const;
H A DAudioContext.cpp575 ScriptExecutionContext* AudioContext::scriptExecutionContext() const in scriptExecutionContext() function in WebCore::AudioContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp237 ScriptExecutionContext* remoteContext = m_remotePort->scriptExecutionContext(); in locallyEntangledPort()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h50 virtual ScriptExecutionContext* scriptExecutionContext() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h77 virtual ScriptExecutionContext* scriptExecutionContext() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSIDBRequest.cpp261 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsIDBRequestOnsuccess()
276 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsIDBRequestOnerror()
H A DJSIDBFactory.cpp179 …ptContext = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->scriptExecutionContext(); in jsIDBFactoryPrototypeFunctionOpen()
H A DJSJavaScriptAudioNode.cpp154 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsJavaScriptAudioNodeOnaudioprocess()
H A DJSWorker.cpp160 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsWorkerOnmessage()
H A DJSAbstractWorker.cpp178 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsAbstractWorkerOnerror()
H A DJSMessagePort.cpp183 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsMessagePortOnmessage()
H A DJSAudioContext.cpp242 if (JSObject* jsFunction = jsListener->jsFunction(imp->scriptExecutionContext())) in jsAudioContextOncomplete()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/scripts/test/JS/
H A DJSTestInterface.cpp103 …text* context = static_cast<JSTestInterfaceConstructor*>(exec->callee())->scriptExecutionContext(); in constructJSTestInterface()
H A DJSTestObj.cpp1286 …ptContext = static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject())->scriptExecutionContext(); in jsTestObjPrototypeFunctionWithScriptExecutionContext()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DEventTarget.h151 virtual ScriptExecutionContext* scriptExecutionContext() const = 0;
H A DNode.h531 virtual ScriptExecutionContext* scriptExecutionContext() const;
H A DNode.cpp2608 ScriptExecutionContext* Node::scriptExecutionContext() const in scriptExecutionContext() function in WebCore::Node
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.cpp219 : m_scriptExecutionContext(workerObject->scriptExecutionContext()) in WorkerMessagingProxy()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DClipboardQt.cpp372 …rItemsQt> items = DataTransferItemsQt::create(this, m_frame->document()->scriptExecutionContext()); in items()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DResourceLoader.cpp514 return FileStreamProxy::create(m_frame->document()->scriptExecutionContext(), client).get(); in createAsyncFileStream()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DAbstractDatabase.cpp327 ScriptExecutionContext* AbstractDatabase::scriptExecutionContext() const in scriptExecutionContext() function in WebCore::AbstractDatabase
H A DDatabaseTracker.cpp257 if ((*dbSetIt)->scriptExecutionContext() == context) in interruptAllDatabasesForContext()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp448 scriptExecutionContext()->globalData()->heap.reportExtraMemoryCost(m_imageBuffer->dataSize()); in createImageBuffer()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDOMWindow.h89 virtual ScriptExecutionContext* scriptExecutionContext() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-29121 (WebCore::IDBRequest::scriptExecutionContext):
6176 (WebCore::Database::scriptExecutionContext):
6659 (WebCore::SVGElementInstance::scriptExecutionContext):
8949 crashy-null scriptExecutionContext() idiom.
28376 (WebCore::WebKitSharedScript::scriptExecutionContext):
55559 (WebCore::Notification::scriptExecutionContext):
70893 (WebCore::EventSource::scriptExecutionContext):
73708 (WebCore::Notification::scriptExecutionContext):
77415 …SVGElementInstance::scriptExecutionContext should call document() instead of scriptExecutionContex…
77424 (WebCore::SVGElementInstance::scriptExecutionContext):
[all …]

1234567