Searched refs:WebThreadImpl (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/child/
H A Dwebthread_impl.cc58 WebThreadImpl::WebThreadImpl(const char* name) function in class:content::WebThreadImpl
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...]
H A Dwebthread_impl.h37 class CONTENT_EXPORT WebThreadImpl : public WebThreadBase { class in namespace:content
39 explicit WebThreadImpl(const char* name);
40 virtual ~WebThreadImpl();
H A Dthreaded_data_provider.h26 class WebThreadImpl;
59 WebThreadImpl& background_thread_;
H A Dthreaded_data_provider.cc26 const WebThreadImpl& background_thread,
45 const WebThreadImpl& background_thread_;
58 const WebThreadImpl& background_thread,
128 static_cast<WebThreadImpl&>(
190 static_cast<WebThreadImpl*>(&background_thread_));
H A Dblink_platform_impl.cc478 return new WebThreadImpl(name);
/external/chromium_org/mojo/services/html_viewer/
H A Dwebthread_impl.cc58 WebThreadImpl::WebThreadImpl(const char* name) function in class:mojo::WebThreadImpl
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...]
H A Dwebthread_impl.h36 class WebThreadImpl : public WebThreadBase { class in namespace:mojo
38 explicit WebThreadImpl(const char* name);
39 virtual ~WebThreadImpl();
H A Dblink_platform_impl.cc206 return new WebThreadImpl(name);

Completed in 136 milliseconds