Searched refs:ChromeOutOfProcessPatcher (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc261 return make_scoped_refptr(new ChromeOutOfProcessPatcher);
H A Dcomponent_patcher_operation_out_of_process.cc84 ChromeOutOfProcessPatcher::ChromeOutOfProcessPatcher() { function in class:component_updater::ChromeOutOfProcessPatcher
87 ChromeOutOfProcessPatcher::~ChromeOutOfProcessPatcher() {
90 void ChromeOutOfProcessPatcher::Patch(
H A Dcomponent_patcher_operation_out_of_process.h25 class ChromeOutOfProcessPatcher : public OutOfProcessPatcher { class in namespace:component_updater
27 ChromeOutOfProcessPatcher();
38 virtual ~ChromeOutOfProcessPatcher();
42 DISALLOW_COPY_AND_ASSIGN(ChromeOutOfProcessPatcher);

Completed in 944 milliseconds