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

  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 49 class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer {
55 explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);
56 virtual ~IndexedDBDispatcher();
60 static IndexedDBDispatcher* ThreadSpecificInstance(
262 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
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...]

Completed in 159 milliseconds