Closure           301 Source/core/dom/ExecutionContext.cpp void ExecutionContext::postTask(const Closure& closure)
Closure            80 Source/core/dom/ExecutionContext.h     void postTask(const Closure&);
Closure            52 Source/core/dom/ExecutionContextTask.h     static PassOwnPtr<CallClosureTask> create(const Closure& closure)
Closure            59 Source/core/dom/ExecutionContextTask.h     explicit CallClosureTask(const Closure& closure) : m_closure(closure) { }
Closure            60 Source/core/dom/ExecutionContextTask.h     Closure m_closure;
Closure           103 Source/core/html/parser/HTMLParserThread.cpp void HTMLParserThread::postTask(const Closure& closure)
Closure            52 Source/core/html/parser/HTMLParserThread.h     void postTask(const Closure&);
Closure            74 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h     Vector<Closure> m_clientTasks;
Closure            37 Source/platform/PermissionCallbacks.cpp PassOwnPtr<PermissionCallbacks> PermissionCallbacks::create(const Closure& allowed, const Closure& denied)
Closure            42 Source/platform/PermissionCallbacks.cpp PermissionCallbacks::PermissionCallbacks(const Closure& allowed, const Closure& denied)
Closure            18 Source/platform/PermissionCallbacks.h     static PassOwnPtr<PermissionCallbacks> create(const Closure& allowed, const Closure& denied);
Closure            25 Source/platform/PermissionCallbacks.h     PermissionCallbacks(const Closure& allowed, const Closure& denied);
Closure            27 Source/platform/PermissionCallbacks.h     Closure m_allowed;
Closure            28 Source/platform/PermissionCallbacks.h     Closure m_denied;
Closure            41 Source/platform/Task.h     explicit Task(const Closure& closure)
Closure            52 Source/platform/Task.h     Closure m_closure;
Closure            75 Source/web/WebEmbeddedWorkerImpl.cpp     void load(ExecutionContext* loadingContext, const KURL& scriptURL, const Closure& callback)
Closure           103 Source/web/WebEmbeddedWorkerImpl.cpp     Closure m_callback;
Closure            90 Source/web/WebSharedWorkerImpl.cpp     void load(ExecutionContext* loadingContext, const KURL& scriptURL, const Closure& receiveResponseCallback, const Closure& finishCallback)
Closure           130 Source/web/WebSharedWorkerImpl.cpp     Closure m_receiveResponseCallback;
Closure           131 Source/web/WebSharedWorkerImpl.cpp     Closure m_finishCallback;
Closure           245 Source/web/WebSharedWorkerImpl.cpp     const Closure& boundFunction = bind(&WebSharedWorkerClient::dispatchDevToolsMessage, m_clientWeakPtr, message.isolatedCopy());
Closure           254 Source/web/WebSharedWorkerImpl.cpp     const Closure& boundFunction = bind(&WebSharedWorkerClient::saveDevToolsAgentState, m_clientWeakPtr, cookie.isolatedCopy());
Closure           629 Source/wtf/Functional.h using WTF::Closure;