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(
246 DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
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...]

Completed in 419 milliseconds