Searched refs:IndexedDBDispatcher (Results 1 – 10 of 10) sorted by relevance
35 static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky40 IndexedDBDispatcher* const kHasBeenDeleted =41 reinterpret_cast<IndexedDBDispatcher*>(0x1);47 IndexedDBDispatcher::IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender) in IndexedDBDispatcher() function in content::IndexedDBDispatcher52 IndexedDBDispatcher::~IndexedDBDispatcher() { in ~IndexedDBDispatcher()64 IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance( in ThreadSpecificInstance()73 IndexedDBDispatcher* dispatcher = new IndexedDBDispatcher(thread_safe_sender); in ThreadSpecificInstance()79 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped()81 WebIDBMetadata IndexedDBDispatcher::ConvertMetadata( in ConvertMetadata()124 void IndexedDBDispatcher::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()[all …]
45 IndexedDBDispatcher* dispatcher = in ~WebIDBDatabaseImpl()46 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in ~WebIDBDatabaseImpl()78 IndexedDBDispatcher* dispatcher = in createTransaction()79 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in createTransaction()85 IndexedDBDispatcher* dispatcher = in close()86 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in close()97 IndexedDBDispatcher* dispatcher = in get()98 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in get()116 IndexedDBDispatcher* dispatcher = in put()117 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in put()[all …]
26 IndexedDBDispatcher* dispatcher = in getDatabaseNames()27 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in getDatabaseNames()38 IndexedDBDispatcher* dispatcher = in open()39 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in open()51 IndexedDBDispatcher* dispatcher = in deleteDatabase()52 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in deleteDatabase()
40 IndexedDBDispatcher* dispatcher = in ~WebIDBCursorImpl()41 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in ~WebIDBCursorImpl()47 IndexedDBDispatcher* dispatcher = in advance()48 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in advance()63 IndexedDBDispatcher* dispatcher = in continueFunction()64 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in continueFunction()158 IndexedDBDispatcher* dispatcher = in ResetPrefetchCache()159 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); in ResetPrefetchCache()
45 class CONTENT_EXPORT IndexedDBDispatcher52 explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);53 virtual ~IndexedDBDispatcher();57 static IndexedDBDispatcher* ThreadSpecificInstance(246 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
27 class MockDispatcher : public IndexedDBDispatcher {30 : IndexedDBDispatcher(thread_safe_sender), in MockDispatcher()
57 IndexedDBDispatcher dispatcher(thread_safe_sender.get()); in TEST()
37 IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()) in OnMessageReceived()
84 class IndexedDBDispatcher; variable409 scoped_ptr<IndexedDBDispatcher> main_thread_indexed_db_dispatcher_;
347 main_thread_indexed_db_dispatcher_.reset(new IndexedDBDispatcher( in Init()