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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc 39 cursor_dispatcher_host_(new CursorDispatcherHost(this)),
78 cursor_dispatcher_host_.reset();
97 cursor_dispatcher_host_->OnMessageReceived(message, message_was_ok);
114 if (!cursor_dispatcher_host_) {
117 return cursor_dispatcher_host_->map_.Add(cursor);
163 return cursor_dispatcher_host_->map_.Lookup(ipc_cursor_id);
    [all...]
indexed_db_dispatcher_host.h 233 scoped_ptr<CursorDispatcherHost> cursor_dispatcher_host_; member in class:content::IndexedDBDispatcherHost

Completed in 58 milliseconds