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

  /external/chromium_org/third_party/WebKit/public/platform/
WebThreadedDataReceiver.h 15 virtual WebThread* backgroundThread() = 0;
  /external/chromium_org/content/child/
threaded_data_provider.cc 129 *threaded_data_receiver->backgroundThread())),
179 threaded_data_receiver_->backgroundThread();
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 528 HandlerThread backgroundThread = new HandlerThread("notification-sqlite-log",
530 backgroundThread.start();
531 mWriteHandler = new Handler(backgroundThread.getLooper()) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp 88 ASSERT(backgroundThread() && backgroundThread()->isCurrentThread());
93 virtual blink::WebThread* backgroundThread() OVERRIDE FINAL
    [all...]

Completed in 150 milliseconds