Searched defs:preferences (Results 1 - 25 of 51) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/AbstractScope.class AbstractScope. ...
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_mac.cc33 MacPreferences* preferences)
35 preferences_(preferences),
30 PolicyLoaderMac( scoped_refptr<base::SequencedTaskRunner> task_runner, const base::FilePath& managed_policy_path, MacPreferences* preferences) argument
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.cc34 const ppapi::Preferences& preferences,
53 preferences)) {
32 Init(const IPC::ChannelHandle& channel_handle, PP_GetInterface_Func local_get_interface, const ppapi::Preferences& preferences, PepperHungPluginFilter* filter) argument
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.h165 const Preferences& preferences() const { return preferences_; } function in class:ppapi::proxy::PluginDispatcher
195 // The preferences sent from the host. We only want to set this once, which
H A Dhost_dispatcher.cc93 const ppapi::Preferences& preferences) {
99 Send(new PpapiMsg_SetPreferences(preferences));
88 InitHostWithChannel( Delegate* delegate, base::ProcessId peer_pid, const IPC::ChannelHandle& channel_handle, bool is_client, const ppapi::Preferences& preferences) argument
H A Dppapi_proxy_test.cc461 ppapi::Preferences preferences; local
464 is_client, preferences);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentResultsView.java15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.InstanceScope;
17 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
18 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
104 // Eclipse preferences
105 IEclipsePreferences preferences; field in class:ComponentResultsView
114 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
115 this.preferences.addPreferenceChangeListener(this);
116 Util.initMilestones(this.preferences);
260 ComponentResultsView.this.preferences
[all...]
H A DConfigTab.java18 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
19 import org.eclipse.core.runtime.preferences.InstanceScope;
87 // Eclipse preferences
88 private IEclipsePreferences preferences; field in class:ConfigTab
97 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
136 boolean fingerprints = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
313 // Get preferences information
314 boolean onlyMilestones = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS, IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS);
315 boolean skipNightlyBuilds = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
H A DPerformancesView.java22 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
23 import org.eclipse.core.runtime.preferences.InstanceScope;
24 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
25 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
153 // Eclipse preferences
154 IEclipsePreferences preferences; field in class:PerformancesView
186 // Get preferences
187 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
190 int eclipseVersion = this.preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
191 String databaseLocation = this.preferences
[all...]
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_state_tracker.cc79 MediaGalleriesPreferences* preferences = local
81 preferences->AddGalleryChangeObserver(this);
86 MediaGalleriesPreferences* preferences = local
88 preferences->RemoveGalleryChangeObserver(this);
105 MediaGalleriesPreferences* preferences,
111 SetupGalleryWatch(extension_id, gallery_id, preferences);
115 MediaGalleriesPreferences* preferences,
121 RemoveGalleryWatch(extension_id, gallery_id, preferences);
154 MediaGalleriesPreferences* preferences) {
162 RemoveGalleryWatch(extension_id, gallery_id_iter->second, preferences);
104 OnPermissionAdded( MediaGalleriesPreferences* preferences, const std::string& extension_id, MediaGalleryPrefId gallery_id) argument
114 OnPermissionRemoved( MediaGalleriesPreferences* preferences, const std::string& extension_id, MediaGalleryPrefId gallery_id) argument
152 RemoveAllGalleryWatchersForExtension( const std::string& extension_id, MediaGalleriesPreferences* preferences) argument
240 MediaGalleriesPreferences* preferences = local
256 SetupGalleryWatch( const std::string& extension_id, MediaGalleryPrefId gallery_id, MediaGalleriesPreferences* preferences) argument
285 RemoveGalleryWatch( const std::string& extension_id, MediaGalleryPrefId gallery_id, MediaGalleriesPreferences* preferences) argument
[all...]
H A Dmedia_galleries_private_api.cc63 MediaGalleriesPreferences* preferences =
66 preferences->LookUpGalleryPathForExtension(pref_id, extension, false));
124 MediaGalleriesPreferences* preferences = local
126 preferences->EnsureInitialized(base::Bind(
170 MediaGalleriesPreferences* preferences = local
173 preferences->EnsureInitialized(base::Bind(
249 MediaGalleriesPreferences* preferences = local
252 preferences->EnsureInitialized(base::Bind(
300 MediaGalleriesPreferences* preferences =
303 preferences
346 MediaGalleriesPreferences* preferences = local
352 extension_id(), preferences); local
[all...]
H A Dmedia_galleries_watch_apitest.cc146 MediaGalleriesPreferences* preferences = local
150 preferences->EnsureInitialized(runloop.QuitClosure());
155 ASSERT_FALSE(preferences->LookUpGalleryByPath(test_gallery_.path(),
157 MediaGalleryPrefId id = preferences->AddGallery(
168 preferences->SetGalleryPermissionForExtension(*extension_, id, true);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_file_system_backend.cc99 MediaGalleriesPreferences* preferences = local
102 preferences->EnsureInitialized(
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc45 const WebPreferences& preferences)
52 // consistent view of our preferences.
53 content::ApplyWebPreferences(preferences, web_view_);
60 const WebPreferences& preferences,
63 WebViewPlugin* plugin = new WebViewPlugin(delegate, preferences);
44 WebViewPlugin(WebViewPlugin::Delegate* delegate, const WebPreferences& preferences) argument
59 Create(WebViewPlugin::Delegate* delegate, const WebPreferences& preferences, const std::string& html_data, const GURL& url) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
H A DUtil.java32 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
536 * Init the milestones from preferences
538 * @param preferences The preferences from which got milestones list
540 public static void initMilestones(IEclipsePreferences preferences) { argument
541 int eclipseVersion = preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
544 String milestone = preferences.get(prefix + index, null);
549 milestone = preferences.get(prefix + index, null);
/external/junit/src/junit/runner/
H A DBaseTestRunner.java42 protected static void setPreferences(Properties preferences) { argument
43 fPreferences= preferences;
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.cc98 MediaGalleriesPreferences* preferences,
104 preferences_(preferences),
96 MediaGalleriesPermissionController( const extensions::Extension& extension, MediaGalleriesPreferences* preferences, const CreateDialogCallback& create_dialog_callback, const base::Closure& on_finish) argument
H A Dmedia_galleries_scan_result_controller.cc53 MediaGalleriesPreferences* preferences,
56 UpdateScanResultsFromPreferences(preferences, extension,
87 MediaGalleriesPreferences* preferences,
93 preferences_(preferences),
257 MediaGalleriesPreferences* preferences,
261 DCHECK(preferences->IsInitialized());
262 const MediaGalleriesPrefInfoMap& galleries = preferences->known_galleries();
264 preferences->GalleriesForExtension(*extension);
52 ScanResultCountForExtension( MediaGalleriesPreferences* preferences, const extensions::Extension* extension) argument
85 MediaGalleriesScanResultController( const extensions::Extension& extension, MediaGalleriesPreferences* preferences, const CreateDialogCallback& create_dialog_callback, const base::Closure& on_finish) argument
256 UpdateScanResultsFromPreferences( MediaGalleriesPreferences* preferences, const extensions::Extension* extension, MediaGalleryPrefIdSet ignore_list, ScanResults* scan_results) argument
H A Dmedia_scan_manager.cc70 MediaGalleriesPreferences* preferences,
83 preferences->known_galleries();
127 MediaGalleriesPreferences* preferences,
134 preferences->known_galleries();
139 !preferences->NonAutoGalleryHasPermission(it->first)) {
146 preferences->EraseGalleryById(*it);
152 PartitionChildScanResults(preferences, &unique_found_folders, &child_folders);
177 preferences->known_galleries().find(it->first)->second;
178 preferences->AddGallery(gallery.device_id, gallery.path, gallery.type,
200 bool existing = preferences
69 PartitionChildScanResults( MediaGalleriesPreferences* preferences, MediaFolderFinder::MediaFolderFinderResults* found_folders, MediaFolderFinder::MediaFolderFinderResults* child_folders) argument
126 AddScanResultsForProfile( MediaGalleriesPreferences* preferences, const MediaFolderFinder::MediaFolderFinderResults& found_folders) argument
213 CountScanResultsForExtension(MediaGalleriesPreferences* preferences, const extensions::Extension* extension, MediaGalleryScanResult* file_counts) argument
523 MediaGalleriesPreferences* preferences = local
[all...]
H A Dmedia_file_system_registry.cc477 // A map from the gallery preferences id to the file system information.
499 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
501 preferences->GalleriesForExtension(*extension);
509 GetExtensionGalleryHost(profile, preferences, extension->id());
515 extension_host->GetMediaFileSystems(galleries, preferences->known_galleries(),
529 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
531 preferences->known_galleries().find(pref_id);
533 preferences->GalleriesForExtension(*extension);
535 if (gallery == preferences->known_galleries().end() ||
544 GetExtensionGalleryHost(profile, preferences, extensio
585 MediaGalleriesPreferences* preferences = GetPreferences(profile_it->first); local
790 GetExtensionGalleryHost( Profile* profile, MediaGalleriesPreferences* preferences, const std::string& extension_id) argument
832 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
[all...]
H A Dmedia_file_system_registry_unittest.cc662 MediaGalleriesPreferences* preferences = local
665 preferences->LookUpGalleriesByDeviceId(device_id);
667 preferences->SetGalleryPermissionForExtension(*extension, *pref_id.begin(),
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_apitest.cc190 MediaGalleriesPreferences* preferences = GetAndInitializePreferences(); local
194 preferences->known_galleries();
197 preferences->ForgetGalleryById(it->first);
208 MediaGalleriesPreferences* preferences = GetAndInitializePreferences(); local
211 ASSERT_FALSE(preferences->LookUpGalleryByPath(fake_gallery_temp_dir_.path(),
213 MediaGalleryPrefId id = preferences->AddGallery(
421 MediaGalleriesPreferences* preferences = local
425 preferences->EnsureInitialized(runloop.QuitClosure());
427 return preferences;
H A Dmedia_galleries_api.cc114 MediaGalleriesPreferences* preferences = local
116 preferences->EnsureInitialized(callback);
403 // The MediaFileSystemRegistry only updates preferences for extensions
606 MediaGalleriesPreferences* preferences = local
609 preferences->AddGalleryByPath(selected_directory,
611 preferences->SetGalleryPermissionForExtension(*GetExtension(), pref_id, true);
684 MediaGalleriesPreferences* preferences = local
686 if (!ContainsKey(preferences->known_galleries(), pref_id)) {
692 bool dropped = preferences->SetGalleryPermissionForExtension(
776 MediaGalleriesPreferences* preferences local
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc469 base::ListValue preferences; local
472 // As of now, all preferences are boolean.
475 AppendKeyValue(&preferences, key, value);
479 preferences);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java89 public FlyoutControlComposite(Composite parent, int style, IFlyoutPreferences preferences) { argument
91 m_preferences = preferences;
276 * Applies the given preferences into the preferences of this flyout
280 * @param preferences the preferences to apply
282 public void apply(IFlyoutPreferences preferences) { argument
283 m_preferences.setDockLocation(preferences.getDockLocation());
284 m_preferences.setState(preferences.getState());
285 m_preferences.setWidth(preferences
[all...]

Completed in 721 milliseconds

123