Searched defs:CrxComponent (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc83 CrxComponent::CrxComponent() function in class:component_updater::CrxComponent
87 CrxComponent::~CrxComponent() {
113 virtual Status RegisterComponent(const CrxComponent& component) OVERRIDE;
437 const CrxComponent& component) {
H A Dcomponent_updater_service.h77 struct CrxComponent { struct in namespace:component_updater
84 CrxComponent();
85 ~CrxComponent();
92 // instances of CrxComponent registered using RegisterComponent(). On the
95 // by its public key hash (CrxComponent::pk_hash). If there is an update
96 // available and its version is bigger than (CrxComponent::version), it will
98 // ComponentInstaller::Install (of CrxComponent::installer) will be called.
167 virtual Status RegisterComponent(const CrxComponent& component) = 0;

Completed in 1860 milliseconds