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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 45 class IndexedDBDispatcherHost : public BrowserMessageFilter {
48 IndexedDBDispatcherHost(int ipc_process_id,
52 IndexedDBDispatcherHost(int ipc_process_id,
104 friend class base::DeleteHelper<IndexedDBDispatcherHost>;
147 explicit DatabaseDispatcherHost(IndexedDBDispatcherHost* parent);
194 IndexedDBDispatcherHost* parent_;
207 explicit CursorDispatcherHost(IndexedDBDispatcherHost* parent);
230 IndexedDBDispatcherHost* parent_;
237 virtual ~IndexedDBDispatcherHost();
281 DISALLOW_IMPLICIT_CONSTRUCTORS(IndexedDBDispatcherHost);
    [all...]
indexed_db_dispatcher_host.cc 40 IndexedDBDispatcherHost::IndexedDBDispatcherHost(
56 IndexedDBDispatcherHost::IndexedDBDispatcherHost(
71 IndexedDBDispatcherHost::~IndexedDBDispatcherHost() {
75 void IndexedDBDispatcherHost::OnChannelConnected(int32 peer_pid) {
86 void IndexedDBDispatcherHost::OnChannelClosing() {
89 base::Bind(&IndexedDBDispatcherHost::ResetDispatcherHosts, this));
95 void IndexedDBDispatcherHost::OnDestruct() const
    [all...]

Completed in 222 milliseconds