Home
last modified time | relevance | path

Searched refs:isCurrentThread (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/mojo/examples/html_viewer/
Dwebthread_impl.cc41 CHECK(isCurrentThread()); in addTaskObserver()
50 CHECK(isCurrentThread()); in removeTaskObserver()
77 CHECK(isCurrentThread()); in enterRunLoop()
83 CHECK(isCurrentThread()); in exitRunLoop()
88 bool WebThreadImpl::isCurrentThread() const { in isCurrentThread() function in mojo::examples::WebThreadImpl
114 CHECK(isCurrentThread()); in enterRunLoop()
121 CHECK(isCurrentThread()); in exitRunLoop()
126 bool WebThreadImplForMessageLoop::isCurrentThread() const { in isCurrentThread() function in mojo::examples::WebThreadImplForMessageLoop
Dwebthread_impl.h24 virtual bool isCurrentThread() const = 0;
49 virtual bool isCurrentThread() const;
68 virtual bool isCurrentThread() const;
/external/chromium_org/content/child/
Dwebthread_impl.cc40 CHECK(isCurrentThread()); in addTaskObserver()
49 CHECK(isCurrentThread()); in removeTaskObserver()
76 CHECK(isCurrentThread()); in enterRunLoop()
82 CHECK(isCurrentThread()); in exitRunLoop()
87 bool WebThreadImpl::isCurrentThread() const { in isCurrentThread() function in content::WebThreadImpl
113 CHECK(isCurrentThread()); in enterRunLoop()
120 CHECK(isCurrentThread()); in exitRunLoop()
125 bool WebThreadImplForMessageLoop::isCurrentThread() const { in isCurrentThread() function in content::WebThreadImplForMessageLoop
Dwebthread_impl.h24 virtual bool isCurrentThread() const = 0;
49 virtual bool isCurrentThread() const OVERRIDE;
68 virtual bool isCurrentThread() const OVERRIDE;
Dthreaded_data_provider.cc198 DCHECK(background_thread_.isCurrentThread()); in StopOnBackgroundThread()
225 DCHECK(background_thread_.isCurrentThread()); in OnResourceMessageFilterAddedBackgroundThread()
243 DCHECK(background_thread_.isCurrentThread()); in OnReceivedDataOnBackgroundThread()
279 DCHECK(background_thread_.isCurrentThread()); in ForwardAndACKData()
/external/chromium_org/third_party/WebKit/public/platform/
DWebThread.h57 virtual bool isCurrentThread() const = 0;
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerRunLoop.cpp180 ASSERT(m_context->thread()->isCurrentThread()); in run()
242 ASSERT(m_context->thread()->isCurrentThread()); in runCleanupTasks()
DWorkerThread.h64 bool isCurrentThread() const;
DWorkerMessagingProxy.cpp98 …orkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); in WorkerMessagingProxy()
105 …orkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); in ~WorkerMessagingProxy()
DWorkerGlobalScope.cpp212 ASSERT(thread()->isCurrentThread()); in dispose()
308 return thread()->isCurrentThread(); in isContextThread()
DWorkerThread.cpp244 bool WorkerThread::isCurrentThread() const in isCurrentThread() function in WebCore::WorkerThread
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DDatabaseThread.h70 bool isDatabaseThread() { return m_thread && m_thread->isCurrentThread(); } in isDatabaseThread()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScheduledAction.cpp104 ASSERT(worker->thread()->isCurrentThread()); in execute()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp88 ASSERT(backgroundThread() && backgroundThread()->isCurrentThread()); in acceptData()