HomeSort by relevance Sort by last modified time
    Searched full:pref (Results 76 - 100 of 1229) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 45 // Fetches a pref value of given |pref_name|.
49 // Observes a pref of given |pref_name|.
55 // Sets a pref |value| to given |pref_name|.
60 // Clears pref value for given |pref_name|.
69 // so that subclasses can know whether the observed pref is from the
76 // policy/extension; empty |controlling_pref_name| indicates no other pref is
87 // Creates dictionary value for the pref described by |pref_name|.
88 // If |controlling_pref| is not empty, it describes the pref that manages
89 // |pref| via policy or extension.
108 // Finds the pref service that holds the given pref. If the pref is not found
    [all...]
preferences_browsertest.h 60 // Set user-modified pref values directly in the C++ backend.
69 // Verifies that a dictionary contains a given pref and that its value has
78 // class contains a given pref and that its value has been decorated
97 // change to a user-modified pref value in the C++ backend.
100 // user-modified pref value in the C++ backend.
104 // user-modified pref value in the C++ backend.
123 // Verifies that setting a user-modified pref value through the JavaScript
130 // Verifies that clearing a user-modified pref value through the JavaScript
136 // Verifies that committing a previously made change of a user-modified pref
142 // Verifies that committing a previously set user-modified pref value throug
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 299 ListPreference pref, List<String> supported) {
304 removePreference(group, pref.getKey());
308 pref.filterUnsupported(supported);
309 if (pref.getEntries().length <= 1) {
310 removePreference(group, pref.getKey());
314 resetIfInvalid(pref);
318 ListPreference pref) {
319 pref.filterDuplicated();
320 if (pref.getEntries().length <= 1) {
321 removePreference(group, pref.getKey())
    [all...]
VideoController.java 68 ListPreference pref = mPreferenceGroup.findPreference(CameraSettings.KEY_CAMERA_ID);
69 if (pref != null) {
70 int index = pref.findIndexOfValue(pref.getValue());
71 CharSequence[] values = pref.getEntryValues();
101 ListPreference pref = mPreferenceGroup.findPreference(CameraSettings.KEY_CAMERA_ID); local
102 pref.setValue("" + cameraId);
125 public void onListPrefChanged(ListPreference pref) {
131 super.onSettingChanged(pref);
161 public void onPreferenceClicked(ListPreference pref) {
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
clear_browser_data_overlay.html 11 pref="browser.clear_data.time_period"
18 pref="browser.clear_data.browsing_history" type="checkbox">
25 pref="browser.clear_data.download_history" type="checkbox">
32 pref="browser.clear_data.cookies" type="checkbox">
42 pref="browser.clear_data.cache" type="checkbox">
49 pref="browser.clear_data.passwords" type="checkbox">
56 pref="browser.clear_data.form_data" type="checkbox">
63 pref="browser.clear_data.hosted_apps_data" type="checkbox">
71 pref="browser.clear_data.content_licenses" type="checkbox">
browser_options.html 17 pref="settings.use_shared_proxies">
50 pref="browser.show_home_button"
56 pref="browser.show_home_button">
73 pref="bookmark_bar.show_on_all_tabs"
80 pref="bookmark_bar.show_on_all_tabs">
88 pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
102 pref="settings.touchpad.sensitivity2" class="touch-slider">
107 pref="settings.mouse.sensitivity2" class="touch-slider">
135 pref="default_search_provider.enabled">
202 pref="cros.system.timezone"
    [all...]
  /external/svox/pico/src/com/svox/pico/
EngineSettings.java 60 Preference pref = findPreference(available.get(i)); local
61 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
62 pref.setSummary(R.string.installed);
63 pref.setEnabled(false);
71 Preference pref = findPreference(unavailableLang); local
72 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")");
73 pref.setSummary(R.string.not_installed);
74 pref.setEnabled(true);
75 pref.setOnPreferenceClickListener(new OnPreferenceClickListener(){
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingsPopup.java 59 private int getSettingLayoutId(ListPreference pref) {
62 if (pref == null) return R.layout.in_line_setting_restore;
66 if (CameraSettings.KEY_RECORD_LOCATION.equals(pref.getKey())) {
76 ListPreference pref = mListItem.get(position);
78 int viewLayoutId = getSettingLayoutId(pref);
82 view.initialize(pref); // no init for restore one
99 ListPreference pref = group.findPreference(keys[i]); local
100 if (pref != null) mListItem.add(pref);
126 ListPreference pref = (ListPreference) mListItem.get(j) local
148 ListPreference pref = (ListPreference) mListItem.get(i); local
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
language_chewing_options.html 10 pref="settings.language.chewing_auto_shift_cur" type="checkbox">
21 pref="settings.language.chewing_add_phrase_direction"
34 pref="settings.language.chewing_easy_symbol_input"
47 pref="settings.language.chewing_esc_clean_all_buf"
59 pref="settings.language.chewing_force_lowercase_english"
72 pref="settings.language.chewing_plain_zhuyin"
85 pref="settings.language.chewing_phrase_choice_rearward"
97 pref="settings.language.chewing_space_as_selection"
108 pref="settings.language.chewing_max_chi_symbol_len"
119 pref="settings.language.chewing_cand_per_page
    [all...]
language_hangul_options.html 10 pref="settings.language.hangul_keyboard"
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 74 ListPreference pref = (ListPreference) findPreference(PREF_HOMEPAGE_PICKER); local
75 pref.setSummary(getHomepageSummary());
76 pref.setPersistent(false);
77 pref.setValue(getHomepageValue());
78 pref.setOnPreferenceChangeListener(this);
82 public boolean onPreferenceChange(Preference pref, Object objValue) {
90 if (pref.getKey().equals(PREF_HOMEPAGE_PICKER)) {
106 promptForHomepage((ListPreference) pref);
109 pref.setSummary(getHomepageSummary());
110 ((ListPreference)pref).setValue(getHomepageValue())
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoMenu.java 101 ListPreference pref =
103 if (pref != null) {
104 int index = pref.findIndexOfValue(pref.getValue());
105 CharSequence[] values = pref.getEntryValues();
109 ((IconListPreference) pref).getIconIds()[index]);
110 fitem.setLabel(pref.getLabel());
144 public void onListPrefChanged(ListPreference pref) {
150 super.onSettingChanged(pref);
180 public void onPreferenceClicked(ListPreference pref) {
    [all...]
CameraSettings.java 303 ListPreference pref, List<String> supported) {
308 removePreference(group, pref.getKey());
312 pref.filterUnsupported(supported);
313 if (pref.getEntries().length <= 1) {
314 removePreference(group, pref.getKey());
318 resetIfInvalid(pref);
322 ListPreference pref) {
323 pref.filterDuplicated();
324 if (pref.getEntries().length <= 1) {
325 removePreference(group, pref.getKey())
    [all...]
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java 79 Preference pref = new Preference(mActivity); local
80 pref.setIcon(icon);
81 pref.setTitle(label);
83 pref.setSummary(R.string.location_high_battery_use);
85 pref.setSummary(R.string.location_low_battery_use);
87 pref.setOnPreferenceClickListener(listener);
88 return pref;
115 Preference pref = getPreferenceFromOps(now, ops); local
116 if (pref != null) {
117 prefs.add(pref);
164 Preference pref = null; local
    [all...]
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 21 const char kPrefName[] = "pref.name";
41 // Setting the pref to the same value should not set the pref value a second
47 // Clearing the pref should cause the pref to fire.
53 // Clearing the pref again should not cause the pref to fire.
100 // Now try adding a second pref observer.
133 // the user pref file, it uses the correct fallback value instead.
142 const PrefService::Preference* pref = prefs.FindPreference(kPrefName) local
160 const PrefService::Preference* pref = prefs.FindPreference(kPrefName); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
QuickLaunchSettings.java 171 private void showClearDialog(ShortcutPreference pref) {
173 if (!pref.hasBookmark()) return;
175 mClearDialogBookmarkTitle = pref.getTitle();
176 mClearDialogShortcut = pref.getShortcut();
199 ShortcutPreference pref = (ShortcutPreference) preference;
201 intent.putExtra(BookmarkPicker.EXTRA_SHORTCUT, pref.getShortcut());
210 Preference pref = (Preference) getPreferenceScreen().getRootAdapter().getItem(position); local
211 if (!(pref instanceof ShortcutPreference)) return false;
212 showClearDialog((ShortcutPreference) pref);
246 ShortcutPreference pref = mShortcutToPreference.get(shortcut) local
256 ShortcutPreference pref = new ShortcutPreference(QuickLaunchSettings.this, shortcut); local
305 ShortcutPreference pref = getOrCreatePreference(shortcut); local
344 ShortcutPreference pref = mShortcutToPreference.get(shortcut); local
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 115 # When in the loop we exercise "pref 30,x(a0)", the a0+x should not be past
119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit
120 subu t9,t0,160 # t9 is the "last safe pref 30,128(a0)" address
122 pref 0,0(a1) # bring the first line of src, addr 0
123 pref 0,32(a1) # bring the second line of src, addr 32
124 pref 0,64(a1) # bring the third line of src, addr 64
125 pref 30,32(a0) # safe, as we have at least 64 bytes ahead
126 # In case the a0 > t9 don't use "pref 30" at all
128 bgtz v1,.Lloop16w # skip "pref 30,64(a0)" for too short arrays
131 pref 30,64(a0
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 43 gfx::Size pref = view->GetPreferredSize(); local
47 descent = std::max(descent, pref.height() - baseline);
49 height = std::max(pref.height(), height);
51 width += pref.width();
64 gfx::Size pref = view->GetPreferredSize(); local
70 y = (height() - pref.height()) / 2;
71 int view_width = std::min(remaining_width, pref.width());
72 view->SetBounds(x, y, view_width, pref.height());
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.h 31 // Migrates prefs from |local_state| to |profile|'s pref store.
34 // Migrates prefs in |profile|'s pref store.
pref_service_syncable_factory.h 30 // Set up policy pref stores using the given policy service.
35 // Specifies to use an actual command-line backed command-line pref store.
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 55 gfx::Size pref = view->GetPreferredSize(); local
59 descent = std::max(descent, pref.height() - baseline);
61 height = std::max(pref.height(), height);
63 width += pref.width();
76 gfx::Size pref = view->GetPreferredSize(); local
82 y = (height() - pref.height()) / 2;
83 int view_width = std::min(remaining_width, pref.width());
84 view->SetBounds(x, y, view_width, pref.height());
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/
options.html 28 <input id="useVerboseMode" type="checkbox" class="checkbox pref" name="useVerboseMode" />
35 <input id="useIBeamCursor" type="checkbox" class="checkbox pref" name="useIBeamCursor" />
42 <input id="focusFollowsMouse" type="checkbox" class="checkbox pref" name="focusFollowsMouse" />
49 <input id="siteSpecificEnhancements" type="checkbox" class="checkbox pref" name="siteSpecificEnhancements" />
61 <select class="pref" id="voices" aria-labelledby="voices_description"></select>
71 <select class="pref" id="brailleTable6" aria-labelledby="braille_description_6"></select>
75 <select class="pref" id="brailleTable8" aria-labelledby="braille_description_8"></select>
87 <select class="pref" id="cvox_keymaps" aria-labelledby="keymap_description">
  /external/pixman/pixman/
pixman-mips-memcpy-asm.S 84 * When in the loop we exercise "pref 30, x(a0)", the a0+x should not be past
88 * In the current version we use "pref 30, 128(a0)", so "t0-160" is the limit
90 subu t9, t0, 160 /* t9 is the "last safe pref 30, 128(a0)" address */
92 pref 0, 0(a1) /* bring the first line of src, addr 0 */
93 pref 0, 32(a1) /* bring the second line of src, addr 32 */
94 pref 0, 64(a1) /* bring the third line of src, addr 64 */
95 pref 30, 32(a0) /* safe, as we have at least 64 bytes ahead */
96 /* In case the a0 > t9 don't use "pref 30" at all */
98 bgtz v1, $loop16w /* skip "pref 30, 64(a0)" for too short arrays */
101 pref 30, 64(a0
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 32 AbstractPreferences pref = (AbstractPreferences) parent.node("mock"); local
60 pref.addNodeChangeListener(nl);
61 Preferences child1 = pref.node("mock1");
72 pref.removeNodeChangeListener(nl);
80 AbstractPreferences pref = (AbstractPreferences) parent.node("mock"); local
108 pref.addNodeChangeListener(nl);
109 Preferences child1 = pref.node("mock1");
120 pref.removeNodeChangeListener(nl);
  /external/chromium/chrome/browser/policy/
managed_prefs_banner_base.h 41 void AddLocalStatePref(const char* pref);
43 void RemoveLocalStatePref(const char* pref);
46 void AddUserPref(const char* pref);
48 void RemoveUserPref(const char* pref);

Completed in 839 milliseconds

1 2 34 5 6 7 8 91011>>