HomeSort by relevance Sort by last modified time
    Searched refs:isCurrentThread (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 61 virtual bool isCurrentThread() const = 0;
  /external/chromium_org/content/child/
webthread_impl.cc 40 CHECK(isCurrentThread());
49 CHECK(isCurrentThread());
76 CHECK(isCurrentThread());
82 CHECK(isCurrentThread());
87 bool WebThreadImpl::isCurrentThread() const {
118 CHECK(isCurrentThread());
125 CHECK(isCurrentThread());
130 bool WebThreadImplForMessageLoop::isCurrentThread() const {
webthread_impl.h 24 virtual bool isCurrentThread() const = 0;
50 virtual bool isCurrentThread() const OVERRIDE;
70 virtual bool isCurrentThread() const OVERRIDE;
threaded_data_provider.cc 198 DCHECK(background_thread_.isCurrentThread());
225 DCHECK(background_thread_.isCurrentThread());
243 DCHECK(background_thread_.isCurrentThread());
279 DCHECK(background_thread_.isCurrentThread());
  /external/chromium_org/mojo/services/html_viewer/
webthread_impl.cc 40 CHECK(isCurrentThread());
49 CHECK(isCurrentThread());
76 CHECK(isCurrentThread());
82 CHECK(isCurrentThread());
87 bool WebThreadImpl::isCurrentThread() const {
117 CHECK(isCurrentThread());
124 CHECK(isCurrentThread());
129 bool WebThreadImplForMessageLoop::isCurrentThread() const {
webthread_impl.h 23 virtual bool isCurrentThread() const = 0;
49 virtual bool isCurrentThread() const;
69 virtual bool isCurrentThread() const;
  /external/chromium_org/third_party/WebKit/Source/platform/
WebThreadSupportingGC.h 40 bool isCurrentThread() const
42 return m_thread->isCurrentThread();
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.h 70 bool isDatabaseThread() { return m_thread && m_thread->isCurrentThread(); }
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 50 bool isCurrentThread() const {
152 if (!runningLocally && !thread->isCurrentThread()) {
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 75 bool isCurrentThread() const;
WorkerThread.cpp 413 bool WorkerThread::isCurrentThread() const
415 return m_thread && m_thread->isCurrentThread();
452 ASSERT(isCurrentThread());
WorkerGlobalScope.cpp 202 ASSERT(thread()->isCurrentThread());
294 return thread()->isCurrentThread();
WorkerMessagingProxy.cpp 100 || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread()));
107 || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread()));
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 60 bool isCurrentThread() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScheduledAction.cpp 114 ASSERT(worker->thread()->isCurrentThread());
  /frameworks/base/core/java/android/os/
Looper.java 195 public boolean isCurrentThread() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RecordingImageBufferSurfaceTest.cpp 245 virtual bool isCurrentThread() const OVERRIDE { return true; }
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 260 if (!Looper.getMainLooper().isCurrentThread()) {
  /frameworks/base/core/java/android/printservice/
PrintService.java 341 if (!Looper.getMainLooper().isCurrentThread()) {
  /external/chromium_org/third_party/WebKit/Source/platform/scheduler/
SchedulerTest.cpp 47 virtual bool isCurrentThread() const OVERRIDE
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 416 bool ISVProcessor::isCurrentThread() const {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 88 ASSERT(backgroundThread() && backgroundThread()->isCurrentThread());
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java     [all...]
TvInputManager.java     [all...]

Completed in 1250 milliseconds

1 2