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

  /external/chromium_org/content/child/
webthread_impl.cc 58 WebThreadImpl::WebThreadImpl(const char* name)
63 void WebThreadImpl::postTask(Task* task) {
68 void WebThreadImpl::postDelayedTask(Task* task, long long delay_ms) {
75 void WebThreadImpl::enterRunLoop() {
81 void WebThreadImpl::exitRunLoop() {
87 bool WebThreadImpl::isCurrentThread() const {
91 blink::PlatformThreadId WebThreadImpl::threadId() const {
95 WebThreadImpl::~WebThreadImpl() {
    [all...]
threaded_data_provider.h 26 class WebThreadImpl;
59 WebThreadImpl& background_thread_;
webthread_impl.h 37 class CONTENT_EXPORT WebThreadImpl : public WebThreadBase {
39 explicit WebThreadImpl(const char* name);
40 virtual ~WebThreadImpl();
threaded_data_provider.cc 26 const WebThreadImpl& background_thread,
45 const WebThreadImpl& background_thread_;
58 const WebThreadImpl& background_thread,
128 static_cast<WebThreadImpl&>(
190 static_cast<WebThreadImpl*>(&background_thread_));
blink_platform_impl.cc 478 return new WebThreadImpl(name);
    [all...]
  /external/chromium_org/mojo/services/html_viewer/
webthread_impl.cc 58 WebThreadImpl::WebThreadImpl(const char* name)
63 void WebThreadImpl::postTask(Task* task) {
68 void WebThreadImpl::postDelayedTask(Task* task, long long delay_ms) {
75 void WebThreadImpl::enterRunLoop() {
81 void WebThreadImpl::exitRunLoop() {
87 bool WebThreadImpl::isCurrentThread() const {
91 blink::PlatformThreadId WebThreadImpl::threadId() const {
95 WebThreadImpl::~WebThreadImpl() {
    [all...]
webthread_impl.h 36 class WebThreadImpl : public WebThreadBase {
38 explicit WebThreadImpl(const char* name);
39 virtual ~WebThreadImpl();
blink_platform_impl.cc 206 return new WebThreadImpl(name);

Completed in 2889 milliseconds