Searched refs:database_dispatcher_host_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc50 database_dispatcher_host_(new DatabaseDispatcherHost(this)),
65 database_dispatcher_host_(new DatabaseDispatcherHost(this)),
113 // be dispatched through database_dispatcher_host_.
114 database_dispatcher_host_->CloseAll();
115 database_dispatcher_host_.reset();
134 bool handled = database_dispatcher_host_->OnMessageReceived(message) ||
162 if (!database_dispatcher_host_) {
167 int32 ipc_database_id = database_dispatcher_host_->map_.Add(connection);
169 database_dispatcher_host_->database_url_map_[ipc_database_id] = origin_url;
175 if (!database_dispatcher_host_)
[all...]
H A Dindexed_db_dispatcher_host.h275 scoped_ptr<DatabaseDispatcherHost> database_dispatcher_host_; member in class:content::IndexedDBDispatcherHost

Completed in 212 milliseconds