IndexedDBDispatcher   37 content/child/indexed_db/indexed_db_dispatcher.cc static base::LazyInstance<ThreadLocalPointer<IndexedDBDispatcher> >::Leaky
IndexedDBDispatcher   42 content/child/indexed_db/indexed_db_dispatcher.cc IndexedDBDispatcher* const kHasBeenDeleted =
IndexedDBDispatcher   43 content/child/indexed_db/indexed_db_dispatcher.cc     reinterpret_cast<IndexedDBDispatcher*>(0x1);
IndexedDBDispatcher   51 content/child/indexed_db/indexed_db_dispatcher.cc IndexedDBDispatcher::IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender)
IndexedDBDispatcher   56 content/child/indexed_db/indexed_db_dispatcher.cc IndexedDBDispatcher::~IndexedDBDispatcher() {
IndexedDBDispatcher   68 content/child/indexed_db/indexed_db_dispatcher.cc IndexedDBDispatcher* IndexedDBDispatcher::ThreadSpecificInstance(
IndexedDBDispatcher   77 content/child/indexed_db/indexed_db_dispatcher.cc   IndexedDBDispatcher* dispatcher = new IndexedDBDispatcher(thread_safe_sender);
IndexedDBDispatcher   83 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; }
IndexedDBDispatcher   85 content/child/indexed_db/indexed_db_dispatcher.cc WebIDBMetadata IndexedDBDispatcher::ConvertMetadata(
IndexedDBDispatcher  128 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnMessageReceived(const IPC::Message& msg) {
IndexedDBDispatcher  130 content/child/indexed_db/indexed_db_dispatcher.cc   IPC_BEGIN_MESSAGE_MAP(IndexedDBDispatcher, msg)
IndexedDBDispatcher  168 content/child/indexed_db/indexed_db_dispatcher.cc bool IndexedDBDispatcher::Send(IPC::Message* msg) {
IndexedDBDispatcher  172 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBCursorAdvance(
IndexedDBDispatcher  187 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBCursorContinue(
IndexedDBDispatcher  203 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBCursorPrefetch(
IndexedDBDispatcher  214 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBCursorPrefetchReset(int used_prefetches,
IndexedDBDispatcher  221 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBFactoryOpen(
IndexedDBDispatcher  244 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBFactoryGetDatabaseNames(
IndexedDBDispatcher  256 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBFactoryDeleteDatabase(
IndexedDBDispatcher  270 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseClose(
IndexedDBDispatcher  280 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseCreateTransaction(
IndexedDBDispatcher  302 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseGet(
IndexedDBDispatcher  322 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabasePut(
IndexedDBDispatcher  369 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseOpenCursor(
IndexedDBDispatcher  397 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseCount(
IndexedDBDispatcher  415 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseDeleteRange(
IndexedDBDispatcher  431 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::RequestIDBDatabaseClear(
IndexedDBDispatcher  446 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::CursorDestroyed(int32 ipc_cursor_id) {
IndexedDBDispatcher  450 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::DatabaseDestroyed(int32 ipc_database_id) {
IndexedDBDispatcher  455 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessIDBDatabase(
IndexedDBDispatcher  481 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessIndexedDBKey(int32 ipc_thread_id,
IndexedDBDispatcher  492 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessStringList(
IndexedDBDispatcher  504 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessValue(int32 ipc_thread_id,
IndexedDBDispatcher  519 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessValueWithKey(
IndexedDBDispatcher  538 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessInteger(int32 ipc_thread_id,
IndexedDBDispatcher  549 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessUndefined(int32 ipc_thread_id,
IndexedDBDispatcher  559 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessOpenCursor(
IndexedDBDispatcher  588 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessCursorContinue(
IndexedDBDispatcher  613 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnSuccessCursorPrefetch(
IndexedDBDispatcher  635 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnIntBlocked(int32 ipc_thread_id,
IndexedDBDispatcher  644 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnUpgradeNeeded(
IndexedDBDispatcher  663 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnError(int32 ipc_thread_id,
IndexedDBDispatcher  679 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnAbort(int32 ipc_thread_id,
IndexedDBDispatcher  695 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnComplete(int32 ipc_thread_id,
IndexedDBDispatcher  706 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnForcedClose(int32 ipc_thread_id,
IndexedDBDispatcher  716 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::OnIntVersionChange(int32 ipc_thread_id,
IndexedDBDispatcher  730 content/child/indexed_db/indexed_db_dispatcher.cc void IndexedDBDispatcher::ResetCursorPrefetchCaches(
IndexedDBDispatcher   45 content/child/indexed_db/indexed_db_dispatcher.h class CONTENT_EXPORT IndexedDBDispatcher : public WorkerTaskRunner::Observer {
IndexedDBDispatcher   51 content/child/indexed_db/indexed_db_dispatcher.h   explicit IndexedDBDispatcher(ThreadSafeSender* thread_safe_sender);
IndexedDBDispatcher   52 content/child/indexed_db/indexed_db_dispatcher.h   virtual ~IndexedDBDispatcher();
IndexedDBDispatcher   56 content/child/indexed_db/indexed_db_dispatcher.h   static IndexedDBDispatcher* ThreadSpecificInstance(
IndexedDBDispatcher  263 content/child/indexed_db/indexed_db_dispatcher.h   DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
IndexedDBDispatcher   42 content/child/indexed_db/indexed_db_dispatcher_unittest.cc class MockDispatcher : public IndexedDBDispatcher {
IndexedDBDispatcher   44 content/child/indexed_db/indexed_db_dispatcher_unittest.cc   MockDispatcher(ThreadSafeSender* sender) : IndexedDBDispatcher(sender) {}
IndexedDBDispatcher   79 content/child/indexed_db/indexed_db_dispatcher_unittest.cc   IndexedDBDispatcher dispatcher(thread_safe_sender_.get());
IndexedDBDispatcher  107 content/child/indexed_db/indexed_db_dispatcher_unittest.cc   IndexedDBDispatcher dispatcher(thread_safe_sender_.get());
IndexedDBDispatcher   38 content/child/indexed_db/indexed_db_message_filter.cc   IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get())
IndexedDBDispatcher   42 content/child/indexed_db/webidbcursor_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   43 content/child/indexed_db/webidbcursor_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   49 content/child/indexed_db/webidbcursor_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   50 content/child/indexed_db/webidbcursor_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   69 content/child/indexed_db/webidbcursor_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   70 content/child/indexed_db/webidbcursor_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  189 content/child/indexed_db/webidbcursor_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  190 content/child/indexed_db/webidbcursor_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   27 content/child/indexed_db/webidbcursor_impl_unittest.cc class MockDispatcher : public IndexedDBDispatcher {
IndexedDBDispatcher   30 content/child/indexed_db/webidbcursor_impl_unittest.cc       : IndexedDBDispatcher(thread_safe_sender),
IndexedDBDispatcher   46 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   47 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   79 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   80 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   86 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   87 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   98 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   99 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  117 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  118 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  174 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  175 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  193 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  194 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  208 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  209 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  221 content/child/indexed_db/webidbdatabase_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher  222 content/child/indexed_db/webidbdatabase_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   26 content/child/indexed_db/webidbfactory_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   27 content/child/indexed_db/webidbfactory_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   38 content/child/indexed_db/webidbfactory_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   39 content/child/indexed_db/webidbfactory_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher   51 content/child/indexed_db/webidbfactory_impl.cc   IndexedDBDispatcher* dispatcher =
IndexedDBDispatcher   52 content/child/indexed_db/webidbfactory_impl.cc       IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get());
IndexedDBDispatcher  359 content/renderer/render_thread_impl.cc   main_thread_indexed_db_dispatcher_.reset(new IndexedDBDispatcher(
IndexedDBDispatcher   84 content/renderer/render_thread_impl.h class IndexedDBDispatcher;
IndexedDBDispatcher  437 content/renderer/render_thread_impl.h   scoped_ptr<IndexedDBDispatcher> main_thread_indexed_db_dispatcher_;