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

  /external/chromium_org/content/child/indexed_db/
webidbfactory_impl.cc 26 IndexedDBDispatcher* dispatcher =
27 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
38 IndexedDBDispatcher* dispatcher =
39 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
51 IndexedDBDispatcher* dispatcher =
52 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
webidbdatabase_impl.cc 49 IndexedDBDispatcher* dispatcher =
50 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
82 IndexedDBDispatcher* dispatcher =
83 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
89 IndexedDBDispatcher* dispatcher =
90 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
96 IndexedDBDispatcher* dispatcher =
97 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
107 IndexedDBDispatcher* dispatcher =
108 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
    [all...]
indexed_db_dispatcher.cc 38 static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
43 IndexedDBDispatcher* const kHasBeenDeleted =
44 reinterpret_cast<IndexedDBDispatcher*>(0x1);
52 IndexedDBDispatcher::IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender)
57 IndexedDBDispatcher::~IndexedDBDispatcher() {
69 IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance(
72 NOTREACHED() << "Re-instantiating TLS IndexedDBDispatcher."
    [all...]
webidbcursor_impl.cc 42 IndexedDBDispatcher* dispatcher =
43 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
49 IndexedDBDispatcher* dispatcher =
50 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
69 IndexedDBDispatcher* dispatcher =
70 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
197 IndexedDBDispatcher* dispatcher =
198 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
indexed_db_dispatcher.h 48 class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer {
54 explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);
55 virtual ~IndexedDBDispatcher();
59 static IndexedDBDispatcher* ThreadSpecificInstance(
263 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
indexed_db_dispatcher_unittest.cc 46 class MockDispatcher : public IndexedDBDispatcher {
49 : IndexedDBDispatcher(sender) {}
88 IndexedDBDispatcher dispatcher(thread_safe_sender_.get());
118 IndexedDBDispatcher dispatcher(thread_safe_sender_.get());
indexed_db_message_filter.cc 38 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
webidbcursor_impl_unittest.cc 29 class MockDispatcher : public IndexedDBDispatcher {
32 : IndexedDBDispatcher(thread_safe_sender),
  /external/chromium_org/content/renderer/
render_thread_impl.h 88 class IndexedDBDispatcher;
460 scoped_ptr<IndexedDBDispatcher> main_thread_indexed_db_dispatcher_;
render_thread_impl.cc 434 main_thread_indexed_db_dispatcher_.reset(new IndexedDBDispatcher(
    [all...]

Completed in 1451 milliseconds