HomeSort by relevance Sort by last modified time
    Searched full:dispatcher_host_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_callbacks.cc 17 : dispatcher_host_(dispatcher_host),
24 if (!dispatcher_host_.get())
27 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksForcedClose(
30 dispatcher_host_ = NULL;
35 if (!dispatcher_host_.get())
38 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksIntVersionChange(
45 if (!dispatcher_host_.get())
48 dispatcher_host_->FinishTransaction(host_transaction_id, false);
49 dispatcher_host_->Send(new IndexedDBMsg_DatabaseCallbacksAbort(
52 dispatcher_host_->RendererTransactionId(host_transaction_id)
    [all...]
indexed_db_callbacks.cc 31 : dispatcher_host_(dispatcher_host),
43 : dispatcher_host_(dispatcher_host),
57 : dispatcher_host_(dispatcher_host),
69 DCHECK(dispatcher_host_.get());
71 dispatcher_host_->Send(new IndexedDBMsg_CallbacksError(
73 dispatcher_host_ = NULL;
77 DCHECK(dispatcher_host_.get());
88 dispatcher_host_->Send(new IndexedDBMsg_CallbacksSuccessStringList(
90 dispatcher_host_ = NULL;
94 DCHECK(dispatcher_host_.get())
    [all...]
indexed_db_database_callbacks.h 36 scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_; member in class:content::IndexedDBDatabaseCallbacks
indexed_db_callbacks.h 111 scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_; member in class:content::IndexedDBCallbacks
  /external/chromium_org/content/browser/
quota_dispatcher_host.cc 29 : dispatcher_host_(dispatcher_host),
32 dispatcher_host_->outstanding_requests_.AddWithID(this, request_id_);
39 if (dispatcher_host_)
40 dispatcher_host_->outstanding_requests_.Remove(request_id_);
44 return dispatcher_host_.get();
47 return dispatcher_host_ ? dispatcher_host_->quota_manager_ : NULL;
50 return dispatcher_host_ ?
51 dispatcher_host_->permission_context_.get() : NULL;
57 base::WeakPtr<QuotaDispatcherHost> dispatcher_host_; member in class:content::QuotaDispatcherHost::RequestDispatcher
    [all...]

Completed in 511 milliseconds