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

  /external/chromium_org/third_party/WebKit/public/platform/
WebSchedulerProxy.h 16 class WebSchedulerProxy {
18 BLINK_PLATFORM_EXPORT ~WebSchedulerProxy();
20 BLINK_PLATFORM_EXPORT static WebSchedulerProxy create();
38 WebSchedulerProxy();
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSchedulerProxy.cpp 7 #include "public/platform/WebSchedulerProxy.h"
25 WebSchedulerProxy WebSchedulerProxy::create()
27 return WebSchedulerProxy();
30 WebSchedulerProxy::WebSchedulerProxy()
36 WebSchedulerProxy::~WebSchedulerProxy()
40 void WebSchedulerProxy::postInputTask(const WebTraceLocation& webLocation, WebThread::Task* task)
46 void WebSchedulerProxy::postCompositorTask(const WebTraceLocation& webLocation, WebThread::Task* task
    [all...]
  /external/chromium_org/content/renderer/
scheduler_proxy_task_runner.h 11 #include "third_party/WebKit/public/platform/WebSchedulerProxy.h"
16 // Helper for forwarding posted tasks into different WebSchedulerProxy queues.
17 template <void (blink::WebSchedulerProxy::*ProxyFunction)(
24 scheduler_proxy_(blink::WebSchedulerProxy::create()),
78 blink::WebSchedulerProxy scheduler_proxy_;
  /external/chromium_org/content/renderer/input/
input_handler_wrapper.h 12 #include "third_party/WebKit/public/platform/WebSchedulerProxy.h"
46 blink::WebSchedulerProxy web_scheduler_proxy_;
input_handler_wrapper.cc 24 web_scheduler_proxy_(blink::WebSchedulerProxy::create()),
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 192 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-arm.mk 192 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-mips.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-x86.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 191 third_party/WebKit/Source/platform/exported/WebSchedulerProxy.cpp \
    [all...]

Completed in 3979 milliseconds