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

  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc 288 DeltaUpdateOpPatchHost::DeltaUpdateOpPatchHost(
294 DeltaUpdateOpPatchHost::~DeltaUpdateOpPatchHost() {
297 void DeltaUpdateOpPatchHost::StartProcess(scoped_ptr<IPC::Message> message) {
298 // The DeltaUpdateOpPatchHost is not responsible for deleting the
306 bool DeltaUpdateOpPatchHost::OnMessageReceived(const IPC::Message& message) {
308 IPC_BEGIN_MESSAGE_MAP(DeltaUpdateOpPatchHost, message)
318 void DeltaUpdateOpPatchHost::OnPatchSucceeded() {
328 void DeltaUpdateOpPatchHost::OnPatchFailed(int error_code)
    [all...]
component_patcher_operation.h 153 class DeltaUpdateOpPatchHost : public content::UtilityProcessHostClient {
155 DeltaUpdateOpPatchHost(scoped_refptr<DeltaUpdateOpPatch> patcher,
161 virtual ~DeltaUpdateOpPatchHost();
201 scoped_refptr<DeltaUpdateOpPatchHost> host_;

Completed in 51 milliseconds