Searched refs:DeltaUpdateOp (Results 1 – 4 of 4) sorted by relevance
31 class DeltaUpdateOp : public base::RefCountedThreadSafe<DeltaUpdateOp> {33 DeltaUpdateOp();45 virtual ~DeltaUpdateOp();53 friend class base::RefCountedThreadSafe<DeltaUpdateOp>;78 DISALLOW_COPY_AND_ASSIGN(DeltaUpdateOp);84 class DeltaUpdateOpCopy : public DeltaUpdateOp {108 class DeltaUpdateOpCreate : public DeltaUpdateOp {149 class DeltaUpdateOpPatch : public DeltaUpdateOp {178 DeltaUpdateOp* CreateDeltaUpdateOp(
44 DeltaUpdateOp* CreateDeltaUpdateOp( in CreateDeltaUpdateOp()57 DeltaUpdateOp::DeltaUpdateOp() { in DeltaUpdateOp() function in component_updater::DeltaUpdateOp60 DeltaUpdateOp::~DeltaUpdateOp() { in ~DeltaUpdateOp()63 void DeltaUpdateOp::Run(const base::DictionaryValue* command_args, in Run()95 DoRun(base::Bind(&DeltaUpdateOp::DoneRunning, in Run()96 scoped_refptr<DeltaUpdateOp>(this))); in Run()99 void DeltaUpdateOp::DoneRunning(ComponentUnpacker::Error error, in DoneRunning()110 ComponentUnpacker::Error DeltaUpdateOp::CheckHash() { in CheckHash()130 scoped_refptr<base::SequencedTaskRunner> DeltaUpdateOp::GetTaskRunner() { in GetTaskRunner()
44 class DeltaUpdateOp; variable94 scoped_refptr<DeltaUpdateOp> current_operation_;
90 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCreate(); in TEST_F()120 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCopy(); in TEST_F()154 scoped_refptr<DeltaUpdateOp> op = in TEST_F()189 scoped_refptr<DeltaUpdateOp> op = in TEST_F()