HomeSort by relevance Sort by last modified time
    Searched refs:registry (Results 201 - 225 of 625) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.h 33 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller.h 25 static void RegisterPrefs(PrefRegistrySimple* registry);
keyword_editor_controller.cc 31 void KeywordEditorController::RegisterPrefs(PrefRegistrySimple* registry) {
32 registry->RegisterDictionaryPref(prefs::kKeywordEditorWindowPlacement);
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.h 32 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 28 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
suggestions_page_handler.h 71 static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
  /external/chromium_org/chrome/browser/
upgrade_detector.h 47 static void RegisterPrefs(PrefRegistrySimple* registry);
  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider_unittest.cc 25 CachingPermutedEntropyProvider::RegisterPrefs(prefs.registry());
caching_permuted_entropy_provider.cc 31 PrefRegistrySimple* registry) {
32 registry->RegisterStringPref(prefs::kMetricsPermutedEntropyCache,
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_base_factory.h 68 user_prefs::PrefRegistrySyncable* registry) {}
  /external/chromium_org/content/renderer/media/
video_destination_handler.h 78 // If |registry| is NULL the global WebKit::WebMediaStreamRegistry will be
83 MediaStreamRegistryInterface* registry,
video_source_handler.h 42 // |registry| is used to look up the media stream by url. If a NULL |registry|
44 explicit VideoSourceHandler(MediaStreamRegistryInterface* registry);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.h 74 virtual URLRegistry& registry() const OVERRIDE;
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 31 const char* *registry,
  /external/freetype/include/freetype/internal/services/
svcid.h 31 const char* *registry,
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 325 name Registry-specific QOS_FN_xxx definitions
329 desc These are defines for the registry-specific function codes
361 Creates empty Registry, then adds all the default system resources
369 QOSREGISTRY* ptr to new system registry
389 Deletes Registry and cleans up QoS Gateway & Registry objects that it
394 registry ptr to previously created registry
406 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
428 registry system registry
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 319 name Registry-specific QOS_FN_xxx definitions
323 desc These are defines for the registry-specific function codes
355 Creates empty Registry, then adds all the default system resources
363 QOSREGISTRY* ptr to new system registry
383 Deletes Registry and cleans up QoS Gateway & Registry objects that it
388 registry ptr to previously created registry
400 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
422 registry system registr
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 23 import org.eclipse.ui.internal.registry.ViewDescriptor;
  /external/chromium_org/apps/
shell_window_registry.cc 28 const apps::ShellWindowRegistry* registry,
31 registry->GetShellWindowForRenderViewHost(render_view_host);
185 ShellWindowRegistry* registry = Factory::GetForProfile(*i, local
187 if (!registry)
190 ShellWindow* shell_window = registry->GetShellWindowForNativeWindow(window);
205 ShellWindowRegistry* registry = Factory::GetForProfile(*i, local
207 if (!registry)
210 const ShellWindowList& shell_windows = registry->shell_windows();
  /external/chromium_org/chrome/browser/policy/
policy_statistics_collector.cc 53 void PolicyStatisticsCollector::RegisterPrefs(PrefRegistrySimple* registry) {
54 registry->RegisterInt64Pref(prefs::kLastPolicyStatisticsUpdate, 0);
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 22 pref_service.registry()
24 pref_service.registry()->RegisterBooleanPref(prefs::kWasRestarted, false);
  /external/chromium_org/content/browser/loader/
stream_resource_handler.cc 20 StreamRegistry* registry,
28 stream_ = new Stream(registry, this, url);
  /external/libvorbis/
Android.mk 23 lib/registry.c \
  /external/libvorbis/symbian/
vorbis.mmp 39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
__init__.py 67 if sys.platform[:4] == "java" and sys.registry.containsKey(_key):
68 default_parser_list = sys.registry.getProperty(_key).split(",")

Completed in 564 milliseconds

1 2 3 4 5 6 7 891011>>