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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/base/prefs/
pref_registry.cc 37 << "Setting default for unregistered pref: " << pref_name;
52 "Trying to register a previously registered pref: " << path;
pref_member_unittest.cc 34 GetPrefValueHelper() : value_(false), pref_thread_("pref thread") {
122 // Try changing back through the pref.
143 // Try changing back through the pref.
164 // Try changing back through the pref.
185 // Try changing back through the pref.
202 // Try changing through the pref member.
211 // Try adding through the pref.
220 // Try removing through the pref.
281 // Changing the pref does fire the observer.
298 IntegerPrefMember pref; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer.cc 89 const PrefService::Preference* pref = local
91 if (!pref) {
96 if (!pref->GetRecommendedValue() || !pref->HasUserSetting())
111 pref_change_registrar_.prefs()->ClearPref(pref->name().c_str());
133 // There should be a separate timer for each pref. However, in the common
136 // if there was a separate timer per pref, they would all be reset at that
140 // 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 59 // setting indicators for a pref affected by a policy work correctly. This is
83 // Contains the testing details for a single pref affected by a policy. This is
87 PrefMapping(const std::string& pref,
91 : pref_(pref),
98 const std::string& pref() const { return pref_; } function in class:policy::__anon5389::PrefMapping
280 std::string pref; local
282 !pref_mapping_dict->GetString("pref", &pref)) {
295 pref, is_local_state, indicator_test_setup_js, indicator_selector);
513 if (StartsWithASCII((*pref_mapping)->pref(), kCrosSettingsPrefix, true)
519 const PrefService::Preference* pref = local
641 const PrefService::Preference* pref = local
    [all...]
  /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/chromium_org/chrome/test/pyautolib/
mock_pref_pane.py 5 """Mock pref pane for testing purpose on Mac."""
17 """Mock Pref Pane to enable/disable/changepin without system prompt.
46 """Handles what pref pane does for enabling connection."""
65 """Handles what pref pane does for disabling connection."""
84 """Handles what pref pane does for changing pin."""
95 """Notifies the web app that pref pane operation is done."""
102 """Handles the mock pref pane actions."""
105 print '*** Started mock pref pane ***'
  /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/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.h 54 void configBitmapSize(SkBitmap* bm, SkBitmap::Config pref, int width,
56 SkBitmap::Config getColorSpaceConfig(SkBitmap::Config pref);
  /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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6_route.h 32 #define RTF_PREF(pref) ((pref) << 27)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6_route.h 32 #define RTF_PREF(pref) ((pref) << 27)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6_route.h 32 #define RTF_PREF(pref) ((pref) << 27)
  /external/chromium/chrome/browser/metrics/
metrics_log.h 59 static int64 GetIncrementalUptime(PrefService* pref);
76 void WriteStabilityElement(PrefService* pref);
79 void WritePluginStabilityElements(PrefService* pref);
82 void WriteRequiredStabilityAttributes(PrefService* pref);
88 void WriteRealtimeStabilityAttributes(PrefService* pref);
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.h 43 // Fetches a pref value of given |pref_name|.
47 // Observes a pref of given |pref_name|.
50 // Sets a pref |value| to given |pref_name|.
55 // Clears pref value for given |pref_name|.
83 // Callbacks for the "set<type>Pref" message. This message saves the new
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutPickerFragment.java 135 CheckBoxPreference pref = new CheckBoxPreference(context); local
136 pref.setTitle(layout.getLabel());
137 pref.setSummary(layout.getCollection());
138 root.addPreference(pref);
139 mPreferenceMap.put(pref, layout);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
AccountPreferences.java 72 AccountPreferences pref = mInstances.get(accountEmail); local
73 if (pref == null) {
74 pref = new AccountPreferences(context, accountEmail);
75 mInstances.put(accountEmail, pref);
77 return pref;
  /external/chromium/chrome/browser/first_run/
first_run.h 117 // Sets the kShouldShowFirstRunBubble local state pref so that the browser
119 // showing the bubble, if |show_bubble| is false). Returns false if the pref
124 // Sets the kShouldUseOEMFirstRunBubble local state pref so that the
126 // gets going. Returns false if the pref could not be set.
129 // Sets the kShouldUseMinimalFirstRunBubble local state pref so that the
131 // gets going. Returns false if the pref could not be set.
134 // Sets the kShouldShowWelcomePage local state pref so that the browser
136 // if the pref could not be set.
139 // Sets the kAutofillPersonalDataManagerFirstRun local state pref so that the
141 // Returns false if the pref could not be set
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_value_store.h 84 // indicated pref store, even if that value is currently being overridden by
91 // being controlled by the indicated pref store and not being overridden by
163 // Type of the pref store.
191 // Returns the pref store type identifying the source that controls the
203 // Called upon changes in individual pref stores in order to determine whether
204 // the user-visible pref value has changed. Triggers the change notification
206 // controlling the pref has changed.
209 // Called from the PrefStoreKeeper implementation when a pref value for |key|
210 // changed in the pref store for |type|.
216 // Initializes a pref store keeper. Sets up a PrefStoreKeeper that will tak
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
controlled_setting.js 27 // If there is a pref, track its controlledBy and recommendedValue
29 if (this.pref) {
31 this.pref, this.handlePrefChange.bind(this));
51 Preferences.clearPref(this.pref, !this.dialogPref);
54 /* Handle changes to the associated pref by hiding any currently visible
56 * @param {Event} event Pref change event.
64 if (this.pref == 'session.restore_on_startup' ||
65 this.pref == 'homepage_is_newtabpage') {
91 * Open or close a bubble with further information about the pref.
194 cr.defineProperty(ControlledSettingIndicator, 'pref', cr.PropertyKind.ATTR)
    [all...]
options.js 50 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
51 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
52 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
53 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
54 cr.ui.decorate('select[pref]', options.PrefSelect);
55 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
56 cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
57 cr.ui.decorate('button[pref]', options.PrefButton);
90 $('do-not-track-enabled').pref,
103 $('spelling-enabled-control').pref,
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 176 SkBitmap::Config pref, Mode mode) {
180 fDefaultPref = pref;
193 SkBitmap::Config pref) {
197 fDefaultPref = pref;
260 SkBitmap::Config pref, Mode mode, Format* format) {
266 if (SkImageDecoder::DecodeStream(stream, bm, pref, mode, format)) {
275 SkBitmap::Config pref, Mode mode, Format* format) {
282 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format);
286 SkBitmap::Config pref, Mode mode,
295 success = codec->decode(stream, bm, pref, mode)
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 176 SkBitmap::Config pref, Mode mode) {
180 fDefaultPref = pref;
193 SkBitmap::Config pref) {
197 fDefaultPref = pref;
260 SkBitmap::Config pref, Mode mode, Format* format) {
266 if (SkImageDecoder::DecodeStream(stream, bm, pref, mode, format)) {
275 SkBitmap::Config pref, Mode mode, Format* format) {
282 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format);
286 SkBitmap::Config pref, Mode mode,
295 success = codec->decode(stream, bm, pref, mode)
    [all...]
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 73 SharedPreferences pref = context.getSharedPreferences(PREFS_NAME, 0); local
74 mMessage = pref.getInt(PREFS_TIP_NUMBER, 0);
75 mTipSet = pref.getInt(PREFS_TIP_SET, 0);
125 SharedPreferences.Editor pref = context.getSharedPreferences(PREFS_NAME, 0).edit(); local
126 pref.putInt(PREFS_TIP_NUMBER, mMessage);
127 pref.apply();
138 SharedPreferences.Editor pref = context.getSharedPreferences(PREFS_NAME, 0).edit(); local
139 pref.putInt(PREFS_TIP_NUMBER, mMessage);
140 pref.putInt(PREFS_TIP_SET, mTipSet);
141 pref.apply()
    [all...]

Completed in 1017 milliseconds

1 2 3 4 5 6 78 91011>>