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

  /external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.h 27 class DeltaUpdateOp : public base::RefCountedThreadSafe<DeltaUpdateOp> {
29 DeltaUpdateOp();
42 virtual ~DeltaUpdateOp();
52 friend class base::RefCountedThreadSafe<DeltaUpdateOp>;
78 DISALLOW_COPY_AND_ASSIGN(DeltaUpdateOp);
84 class DeltaUpdateOpCopy : public DeltaUpdateOp {
91 // Overrides of DeltaUpdateOp.
108 class DeltaUpdateOpCreate : public DeltaUpdateOp {
115 // Overrides of DeltaUpdateOp
    [all...]
component_patcher.h 42 class DeltaUpdateOp;
91 scoped_refptr<DeltaUpdateOp> current_operation_;
component_patcher_operation.cc 129 DeltaUpdateOp* CreateDeltaUpdateOp(const std::string& operation) {
144 DeltaUpdateOp* CreateDeltaUpdateOp(const base::DictionaryValue& command) {
151 DeltaUpdateOp::DeltaUpdateOp() : in_process_(false) {
154 DeltaUpdateOp::~DeltaUpdateOp() {
157 void DeltaUpdateOp::Run(const base::DictionaryValue* command_args,
191 DoRun(base::Bind(&DeltaUpdateOp::DoneRunning,
192 scoped_refptr<DeltaUpdateOp>(this)));
195 void DeltaUpdateOp::DoneRunning(ComponentUnpacker::Error error
    [all...]
  /external/chromium_org/chrome/browser/component_updater/test/
component_patcher_unittest.cc 90 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCreate();
121 scoped_refptr<DeltaUpdateOp> op = new DeltaUpdateOpCopy();
156 scoped_refptr<DeltaUpdateOp> op = CreateDeltaUpdateOp("courgette");
191 scoped_refptr<DeltaUpdateOp> op = CreateDeltaUpdateOp("bsdiff");

Completed in 204 milliseconds