/external/chromium_org/chrome/browser/extensions/api/font_settings/ |
font_settings_api.cc | 70 // for the system locale, but the pref value may be in the English name. 158 const PrefService::Preference* pref = registrar_.prefs()->FindPreference( local 160 CHECK(pref); 163 if (!pref->GetValue()->GetAsString(&font_name)) { 189 const PrefService::Preference* pref = registrar_.prefs()->FindPreference( local 191 CHECK(pref); 196 dict->Set(key, pref->GetValue()->DeepCopy()); 236 // Ensure |pref_path| really is for a registered per-script font pref. 254 const PrefService::Preference* pref = local 259 pref && pref->GetValue()->GetAsString(&font_name)) 359 const PrefService::Preference* pref = prefs->FindPreference(GetPrefName()); local [all...] |
font_settings_api.h | 28 // This class observes pref changed events on a profile and dispatches the 32 // Constructor for observing pref changed events on |profile|. Stores a 39 // Observes browser pref |pref_name|. When a change is observed, dispatches 41 // extension event function with the new value of the pref in property |key|. 52 // browser pref |pref_name|. 58 // value of the setting is the value of browser pref |pref_name|. This value 65 // Manages pref observation registration. 152 // Base class for extension API functions that clear a browser font pref. 165 // Base class for extension API functions that get a browser font pref. 182 // Base class for extension API functions that set a browser font pref [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
options.js | 51 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox); 52 cr.ui.decorate('input[pref][type=number]', options.PrefNumber); 53 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio); 54 cr.ui.decorate('input[pref][type=range]', options.PrefRange); 55 cr.ui.decorate('select[pref]', options.PrefSelect); 56 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); 57 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); 58 cr.ui.decorate('button[pref]', options.PrefButton); 91 $('do-not-track-enabled').pref, 104 $('spelling-enabled-control').pref, [all...] |
hotword_confirm_overlay.html | 28 pref="hotword.audio_logging_enabled" 30 type="checkbox" dialog-pref checked>
|
/external/chromium_org/ui/gfx/win/ |
hwnd_util.cc | 136 const Size& pref) { 137 DCHECK(window && pref.width() > 0 && pref.height() > 0); 161 if (pref.width() < (center_bounds.right - center_bounds.left)) { 163 (center_bounds.right - center_bounds.left - pref.width()) / 2; 165 window_bounds.right = window_bounds.left + pref.width(); 168 if (pref.height() < (center_bounds.bottom - center_bounds.top)) { 170 (center_bounds.bottom - center_bounds.top - pref.height()) / 2; 172 window_bounds.bottom = window_bounds.top + pref.height(); 183 window_bounds.right = window_bounds.left + pref.width() [all...] |
/external/chromium_org/base/prefs/ |
pref_service.h | 66 // your own; use the PrefService::Register*Pref methods instead. 88 // whether the pref is actually being controlled by the policy setting. 137 // Reference to the PrefService in which this pref was created. 171 // value (set when the pref was registered) will be returned. 185 // Removes a user pref and restores the pref to its default value. 188 // If the path is valid (i.e., registered), update the pref value in the user 190 // To set the value of dictionary or list values in the pref tree use 210 // Returns the value of the given preference, from the user pref store. If 211 // the preference is not set in the user pref store, returns NULL [all...] |
pref_registry.cc | 36 << "Setting default for unregistered pref: " << pref_name; 50 "Trying to register a previously registered pref: " << path;
|
/cts/tests/tests/preference2/src/android/preference2/cts/ |
FragmentPreferencesTest.java | 54 Preference pref = mPrefsFragment.findPreference("checkbox_preference"); local 55 assertNotNull(pref);
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
recommendation_restorer.cc | 98 const PrefService::Preference* pref = local 100 if (!pref) { 105 if (!pref->GetRecommendedValue() || !pref->HasUserSetting()) 120 pref_change_registrar_.prefs()->ClearPref(pref->name().c_str()); 143 // There should be a separate timer for each pref. However, in the common 146 // if there was a separate timer per pref, they would all be reset at that 150 // for the affected pref only.
|
/external/chromium_org/chrome/browser/policy/ |
file_selection_dialogs_policy_handler_unittest.cc | 38 // pref. 50 // Disabling file-selection dialogs should disable the PromptForDownload pref.
|
policy_prefs_browsertest.cc | 66 // setting indicators for a pref affected by a policy work correctly. This is 90 // Contains the testing details for a single pref affected by a policy. This is 94 PrefMapping(const std::string& pref, 100 : pref_(pref), 108 const std::string& pref() const { return pref_; } function in class:policy::__anon8980::PrefMapping 309 std::string pref; local 311 !pref_mapping_dict->GetString("pref", &pref)) { 329 PrefMapping* pref_mapping = new PrefMapping(pref, 564 if (StartsWithASCII((*pref_mapping)->pref(), kCrosSettingsPrefix, true) 575 const PrefService::Preference* pref = local 719 const PrefService::Preference* pref = local [all...] |
/external/chromium_org/chrome/browser/prefs/tracked/ |
tracked_split_preference.h | 18 // A TrackedSplitPreference must be tracking a dictionary pref. Each top-level 25 // Constructs a TrackedSplitPreference. |pref_path| must be a dictionary pref.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
earcons.js | 53 'pref': 'earcons', 60 'pref': 'useVerboseMode',
|
/external/chromium_org/chrome/browser/search/suggestions/ |
suggestions_store.cc | 33 // If the decode process fails, assume the pref value is corrupt and clear it. 37 VLOG(1) << "Suggestions data in profile pref is corrupt, clearing it.";
|
suggestions_store.h | 27 // |suggestions|. If there is a problem with loading, the pref value is 47 // The pref service used to persist the suggestions data.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_browsertest.h | 38 // be a pref path (e.g., "profile.managed_users"); the second, the new value 39 // to set for that pref.
|
settings_format_browsertest.js | 18 * Exemption for checkboxes that do not require an id or pref property. 21 'pref': ['language-options-input-method-template', 31 MISSING_ID_OR_PREF: 'Missing id or pref preoperty for checkbox $1.', 89 if (element.pref) 90 return element.pref; 132 * Each checkbox requires an id or pref property. 135 var query = 'input[type=checkbox]:not([pref]):not([id])'; 139 if (!this.isExempt(element, SettingsFormatWebUITest.Filters['pref']))
|
/external/kernel-headers/original/uapi/linux/ |
ipv6_route.h | 34 #define RTF_PREF(pref) ((pref) << 27)
|
/external/valgrind/main/none/tests/x86/ |
bug152818-x86.c | 156 // explicit: rep-pref addr-pref op 165 // explicit: rep-pref addr-pref op 192 // explicit: rep-pref addr-pref op 201 // explicit: rep-pref addr-pref op
|
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/ |
InputMethodSettingsImpl.java | 153 final Preference pref = mSubtypeEnablerPreference; local 154 if (pref == null) { 157 final Context context = pref.getContext(); 164 pref.setTitle(title); 165 final Intent intent = pref.getIntent(); 171 pref.setSummary(summary); 174 pref.setIcon(mSubtypeEnablerIconRes); 176 pref.setIcon(mSubtypeEnablerIcon);
|
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/ |
PreferenceMatchers.java | 87 public boolean matchesSafely(Preference pref) { 88 String summary = pref.getSummary().toString(); 146 public boolean matchesSafely(Preference pref) { 147 String title = pref.getTitle().toString(); 161 public boolean matchesSafely(Preference pref) { 162 return pref.isEnabled(); 180 public boolean matchesSafely(Preference pref) { 181 return keyMatcher.matches(pref.getKey());
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
RecordLocationPreference.java | 49 SharedPreferences pref, ContentResolver resolver) { 50 String value = pref.getString(KEY, VALUE_NONE);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
ipv6_route.h | 34 #define RTF_PREF(pref) ((pref) << 27)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ipv6_route.h | 34 #define RTF_PREF(pref) ((pref) << 27)
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
KeyboardLayoutPickerFragment.java | 137 CheckBoxPreference pref = new CheckBoxPreference(context); local 138 pref.setTitle(layout.getLabel()); 139 pref.setSummary(layout.getCollection()); 140 root.addPreference(pref); 141 mPreferenceMap.put(pref, layout);
|