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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc51 cursor_dispatcher_host_(new CursorDispatcherHost(this)),
66 cursor_dispatcher_host_(new CursorDispatcherHost(this)),
116 cursor_dispatcher_host_.reset();
135 cursor_dispatcher_host_->OnMessageReceived(message);
153 if (!cursor_dispatcher_host_) {
156 return cursor_dispatcher_host_->map_.Add(cursor);
231 return cursor_dispatcher_host_->map_.Lookup(ipc_cursor_id);
H A Dindexed_db_dispatcher_host.h276 scoped_ptr<CursorDispatcherHost> cursor_dispatcher_host_; member in class:content::IndexedDBDispatcherHost

Completed in 67 milliseconds