Searched refs:RegisterComponent (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service.cc19 registry_->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_CHROME, ""),
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_extension_tracker.cc29 schema_registry_->RegisterComponent(ns, Schema());
77 schema_registry_->RegisterComponent(ns, Schema());
H A Ddevice_local_account_policy_service.cc148 schema_registry_.RegisterComponent(
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc76 registry.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
83 registry.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
149 registry1->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
167 combined.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
173 registry2->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "def"),
180 registry1->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "def"),
229 registry1->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_CHROME, ""),
231 registry2->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "hij"),
260 registry->RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
H A Dforwarding_policy_provider_unittest.cc139 schema_registry_.RegisterComponent(
167 schema_registry_.RegisterComponent(
211 schema_registry_.RegisterComponent(ns, CreateTestSchema());
239 schema_registry_.RegisterComponent(ns, CreateTestSchema());
H A Dconfiguration_policy_provider_test.cc142 schema_registry_.RegisterComponent(ns, schema);
183 schema_registry_.RegisterComponent(
187 schema_registry_.RegisterComponent(
191 schema_registry_.RegisterComponent(
H A Dschema_registry.h62 void RegisterComponent(const PolicyNamespace& ns,
H A Dschema_registry.cc29 void SchemaRegistry::RegisterComponent(const PolicyNamespace& ns, function in class:policy::SchemaRegistry
H A Dpolicy_loader_win_unittest.cc1183 schema_registry_.RegisterComponent(ns, Schema());
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.h56 ComponentUpdateService::Status RegisterComponent(CrxComponent* com,
H A Dcomponent_updater_service_unittest.cc103 ComponentUpdateService::Status ComponentUpdaterTest::RegisterComponent( function in class:component_updater::ComponentUpdaterTest
120 return component_updater_->RegisterComponent(*com);
186 RegisterComponent(&com, kTestComponent_abag, Version("1.1"), &installer));
328 RegisterComponent(&com1, kTestComponent_jebg, Version("0.9"), &installer1);
331 RegisterComponent(&com2, kTestComponent_abag, Version("2.2"), &installer2);
433 RegisterComponent(&com, kTestComponent_jebg, Version("0.9"), &installer);
523 RegisterComponent(&com1, kTestComponent_abag, Version("2.2"), &installer1);
526 RegisterComponent(&com2, kTestComponent_jebg, Version("0.9"), &installer2);
735 RegisterComponent(&com1, kTestComponent_jebg, Version("0.9"), &installer1);
738 RegisterComponent(
[all...]
/external/chromium_org/chrome/browser/net/
H A Dcrl_set_fetcher.h68 // RegisterComponent registers this object as a component updater.
69 void RegisterComponent(uint32 sequence_of_loaded_crl);
H A Dcrl_set_fetcher.cc78 &CRLSetFetcher::RegisterComponent,
138 void CRLSetFetcher::RegisterComponent(uint32 sequence_of_loaded_crl) { function in class:CRLSetFetcher
153 if (cus_->RegisterComponent(component) !=
155 NOTREACHED() << "RegisterComponent returned error";
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.h42 // given to ComponentUpdateService::RegisterComponent().
92 // instances of CrxComponent registered using RegisterComponent(). On the
167 virtual Status RegisterComponent(const CrxComponent& component) = 0;
H A Ddefault_component_installer.cc215 ComponentUpdateService::Status status = cus->RegisterComponent(crx);
H A Dcomponent_updater_service.cc113 virtual Status RegisterComponent(const CrxComponent& component) OVERRIDE;
265 // Note that RegisterComponent will call Start() when the first
436 ComponentUpdateService::Status CrxUpdateService::RegisterComponent( function in class:component_updater::CrxUpdateService
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.cc85 if (cus->RegisterComponent(recovery) != ComponentUpdateService::kOk) {
H A Dswiftshader_component_installer.cc173 if (cus->RegisterComponent(swiftshader) != ComponentUpdateService::kOk) {
H A Dpepper_flash_component_installer.cc446 if (cus->RegisterComponent(pepflash) != ComponentUpdateService::kOk) {
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_unittest.cc195 registry_.RegisterComponent(
364 registry_.RegisterComponent(
401 registry_.RegisterComponent(
454 registry_.RegisterComponent(
/external/chromium_org/components/policy/core/browser/
H A Dbrowser_policy_connector.cc110 schema_registry_.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_CHROME, ""),
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc305 pci->cus()->RegisterComponent(pnacl_component);

Completed in 562 milliseconds