HomeSort by relevance Sort by last modified time
    Searched refs:WebWorkerRunLoop (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebWorkerRunLoop.h 34 class WebWorkerRunLoop {
44 BLINK_EXPORT bool equals(const WebWorkerRunLoop&) const;
45 BLINK_EXPORT bool lessThan(const WebWorkerRunLoop&) const;
48 WebWorkerRunLoop(WorkerThread*);
55 inline bool operator==(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
60 inline bool operator<(const WebWorkerRunLoop& a, const WebWorkerRunLoop& b)
Platform.h 109 class WebWorkerRunLoop;
596 virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { }
597 virtual void didStopWorkerRunLoop(const WebWorkerRunLoop&) { }
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerRunLoop.cpp 26 #include "public/platform/WebWorkerRunLoop.h"
36 static PassOwnPtr<TaskForwarder> create(PassOwnPtr<WebWorkerRunLoop::Task> task)
47 TaskForwarder(PassOwnPtr<WebWorkerRunLoop::Task> task)
52 OwnPtr<WebWorkerRunLoop::Task> m_task;
57 WebWorkerRunLoop::WebWorkerRunLoop(WorkerThread* workerThread)
62 bool WebWorkerRunLoop::postTask(Task* task)
68 bool WebWorkerRunLoop::equals(const WebWorkerRunLoop& o) const
73 bool WebWorkerRunLoop::lessThan(const WebWorkerRunLoop& o) cons
    [all...]
blink_web.target.darwin-arm.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.darwin-arm64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.darwin-mips.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.darwin-mips64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.darwin-x86.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.darwin-x86_64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-arm.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-arm64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-mips.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-mips64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-x86.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
blink_web.target.linux-x86_64.mk 199 third_party/WebKit/Source/web/WebWorkerRunLoop.cpp \
  /external/chromium_org/content/child/
worker_task_runner.h 15 #include "third_party/WebKit/public/platform/WebWorkerRunLoop.h"
39 void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
40 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
45 typedef std::map<int, blink::WebWorkerRunLoop> IDToLoopMap;
worker_task_runner.cc 13 using blink::WebWorkerRunLoop;
19 class RunClosureTask : public WebWorkerRunLoop::Task {
33 ThreadLocalState(int id, const WebWorkerRunLoop& loop)
37 WebWorkerRunLoop run_loop_;
90 void WorkerTaskRunner::OnWorkerRunLoopStarted(const WebWorkerRunLoop& loop) {
99 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) {
worker_task_runner_unittest.cc 16 task_runner_.OnWorkerRunLoopStarted(blink::WebWorkerRunLoop());
19 task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop());
blink_platform_impl.h 152 const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
154 const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WorkerScriptController.cpp 56 #include "public/platform/WebWorkerRunLoop.h"
151 blink::Platform::current()->didStopWorkerRunLoop(blink::WebWorkerRunLoop(m_workerGlobalScope.thread()));
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 47 #include "public/platform/WebWorkerRunLoop.h"
274 blink::Platform::current()->didStartWorkerRunLoop(blink::WebWorkerRunLoop(this));

Completed in 639 milliseconds