Searched defs:preferences (Results 1 - 25 of 53) 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,
59 preferences)) {
32 Init(const IPC::ChannelHandle& channel_handle, PP_GetInterface_Func local_get_interface, const ppapi::Preferences& preferences, scoped_refptr<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.cc92 const ppapi::Preferences& preferences) {
96 Send(new PpapiMsg_SetPreferences(preferences));
87 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.cc452 ppapi::Preferences preferences; local
455 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/
H A Dmedia_galleries_watch_apitest.cc150 MediaGalleriesPreferences* preferences = local
154 preferences->EnsureInitialized(runloop.QuitClosure());
160 preferences->LookUpGalleryByPath(test_gallery_.path(), &gallery_info));
162 preferences->AddGallery(gallery_info.device_id,
174 preferences->SetGalleryPermissionForExtension(*extension_, id, true);
H A Dmedia_galleries_apitest.cc191 MediaGalleriesPreferences* preferences = GetAndInitializePreferences(); local
195 preferences->known_galleries();
198 preferences->ForgetGalleryById(it->first);
209 MediaGalleriesPreferences* preferences = GetAndInitializePreferences(); local
212 ASSERT_FALSE(preferences->LookUpGalleryByPath(fake_gallery_temp_dir_.path(),
214 MediaGalleryPrefId id = preferences->AddGallery(
422 MediaGalleriesPreferences* preferences = local
426 preferences->EnsureInitialized(runloop.QuitClosure());
428 return preferences;
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_state_tracker.cc76 MediaGalleriesPreferences* preferences = local
78 preferences->AddGalleryChangeObserver(this);
83 MediaGalleriesPreferences* preferences = local
85 preferences->RemoveGalleryChangeObserver(this);
102 MediaGalleriesPreferences* preferences,
108 SetupGalleryWatch(extension_id, gallery_id, preferences);
112 MediaGalleriesPreferences* preferences,
118 RemoveGalleryWatch(extension_id, gallery_id, preferences);
151 MediaGalleriesPreferences* preferences) {
159 RemoveGalleryWatch(extension_id, gallery_id_iter->second, preferences);
101 OnPermissionAdded( MediaGalleriesPreferences* preferences, const std::string& extension_id, MediaGalleryPrefId gallery_id) argument
111 OnPermissionRemoved( MediaGalleriesPreferences* preferences, const std::string& extension_id, MediaGalleryPrefId gallery_id) argument
149 RemoveAllGalleryWatchersForExtension( const std::string& extension_id, MediaGalleriesPreferences* preferences) argument
237 MediaGalleriesPreferences* preferences = local
253 SetupGalleryWatch( const std::string& extension_id, MediaGalleryPrefId gallery_id, MediaGalleriesPreferences* preferences) argument
282 RemoveGalleryWatch( const std::string& extension_id, MediaGalleryPrefId gallery_id, MediaGalleriesPreferences* preferences) argument
[all...]
H A Dmedia_galleries_private_api.cc62 MediaGalleriesPreferences* preferences =
65 preferences->LookUpGalleryPathForExtension(pref_id, extension, false));
123 MediaGalleriesPreferences* preferences = local
125 preferences->EnsureInitialized(base::Bind(
169 MediaGalleriesPreferences* preferences = local
172 preferences->EnsureInitialized(base::Bind(
252 MediaGalleriesPreferences* preferences = local
255 preferences->EnsureInitialized(base::Bind(
303 MediaGalleriesPreferences* preferences =
306 preferences
349 MediaGalleriesPreferences* preferences = local
355 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.cc100 MediaGalleriesPreferences* preferences = local
103 preferences->EnsureInitialized(
/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager.cc184 MediaGalleriesPreferences* preferences = local
187 size_t observed = observed_preferences_.erase(preferences);
189 preferences->RemoveGalleryChangeObserver(this);
206 MediaGalleriesPreferences* preferences = local
210 if (!ContainsKey(preferences->known_galleries(), gallery_id)) {
216 preferences->GalleriesForExtension(*extension);
223 preferences->known_galleries().find(gallery_id)->second.AbsolutePath();
230 // Observe the preferences if we haven't already.
231 if (!ContainsKey(observed_preferences_, preferences)) {
232 observed_preferences_.insert(preferences);
429 MediaGalleriesPreferences* preferences = local
[all...]
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.cc480 // A map from the gallery preferences id to the file system information.
503 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
505 preferences->GalleriesForExtension(*extension);
513 GetExtensionGalleryHost(profile, preferences, extension->id());
519 extension_host->GetMediaFileSystems(galleries, preferences->known_galleries(),
533 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
535 preferences->known_galleries().find(pref_id);
537 preferences->GalleriesForExtension(*extension);
539 if (gallery == preferences->known_galleries().end() ||
548 GetExtensionGalleryHost(profile, preferences, extensio
595 MediaGalleriesPreferences* preferences = GetPreferences(profile_it->first); local
804 GetExtensionGalleryHost( Profile* profile, MediaGalleriesPreferences* preferences, const std::string& extension_id) argument
846 MediaGalleriesPreferences* preferences = GetPreferences(profile); local
[all...]
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc46 const WebPreferences& preferences)
53 // consistent view of our preferences.
54 content::RenderView::ApplyWebPreferences(preferences, web_view_);
61 const WebPreferences& preferences,
64 WebViewPlugin* plugin = new WebViewPlugin(delegate, preferences);
45 WebViewPlugin(WebViewPlugin::Delegate* delegate, const WebPreferences& preferences) argument
60 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/ui/webui/chromeos/
H A Ddrive_internals_ui.cc467 base::ListValue preferences; local
470 // As of now, all preferences are boolean.
473 AppendKeyValue(&preferences, key, value);
477 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 859 milliseconds

123