/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 500 PrefService* pref = g_browser_process->local_state(); local 501 DCHECK(pref); 502 client_id_ = pref->GetString(prefs::kMetricsClientID); 505 pref->SetString(prefs::kMetricsClientID, client_id_); 508 pref->SetString(prefs::kMetricsClientIDTimestamp, 715 PrefService* pref = g_browser_process->local_state(); local 716 DCHECK(pref); 718 if ((pref->GetInt64(prefs::kStabilityStatsBuildTime) 720 (pref->GetString(prefs::kStabilityStatsVersion) 724 DiscardOldStabilityStats(pref); 828 PrefService* pref = g_browser_process->local_state(); local 1751 PrefService* pref = g_browser_process->local_state(); local [all...] |
/external/chromium/chrome/common/ |
pref_names.cc | 30 // An integer pref. Holds one of several values: 224 // A boolean pref set to true if we're using Link Doctor error pages. 227 // OBSOLETE: new pref now stored with user prefs instead of profile, as 235 // OBSOLETE: new pref now stored with user prefs instead of profile, as 252 // Boolean pref indicating whether the instant confirm dialog has been shown. 255 // Boolean pref indicating if instant is enabled. 258 // Boolean pref indicating if instant was ever enabled. 278 // A boolean pref set to true if prediction of network actions is allowed. 286 // An integer pref to initially mute volume if 1. 289 // A double pref to set initial volume [all...] |
/external/chromium_org/chrome/browser/extensions/ |
launch_util.cc | 53 // App windows are not yet supported on mac. Pref sync could make 96 // If the pref is set to launch a window (or no pref is set, and
|
extension_pref_value_map.h | 20 // extension pref values (incognito and regular) are stored herein and 83 // Note that regular extension pref values need to be reported to 113 // set to true if the effective pref value is coming from the incognito 164 // Returns all keys of pref values that are set by the extension of |entry|, 165 // regardless whether they are set for incognito or regular pref values. 171 // if |from_incognito| is not NULL, it is set to true if the effective pref
|
extension_pref_value_map_unittest.cc | 303 int val_ext1_regular_; // pref value of extension 1 304 int val_ext1_regular_only_; // pref value of extension 1 regular-only. 305 int val_ext1_incognito_pers_; // pref value of extension 1 incognito pers. 306 int val_ext1_incognito_sess_; // pref value of extension 1 incognito sess. 307 int val_ext2_regular_; // pref value of extension 2 308 int val_ext2_regular_only_; // pref value of extension 2 regular-only. 309 int val_ext2_incognito_pers_; // pref value of extension 2 incognito pers. 310 int val_ext2_incognito_sess_; // pref value of extension 2 incognito sess.
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_keyed_base_factory.cc | 60 // Safe timing for pref registration is hard. Previously, we made 61 // BrowserContext responsible for all pref registration on every service 67 // share the same pref services with their parent contexts.
|
/external/chromium_org/ui/views/controls/tabbed_pane/ |
tabbed_pane_unittest.cc | 48 gfx::Size pref(tabbed_pane->GetPreferredSize()); 49 EXPECT_GE(pref.width(), 20); 50 EXPECT_GT(pref.height(), 10);
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelPicker.java | 59 SharedPreferences pref = getSharedPreferences("musicfx", MODE_PRIVATE); local 60 String savedDefPackage = pref.getString("defaultpanelpackage", null); 61 String savedDefName = pref.getString("defaultpanelname", null);
|
/packages/wallpapers/Basic/res/values/ |
strings.xml | 76 <!-- Polar clock: label for "show seconds" pref --> 78 <!-- Polar clock: label for "variable widths" pref --> 80 <!-- Polar clock: label for "palette" pref -->
|
/external/chromium/chrome/browser/extensions/ |
extension_proxy_apitest.cc | 29 const PrefService::Preference* pref = local 31 ASSERT_TRUE(pref != NULL); 32 EXPECT_TRUE(pref->IsExtensionControlled()); 64 const PrefService::Preference* pref = local 66 ASSERT_TRUE(pref != NULL); 67 EXPECT_FALSE(pref->IsExtensionControlled());
|
extension_preference_api.h | 49 // into a representation that is used in the pref stores of the browser. 50 // Returns the pref store representation in case of success or sets
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
cros_settings_unittest.cc | 47 void FetchPref(const std::string& pref) { 49 if (expected_props_.find(pref) == expected_props_.end()) 55 weak_factory_.GetWeakPtr(), pref))) { 57 expected_props_.find(pref)->second); 58 const base::Value* pref_value = settings_.GetPref(pref); 65 expected_props_.erase(pref);
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_apitest.cc | 31 const PrefService::Preference* pref = local 33 ASSERT_TRUE(pref != NULL); 34 EXPECT_TRUE(pref->IsExtensionControlled()); 66 const PrefService::Preference* pref = local 68 ASSERT_TRUE(pref != NULL); 69 EXPECT_FALSE(pref->IsExtensionControlled());
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.cc | 220 PrefService* pref = g_browser_process->local_state(); local 221 if (pref) { // May be NULL during testing. 222 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); 241 PrefService* pref = g_browser_process->local_state(); local 242 if (pref) { // May be NULL during testing. 243 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes);
|
/external/chromium_org/chrome/browser/metrics/ |
metrics_log.h | 91 // example, a pref may be mapped to a synthetic trial such that the group 92 // is determined by the pref value. 99 // call from prefs and clears the pref value. Returns true on success or false 160 void WritePluginStabilityElements(PrefService* pref); 163 void WriteRequiredStabilityAttributes(PrefService* pref); 169 void WriteRealtimeStabilityAttributes(PrefService* pref,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
preferences_browsertest.cc | 88 // Navigates to the settings page, causing the JavaScript pref handling code to 184 // Forwards notifications received when pref values change in the backend. 241 const base::Value* pref = NULL; local 243 ASSERT_TRUE(prefs->GetWithoutPathExpansion(name, &pref)); 244 ASSERT_TRUE(pref->GetAsDictionary(&dict)); 351 << " Preferences.set" << type << "Pref(" 451 // Boolean pref. 457 // Integer pref. 463 // List pref. 519 // Verifies that setting a user-modified pref value through the JavaScrip [all...] |
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 220 PowerGaugePreference pref = local 225 pref.setTitle(sipper.name); 226 pref.setOrder(Integer.MAX_VALUE - (int) sipper.getSortValue()); // Invert the order 227 pref.setPercent(percentOfMax, percentOfTotal); 229 pref.setKey(Integer.toString(sipper.uidObj.getUid())); 231 mAppListGroup.addPreference(pref);
|
/packages/apps/SpareParts/src/com/android/spare_parts/ |
SpareParts.java | 217 public void readAnimationPreference(int which, ListPreference pref) { 220 pref.setValueIndex(floatToIndex(scale, 226 public void readFontSizePreference(ListPreference pref) { 232 pref.setValueIndex(floatToIndex(mCurConfig.fontScale, 236 public void readEndButtonPreference(ListPreference pref) { 238 pref.setValueIndex(Settings.System.getInt(getContentResolver(),
|
/external/chromium/chrome/browser/resources/options/ |
language_options.html | 56 <input id="enable-spell-check" pref="browser.enable_spellchecking" 64 pref="browser.enable_autospellcorrect"
|
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl_unittest.cc | 396 // Managed proxy pref should take effect over recommended proxy and 409 // Recommended proxy pref should take effect when managed proxy pref is 418 // Network proxy should take take effect over recommended proxy pref. 426 // Managed proxy pref should take effect over network proxy. 434 // Network proxy should take effect over recommended proxy pref when managed 435 // proxy pref is removed. 443 // Removing recommended proxy pref should have no effect on network proxy.
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_pref_provider.h | 8 // A content settings provider that takes its settings out of the pref service. 65 // Callback for changes in the pref with the same name.
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_registry.h | 103 virtual void OnPermissionRemoved(MediaGalleriesPreferences* pref, 106 virtual void OnGalleryRemoved(MediaGalleriesPreferences* pref,
|
/external/chromium_org/chrome/browser/ui/prefs/ |
prefs_tab_helper.cc | 132 // Font pref defaults. The prefs that have defaults vary by platform, since not 200 // Returns the script of the font pref |pref_name|. For example, suppose 203 // USCRIPT_TRADITIONAL_HAN. |pref_name| must be a valid font pref name. 217 // the script code in that family that is used in font pref names. For example, 220 // "Hang") in Korean font pref names (for example, 262 // Sets a font family pref in |prefs| to |pref_value|. 457 const FontDefault& pref = kFontDefaults[i]; local 458 UScriptCode pref_script = GetScriptOfFontPref(pref.pref_name); 460 // Suppress this default font pref value if it is for the primary script of 461 // the browser's UI locale. For example, if the pref is for the sans-seri [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_scroll_view_container.cc | 234 gfx::Size pref = scroll_up_button_->GetPreferredSize(); local 235 scroll_up_button_->SetBounds(x, y, width, pref.height()); 236 content_height -= pref.height(); 238 const int scroll_view_y = y + pref.height(); 240 pref = scroll_down_button_->GetPreferredSize(); 241 scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(), 242 width, pref.height()); 243 content_height -= pref.height();
|
/external/zlib/src/old/ |
descrip.mms | 8 pref = /prefix=all 15 CFLAGS= $(C_DEB) $(CC_DEFS) $(PREF)
|