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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 200 class CursorDispatcherHost {
202 explicit CursorDispatcherHost(IndexedDBDispatcherHost* parent);
203 ~CursorDispatcherHost();
233 scoped_ptr<CursorDispatcherHost> cursor_dispatcher_host_;
indexed_db_dispatcher_host.cc 39 cursor_dispatcher_host_(new CursorDispatcherHost(this)),
753 // IndexedDBDispatcherHost::CursorDispatcherHost
756 IndexedDBDispatcherHost::CursorDispatcherHost::CursorDispatcherHost(
762 IndexedDBDispatcherHost::CursorDispatcherHost::~CursorDispatcherHost() {}
764 bool IndexedDBDispatcherHost::CursorDispatcherHost::OnMessageReceived(
772 IndexedDBDispatcherHost::CursorDispatcherHost, message, *msg_is_ok)
783 void IndexedDBDispatcherHost::CursorDispatcherHost::Send(
788 void IndexedDBDispatcherHost::CursorDispatcherHost::OnAdvance
    [all...]

Completed in 57 milliseconds