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 45 class CONTENT_EXPORT IndexedDBDispatcher
52 explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);
53 virtual ~IndexedDBDispatcher();
57 static IndexedDBDispatcher* ThreadSpecificInstance(
245 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
indexed_db_dispatcher.cc 34 static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
39 IndexedDBDispatcher* const kHasBeenDeleted =
40 reinterpret_cast<IndexedDBDispatcher*>(0x1);
49 IndexedDBDispatcher::IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender)
54 IndexedDBDispatcher::~IndexedDBDispatcher() {
66 IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance(
69 NOTREACHED() << "Re-instantiating TLS IndexedDBDispatcher."
    [all...]

Completed in 40 milliseconds