Home
last modified time | relevance | path

Searched refs:DestroyOnContextThreadTask (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DActiveDOMCallback.cpp43 class DestroyOnContextThreadTask : public ScriptExecutionContext::Task { class
45 … static PassOwnPtr<DestroyOnContextThreadTask> create(PassOwnPtr<ActiveDOMObjectCallbackImpl> impl) in create()
47 return adoptPtr(new DestroyOnContextThreadTask(impl)); in create()
56 DestroyOnContextThreadTask(PassOwnPtr<ActiveDOMObjectCallbackImpl> impl) in DestroyOnContextThreadTask() function in WebCore::DestroyOnContextThreadTask
119 context->postTask(DestroyOnContextThreadTask::create(implOwnPtr.release())); in destroyOnContextThread()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0688067 (WebCore::DestroyOnContextThreadTask::create):
88068 (WebCore::DestroyOnContextThreadTask::performTask):
88069 (WebCore::DestroyOnContextThreadTask::DestroyOnContextThreadTask):