OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeltaUpdateOp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/component_updater/
component_patcher_operation.cc
37
DeltaUpdateOp
* CreateDeltaUpdateOp(base::DictionaryValue* command) {
52
DeltaUpdateOp
::
DeltaUpdateOp
() {}
54
DeltaUpdateOp
::~
DeltaUpdateOp
() {}
56
ComponentUnpacker::Error
DeltaUpdateOp
::Run(base::DictionaryValue* command_args,
89
ComponentUnpacker::Error
DeltaUpdateOp
::CheckHash() {
component_patcher_operation.h
23
class
DeltaUpdateOp
{
26
DeltaUpdateOp
();
27
virtual ~
DeltaUpdateOp
();
61
DISALLOW_COPY_AND_ASSIGN(
DeltaUpdateOp
);
67
class DeltaUpdateOpCopy : public
DeltaUpdateOp
{
72
// Overrides of
DeltaUpdateOp
.
90
class DeltaUpdateOpCreate : public
DeltaUpdateOp
{
95
// Overrides of
DeltaUpdateOp
.
112
class DeltaUpdateOpPatchBsdiff : public
DeltaUpdateOp
{
117
// Overrides of
DeltaUpdateOp
[
all
...]
Completed in 468 milliseconds