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 45 IndexedDBDispatcher* dispatcher =
46 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
78 IndexedDBDispatcher* dispatcher =
79 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
85 IndexedDBDispatcher* dispatcher =
86 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
97 IndexedDBDispatcher* dispatcher =
98 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
116 IndexedDBDispatcher* dispatcher =
117 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
    [all...]
indexed_db_dispatcher.cc 35 static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
40 IndexedDBDispatcher* const kHasBeenDeleted =
41 reinterpret_cast<IndexedDBDispatcher*>(0x1);
47 IndexedDBDispatcher::IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender)
52 IndexedDBDispatcher::~IndexedDBDispatcher() {
64 IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance(
67 NOTREACHED() << "Re-instantiating TLS IndexedDBDispatcher."
    [all...]
webidbcursor_impl.cc 40 IndexedDBDispatcher* dispatcher =
41 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
47 IndexedDBDispatcher* dispatcher =
48 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
63 IndexedDBDispatcher* dispatcher =
64 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
158 IndexedDBDispatcher* dispatcher =
159 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
indexed_db_dispatcher.h 45 class CONTENT_EXPORT IndexedDBDispatcher
52 explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);
53 virtual ~IndexedDBDispatcher();
57 static IndexedDBDispatcher* ThreadSpecificInstance(
246 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
indexed_db_dispatcher_unittest.cc 57 IndexedDBDispatcher dispatcher(thread_safe_sender.get());
indexed_db_message_filter.cc 37 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
webidbcursor_impl_unittest.cc 27 class MockDispatcher : public IndexedDBDispatcher {
30 : IndexedDBDispatcher(thread_safe_sender),
  /external/chromium_org/content/renderer/
render_thread_impl.h 84 class IndexedDBDispatcher;
409 scoped_ptr<IndexedDBDispatcher> main_thread_indexed_db_dispatcher_;
render_thread_impl.cc 347 main_thread_indexed_db_dispatcher_.reset(new IndexedDBDispatcher(
    [all...]

Completed in 590 milliseconds