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

  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 151 class DeltaUpdateOpPatch;
155 DeltaUpdateOpPatchHost(scoped_refptr<DeltaUpdateOpPatch> patcher,
172 scoped_refptr<DeltaUpdateOpPatch> patcher_;
180 class DeltaUpdateOpPatch : public DeltaUpdateOp {
182 explicit DeltaUpdateOpPatch(scoped_ptr<DeltaUpdateOpPatchStrategy> strategy);
187 virtual ~DeltaUpdateOpPatch();
203 DISALLOW_COPY_AND_ASSIGN(DeltaUpdateOpPatch);
component_patcher_operation.cc 136 return new DeltaUpdateOpPatch(strategy.Pass());
139 return new DeltaUpdateOpPatch(strategy.Pass());
289 scoped_refptr<DeltaUpdateOpPatch> patcher,
320 base::Bind(&DeltaUpdateOpPatch::DonePatching,
330 base::Bind(&DeltaUpdateOpPatch::DonePatching,
341 base::Bind(&DeltaUpdateOpPatch::DonePatching,
349 DeltaUpdateOpPatch::DeltaUpdateOpPatch(
354 DeltaUpdateOpPatch::~DeltaUpdateOpPatch() {
    [all...]

Completed in 63 milliseconds