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

  /external/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 27 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
39 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
52 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
webidbdatabase_impl.cc 50 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
83 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
90 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
102 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
122 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
180 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
199 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
214 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
227 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
webidbcursor_impl.cc 43 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
50 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
70 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
198 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
indexed_db_message_filter.cc 38 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
indexed_db_dispatcher.h 52 // failing a NOTREACHED in ThreadSpecificInstance in tests that instantiate
54 // wants to use ThreadSpecificInstance().
60 static IndexedDBDispatcher* ThreadSpecificInstance(
indexed_db_dispatcher.cc 69 IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance(
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_message_filter.cc 40 EmbeddedWorkerContextClient::ThreadSpecificInstance();
embedded_worker_context_client.h 49 static EmbeddedWorkerContextClient* ThreadSpecificInstance();
embedded_worker_context_client.cc 81 EmbeddedWorkerContextClient::ThreadSpecificInstance() {
  /external/chromium_org/content/child/
quota_dispatcher.h 35 // ThreadSpecificInstance().
52 static QuotaDispatcher* ThreadSpecificInstance(
quota_message_filter.cc 67 QuotaDispatcher::ThreadSpecificInstance(thread_safe_sender_.get(), this)
quota_dispatcher.cc 79 QuotaDispatcher* QuotaDispatcher::ThreadSpecificInstance(
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 39 static WebFileSystemImpl* ThreadSpecificInstance(
webfilesystem_impl.cc 131 WebFileSystemImpl::ThreadSpecificInstance(NULL);
257 WebFileSystemImpl::ThreadSpecificInstance(NULL);
296 WebFileSystemImpl::ThreadSpecificInstance(NULL);
333 WebFileSystemImpl* WebFileSystemImpl::ThreadSpecificInstance(
  /external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.cc 108 return WebFileSystemImpl::ThreadSpecificInstance(child_thread_loop_.get());
307 QuotaDispatcher::ThreadSpecificInstance(
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 402 return WebFileSystemImpl::ThreadSpecificInstance(child_thread_loop_.get());
    [all...]

Completed in 166 milliseconds