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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.h 14 class IndexedDBDispatcherHost;
19 IndexedDBDatabaseCallbacks(IndexedDBDispatcherHost* dispatcher_host,
36 scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_;
indexed_db_dispatcher_host.cc 34 IndexedDBDispatcherHost::IndexedDBDispatcherHost(
44 IndexedDBDispatcherHost::~IndexedDBDispatcherHost() {}
46 void IndexedDBDispatcherHost::OnChannelClosing() {
51 base::Bind(&IndexedDBDispatcherHost::ResetDispatcherHosts, this));
57 void IndexedDBDispatcherHost::OnDestruct() const {
66 void IndexedDBDispatcherHost::ResetDispatcherHosts() {
81 base::TaskRunner* IndexedDBDispatcherHost::OverrideTaskRunnerForMessage(
88 bool IndexedDBDispatcherHost::OnMessageReceived(const IPC::Message& message
    [all...]
indexed_db_callbacks.h 34 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
39 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
45 IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
111 scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_;
indexed_db_dispatcher_host.h 41 class IndexedDBDispatcherHost : public BrowserMessageFilter {
44 IndexedDBDispatcherHost(int ipc_process_id,
80 friend class base::DeleteHelper<IndexedDBDispatcherHost>;
82 virtual ~IndexedDBDispatcherHost();
146 explicit DatabaseDispatcherHost(IndexedDBDispatcherHost* parent);
192 IndexedDBDispatcherHost* parent_;
202 explicit CursorDispatcherHost(IndexedDBDispatcherHost* parent);
225 IndexedDBDispatcherHost* parent_;
238 DISALLOW_IMPLICIT_CONSTRUCTORS(IndexedDBDispatcherHost);
indexed_db_database_callbacks.cc 14 IndexedDBDispatcherHost* dispatcher_host,
indexed_db_callbacks.cc 28 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
39 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
51 IndexedDBCallbacks::IndexedDBCallbacks(IndexedDBDispatcherHost* dispatcher_host,
130 params.idb_metadata = IndexedDBDispatcherHost::ConvertMetadata(metadata);
157 IndexedDBDispatcherHost::ConvertMetadata(metadata)));
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 282 process_->GetHost()->AddFilter(new IndexedDBDispatcherHost(
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 636 channel_->AddFilter(new IndexedDBDispatcherHost(
    [all...]

Completed in 110 milliseconds