Searched defs:m_scriptExecutionContext (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DDOMURL.h49 ScriptExecutionContext* scriptExecutionContext() const { return m_scriptExecutionContext; }
54 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::DOMURL
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomVoidCallback.h56 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::JSCustomVoidCallback
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CustomVoidCallback.h59 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::V8CustomVoidCallback
/external/webkit/Source/WebCore/dom/
H A DActiveDOMObject.h40 ScriptExecutionContext* scriptExecutionContext() const { return m_scriptExecutionContext; }
79 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::ActiveDOMObject
H A DMessagePort.h121 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::MessagePort
/external/webkit/Source/WebCore/storage/
H A DSQLCallbackWrapper.h49 , m_scriptExecutionContext(m_callback ? scriptExecutionContext : 0)
51 ASSERT(!m_callback || (m_scriptExecutionContext.get() && m_scriptExecutionContext->isContextThread()));
66 ASSERT(!m_scriptExecutionContext);
69 if (m_scriptExecutionContext->isContextThread()) {
71 m_scriptExecutionContext = 0;
74 context = m_scriptExecutionContext.release().leakRef();
83 ASSERT(!m_callback || m_scriptExecutionContext->isContextThread());
84 m_scriptExecutionContext = 0;
101 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::SQLCallbackWrapper
[all...]
H A DAbstractDatabase.h103 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::AbstractDatabase
/external/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.h95 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::WorkerMessagingProxy
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerAsyncFileSystemChromium.h82 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::WorkerAsyncFileSystemChromium
H A DWebWorkerClientImpl.h150 RefPtr<WebCore::ScriptExecutionContext> m_scriptExecutionContext; member in class:WebKit::WebWorkerClientImpl
/external/webkit/Source/WebCore/fileapi/
H A DFileSystemCallbacks.h123 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::FileSystemCallbacks
134 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::ResolveURICallbacks

Completed in 159 milliseconds