Searched defs:registry (Results 76 - 100 of 463) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dlaunch_util.cc36 void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { argument
37 registry->RegisterIntegerPref(
/external/chromium_org/chrome/browser/
H A Dintranet_redirect_detector.cc57 void IntranetRedirectDetector::RegisterPrefs(PrefRegistrySimple* registry) { argument
58 registry->RegisterStringPref(prefs::kLastKnownIntranetRedirectOrigin,
H A Dupgrade_detector.cc35 void UpgradeDetector::RegisterPrefs(PrefRegistrySimple* registry) { argument
36 registry->RegisterBooleanPref(prefs::kRestartLastSessionOnShutdown, false);
37 registry->RegisterBooleanPref(prefs::kWasRestarted, false);
38 registry->RegisterBooleanPref(prefs::kAttemptedToEnableAutoupdate, false);
/external/chromium_org/chrome/browser/plugins/
H A Dplugins_resource_service.cc76 void PluginsResourceService::RegisterPrefs(PrefRegistrySimple* registry) { argument
77 registry->RegisterDictionaryPref(prefs::kPluginsMetadata,
79 registry->RegisterStringPref(prefs::kPluginsResourceCacheUpdate, "0");
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service_factory.cc65 user_prefs::PrefRegistrySyncable* registry) {
75 registry->RegisterBooleanPref(
80 registry->RegisterFilePathPref(
84 registry->RegisterStringPref(
88 registry->RegisterDictionaryPref(
91 registry->RegisterDictionaryPref(
94 registry->RegisterDictionaryPref(
97 registry->RegisterDictionaryPref(
64 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service_factory.cc77 user_prefs::PrefRegistrySyncable* registry) {
76 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_app_tab_helper.cc37 extensions::ExtensionRegistry* registry = local
43 return registry->GetExtensionById(
49 const extensions::ExtensionSet& extensions = registry->enabled_extensions();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_win.cc63 ExtensionRegistry* registry = ExtensionRegistry::Get(profile); local
64 const extensions::Extension* extension = registry->GetExtensionById(
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dcore_app_launcher_handler.cc77 user_prefs::PrefRegistrySyncable* registry) {
78 registry->RegisterListPref(prefs::kNtpAppPageNames,
76 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dsticky_settings.cc63 user_prefs::PrefRegistrySyncable* registry) {
64 registry->RegisterDictionaryPref(
62 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_base_factory.cc36 user_prefs::PrefRegistrySyncable* registry) {
40 RegisterProfilePrefs(registry);
88 user_prefs::PrefRegistrySyncable* registry = local
91 RegisterProfilePrefsIfNecessaryForContext(context, registry);
34 RegisterProfilePrefsIfNecessaryForContext( const content::BrowserContext* context, user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc68 SchemaRegistry registry; local
69 registry.AddObserver(&observer);
71 ASSERT_TRUE(registry.schema_map().get());
72 EXPECT_FALSE(registry.schema_map()->GetSchema(
76 registry.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
83 registry.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
87 EXPECT_TRUE(registry.schema_map()->GetSchema(
91 registry.UnregisterComponent(
95 EXPECT_FALSE(registry.schema_map()->GetSchema(
104 registry
111 SchemaRegistry registry; local
[all...]
/external/chromium_org/components/suggestions/
H A Dsuggestions_store.cc93 user_prefs::PrefRegistrySyncable* registry) {
94 registry->RegisterStringPref(
92 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_registry.cc17 static PepperPluginRegistry* registry = NULL; local
20 if (!registry) {
21 registry = new PepperPluginRegistry;
22 registry->Initialize();
24 return registry;
/external/chromium_org/content/renderer/
H A Dweb_ui_runner.cc43 gin::ModuleRegistry* registry = local
45 registry->AddBuiltinModule(context_holder_->isolate(),
49 registry->AddBuiltinModule(context_holder_->isolate(),
53 registry->AddBuiltinModule(
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry_unittest.cc27 scoped_refptr<RulesRegistry> registry = local
35 error = registry->AddRules(kExtensionId, add_rules);
39 registry->GetAllRules(kExtensionId, &get_rules);
52 registry->GetNumberOfUsedRuleIdentifiersForTesting());
59 error = registry->AddRules(kExtensionId, add_rules_2);
63 registry->GetAllRules(kExtensionId, &get_rules_2);
66 registry->GetNumberOfUsedRuleIdentifiersForTesting());
72 error = registry->RemoveRules(kExtensionId, remove_rules_3);
76 registry->GetNumberOfUsedRuleIdentifiersForTesting());
79 registry
137 scoped_refptr<RulesRegistry> registry = local
[all...]
/external/chromium_org/extensions/browser/
H A Dextension_registry_observer.h77 virtual void OnShutdown(ExtensionRegistry* registry) {} argument
/external/chromium_org/gin/modules/
H A Dmodule_runner_delegate.cc34 ModuleRegistry* registry = ModuleRegistry::From( local
36 registry->AttemptToLoadMoreModules(runner->GetContextHolder()->isolate());
38 runner, registry->unsatisfied_dependencies());
53 ModuleRegistry* registry = ModuleRegistry::From(context); local
59 registry->AddBuiltinModule(isolate, it->first, it->second.Run(isolate));
/external/chromium_org/mojo/apps/js/
H A Dmojo_runner_delegate.cc68 gin::ModuleRegistry* registry = local
70 registry->LoadModule(runner->GetContextHolder()->isolate(), module,
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_context.cc45 ServiceProviderImpl* registry = exported_services.release(); local
47 if (registry) {
48 BindToProxy(registry, &sp);
49 imported_services.reset(registry->CreateRemoteServiceProvider());
/external/chromium_org/third_party/icu/source/i18n/
H A Dtransreg.h39 * the registry code and the transliterator code that deadlocks.
67 * it when the registry mutex is NOT held, to prevent deadlock.
123 * A registry of system transliterators. This is the data structure
126 * transliterators. There is one instance of the registry that is
129 * The registry consists of a dynamic component -- a hashtable -- and
136 * delegates all registry-related operations to it.
161 * compound) attempt to instantiate it from the registry. Return
432 * Dynamic registry mapping full IDs to Entry objects. This
437 Hashtable registry; member in class:TransliteratorRegistry
/external/icu/icu4c/source/i18n/
H A Dtransreg.h39 * the registry code and the transliterator code that deadlocks.
67 * it when the registry mutex is NOT held, to prevent deadlock.
123 * A registry of system transliterators. This is the data structure
126 * transliterators. There is one instance of the registry that is
129 * The registry consists of a dynamic component -- a hashtable -- and
136 * delegates all registry-related operations to it.
161 * compound) attempt to instantiate it from the registry. Return
432 * Dynamic registry mapping full IDs to Entry objects. This
437 Hashtable registry; member in class:TransliteratorRegistry
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidriver.c105 const char* *registry,
112 if ( registry )
113 *registry = cid->registry;
104 cid_get_ros( CID_Face face, const char* *registry, const char* *ordering, FT_Int *supplement ) argument
/external/chromium_org/base/prefs/
H A Dpref_change_registrar_unittest.cc132 PrefRegistrySimple* registry = pref_service_->registry(); local
133 registry->RegisterStringPref(kHomePage, "http://google.com");
134 registry->RegisterBooleanPref(kHomePageIsNewTabPage, false);
135 registry->RegisterStringPref(kApplicationLocale, std::string());
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc44 user_prefs::PrefRegistrySyncable* registry) {
45 registry->RegisterDictionaryPref(
43 RegisterProfilePrefs( user_prefs::PrefRegistrySyncable* registry) argument

Completed in 471 milliseconds

1234567891011>>