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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc 38 database_dispatcher_host_(new DatabaseDispatcherHost(this)),
74 // DatabaseDispatcherHost, since CloseAll() can invoke callbacks which need to
331 // IndexedDBDispatcherHost::DatabaseDispatcherHost
334 IndexedDBDispatcherHost::DatabaseDispatcherHost::DatabaseDispatcherHost(
340 IndexedDBDispatcherHost::DatabaseDispatcherHost::~DatabaseDispatcherHost() {
346 void IndexedDBDispatcherHost::DatabaseDispatcherHost::CloseAll() {
378 bool IndexedDBDispatcherHost::DatabaseDispatcherHost::OnMessageReceived(
385 IndexedDBDispatcherHost::DatabaseDispatcherHost, message, *msg_is_ok
    [all...]
indexed_db_dispatcher_host.h 144 class DatabaseDispatcherHost {
146 explicit DatabaseDispatcherHost(IndexedDBDispatcherHost* parent);
147 ~DatabaseDispatcherHost();
232 scoped_ptr<DatabaseDispatcherHost> database_dispatcher_host_;

Completed in 141 milliseconds