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

  /external/chromium_org/webkit/child/
webthread_impl.h 23 virtual bool isCurrentThread() const = 0;
49 virtual bool isCurrentThread() const OVERRIDE;
66 virtual bool isCurrentThread() const OVERRIDE;
webthread_impl.cc 40 CHECK(isCurrentThread());
49 CHECK(isCurrentThread());
77 CHECK(isCurrentThread());
83 CHECK(isCurrentThread());
88 bool WebThreadImpl::isCurrentThread() const {
115 CHECK(isCurrentThread());
122 CHECK(isCurrentThread());
127 bool WebThreadImplForMessageLoop::isCurrentThread() const {
  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 54 virtual bool isCurrentThread() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 56 bool isCurrentThread() const;
WorkerGlobalScope.cpp 103 ASSERT(thread()->isCurrentThread());
268 return thread()->isCurrentThread();
WorkerRunLoop.cpp 150 ASSERT(context->thread()->isCurrentThread());
204 ASSERT(context->thread()->isCurrentThread());
WorkerThread.cpp 222 bool WorkerThread::isCurrentThread() const
WorkerMessagingProxy.cpp 257 || (m_scriptExecutionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_scriptExecutionContext.get())->thread()->isCurrentThread()));
264 || (m_scriptExecutionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_scriptExecutionContext.get())->thread()->isCurrentThread()));
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 50 bool isCurrentThread() const {
152 if (!runningLocally && !thread->isCurrentThread()) {
  /frameworks/base/core/java/android/os/
Looper.java 196 public boolean isCurrentThread() {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptExecutionContext.cpp 127 || (isWorkerGlobalScope() && toWorkerGlobalScope(this)->thread()->isCurrentThread()));
136 || (isWorkerGlobalScope() && toWorkerGlobalScope(this)->thread()->isCurrentThread()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScheduledAction.cpp 109 ASSERT(worker->thread()->isCurrentThread());
  /frameworks/base/core/java/android/print/
PrinterDiscoverySession.java 260 if (!Looper.getMainLooper().isCurrentThread()) {
  /frameworks/base/core/java/android/printservice/
PrintService.java 329 if (!Looper.getMainLooper().isCurrentThread()) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java     [all...]
  /frameworks/base/services/java/com/android/server/print/
UserState.java 807 if (Looper.getMainLooper().isCurrentThread()) {
    [all...]

Completed in 1712 milliseconds