Searched refs:m_scriptExecutionContext (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DDOMURL.cpp38 : m_scriptExecutionContext(scriptExecutionContext)
40 if (m_scriptExecutionContext)
41 m_scriptExecutionContext->createdDomUrl(this);
46 if (m_scriptExecutionContext)
47 m_scriptExecutionContext->destroyedDomUrl(this);
52 ASSERT(m_scriptExecutionContext);
53 m_scriptExecutionContext = 0;
58 if (!m_scriptExecutionContext)
60 return m_scriptExecutionContext->createPublicBlobURL(blob).string();
65 if (!m_scriptExecutionContext)
[all...]
H A DDOMURL.h49 ScriptExecutionContext* scriptExecutionContext() const { return m_scriptExecutionContext; }
54 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::DOMURL
/external/webkit/Source/WebCore/dom/
H A DActiveDOMObject.cpp37 : m_scriptExecutionContext(scriptExecutionContext)
40 if (m_scriptExecutionContext) {
41 ASSERT(m_scriptExecutionContext->isContextThread());
42 m_scriptExecutionContext->createdActiveDOMObject(this, upcastPointer);
48 if (m_scriptExecutionContext) {
49 ASSERT(m_scriptExecutionContext->isContextThread());
50 m_scriptExecutionContext->destroyedActiveDOMObject(this);
61 m_scriptExecutionContext = 0;
H A DMessagePort.cpp46 , m_scriptExecutionContext(&scriptExecutionContext)
48 m_scriptExecutionContext->createdMessagePort(this);
56 if (m_scriptExecutionContext)
57 m_scriptExecutionContext->destroyedMessagePort(this);
78 ASSERT(m_scriptExecutionContext);
105 ASSERT(m_scriptExecutionContext);
106 m_scriptExecutionContext->destroyedMessagePort(this);
107 m_scriptExecutionContext = 0;
116 ASSERT(m_scriptExecutionContext);
117 m_scriptExecutionContext
[all...]
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 DDatabase.cpp119 database->m_scriptExecutionContext->postTask(DatabaseCreationCallbackTask::create(database, creationCallback));
134 ASSERT(m_scriptExecutionContext->databaseThread());
164 if (!m_scriptExecutionContext->isContextThread()) {
167 ScriptExecutionContext* scriptExecutionContext = m_scriptExecutionContext.get();
169 scriptExecutionContext->postTask(DerefContextTask::create(m_scriptExecutionContext.release()));
183 if (!m_scriptExecutionContext->databaseThread() || m_scriptExecutionContext->databaseThread()->terminationRequested(&synchronizer))
188 m_scriptExecutionContext->databaseThread()->scheduleImmediateTask(task.release());
196 if (m_deleted || !m_scriptExecutionContext->databaseThread())
203 if (m_scriptExecutionContext
[all...]
H A DDatabaseSync.cpp86 ASSERT(m_scriptExecutionContext->isContextThread());
96 ASSERT(m_scriptExecutionContext->isContextThread());
144 ASSERT(m_scriptExecutionContext->isContextThread());
184 if (!m_scriptExecutionContext->isContextThread()) {
185 m_scriptExecutionContext->postTask(CloseSyncDatabaseOnContextThreadTask::create(this));
H A DAbstractDatabase.h103 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::AbstractDatabase
H A DAbstractDatabase.cpp176 : m_scriptExecutionContext(context)
186 m_contextThreadSecurityOrigin = m_scriptExecutionContext->securityOrigin();
329 return m_scriptExecutionContext.get();
/external/webkit/Source/WebCore/bindings/js/
H A DJSCustomVoidCallback.cpp45 , m_scriptExecutionContext(globalObject->scriptExecutionContext())
51 if (m_scriptExecutionContext->isContextThread())
54 m_scriptExecutionContext->postTask(DeleteCallbackDataTask::create(m_data));
H A DJSCustomVoidCallback.h56 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::JSCustomVoidCallback
/external/webkit/Source/WebCore/workers/
H A DWorkerMessagingProxy.cpp219 : m_scriptExecutionContext(workerObject->scriptExecutionContext())
226 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
227 || (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext.get())->thread()->threadID()));
233 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
234 || (m_scriptExecutionContext->isWorkerContext() && currentThread() == static_cast<WorkerContext*>(m_scriptExecutionContext.get())->thread()->threadID()));
246 m_scriptExecutionContext->postTask(MessageWorkerTask::create(message, channels, this));
273 ASSERT(m_scriptExecutionContext->isDocument());
274 m_scriptExecutionContext
[all...]
H A DWorkerMessagingProxy.h95 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::WorkerMessagingProxy
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CustomVoidCallback.cpp42 , m_scriptExecutionContext(context)
56 v8::Handle<v8::Context> v8Context = toV8Context(m_scriptExecutionContext.get(), m_worldContext);
63 invokeCallback(m_callback, 0, 0, callbackReturnValue, m_scriptExecutionContext.get());
H A DV8CustomVoidCallback.h59 RefPtr<ScriptExecutionContext> m_scriptExecutionContext; member in class:WebCore::V8CustomVoidCallback
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerClientImpl.cpp116 : m_scriptExecutionContext(worker->scriptExecutionContext())
223 m_scriptExecutionContext->postTask(createCallbackTask(&postMessageToWorkerObjectTask,
230 postMessageToWorkerObjectTask(m_scriptExecutionContext.get(), this,
239 m_scriptExecutionContext->postTask(createCallbackTask(&postExceptionToWorkerObjectTask,
251 m_scriptExecutionContext->reportException(errorMessage, lineNumber, sourceURL, 0);
263 m_scriptExecutionContext->postTask(createCallbackTask(&postConsoleMessageToWorkerObjectTask,
274 m_scriptExecutionContext->addMessage(static_cast<MessageSource>(sourceId),
296 m_scriptExecutionContext->postTask(createCallbackTask(&confirmMessageFromWorkerObjectTask,
303 m_scriptExecutionContext->postTask(createCallbackTask(&reportPendingActivityTask,
385 thisPtr->m_scriptExecutionContext
[all...]
H A DWorkerAsyncFileSystemChromium.h82 ScriptExecutionContext* m_scriptExecutionContext; member in class:WebCore::WorkerAsyncFileSystemChromium
H A DWorkerAsyncFileSystemChromium.cpp61 , m_scriptExecutionContext(context)
67 ASSERT(m_scriptExecutionContext->isWorkerContext());
219 m_bridgeForCurrentOperation = WorkerFileSystemCallbacksBridge::create(m_worker, m_scriptExecutionContext, new WebKit::WebFileSystemCallbacksImpl(callbacks));
H A DWebWorkerClientImpl.h150 RefPtr<WebCore::ScriptExecutionContext> m_scriptExecutionContext; member in class:WebKit::WebWorkerClientImpl
/external/webkit/Source/WebCore/fileapi/
H A DFileSystemCallbacks.cpp181 , m_scriptExecutionContext(context)
189 m_successCallback->handleEvent(DOMFileSystem::create(m_scriptExecutionContext.get(), name, asyncFileSystem.leakPtr()).get());
190 m_scriptExecutionContext.clear();
242 , m_scriptExecutionContext(context)
250 RefPtr<DirectoryEntry> root = DOMFileSystem::create(m_scriptExecutionContext.get(), name, asyncFileSystem.leakPtr())->root();
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 144 milliseconds