Searched defs:PatchHost (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.cc23 class PatchHost : public content::UtilityProcessHostClient { class in namespace:component_updater
25 PatchHost(base::Callback<void(int result)> callback,
31 virtual ~PatchHost();
44 PatchHost::PatchHost(base::Callback<void(int result)> callback, function in class:component_updater::PatchHost
49 PatchHost::~PatchHost() {
52 void PatchHost::StartProcess(scoped_ptr<IPC::Message> message) {
61 bool PatchHost::OnMessageReceived(const IPC::Message& message) {
63 IPC_BEGIN_MESSAGE_MAP(PatchHost, messag
[all...]

Completed in 338 milliseconds