Searched defs:ComponentPatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc43 ComponentPatcher::ComponentPatcher( function in class:component_updater::ComponentPatcher
56 ComponentPatcher::~ComponentPatcher() {
59 void ComponentPatcher::Start(const ComponentUnpacker::Callback& callback) {
62 base::Bind(&ComponentPatcher::StartPatching,
63 scoped_refptr<ComponentPatcher>(this)));
66 void ComponentPatcher::StartPatching() {
76 void ComponentPatcher::PatchNextFile() {
102 base::Bind(&ComponentPatcher
[all...]
H A Dcomponent_patcher.h55 class ComponentPatcher : public base::RefCountedThreadSafe<ComponentPatcher> { class in namespace:component_updater
62 ComponentPatcher(const base::FilePath& input_dir,
75 friend class base::RefCountedThreadSafe<ComponentPatcher>;
77 virtual ~ComponentPatcher();
97 DISALLOW_COPY_AND_ASSIGN(ComponentPatcher);

Completed in 66 milliseconds