/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_options.js | 61 $('useWhitelistCheck').pref, 106 * handler for allow guest pref change.
|
internet_detail.html | 548 pref="cros.session.proxy.type"> 555 pref="cros.session.proxy.type"> 563 pref="cros.session.proxy.usepacurl"> 570 pref="cros.session.proxy.pacurl"> 577 pref="cros.session.proxy.type"> 585 pref="cros.session.proxy.single"> 595 pref="cros.session.proxy.singlehttp" disabled> 600 pref="cros.session.proxy.singlehttpport" disabled> 613 pref="cros.session.proxy.httpurl" disabled> 620 pref="cros.session.proxy.httpport" disabled [all...] |
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
context_menu_handler.cc | 52 const PrefService* pref = Profile::FromBrowserContext( local 58 int pref_value = pref->GetInteger(prefs::kIncognitoModeAvailability);
|
/external/llvm/test/CodeGen/ARM/ |
commute-movcc.ll | 26 define i32 @f(i32* nocapture %a, i32 %Pref) nounwind ssp { 38 %cmp2 = icmp eq i32 %sub, %Pref
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorButton.java | 46 public IndicatorButton(Context context, IconListPreference pref) { 48 mPreference = pref;
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
SpellCheckersSettings.java | 102 public boolean onPreferenceClick(Preference pref) { 105 if (pref.equals(scp)) {
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
KeyChainDemoActivity.java | 182 SharedPreferences pref = getSharedPreferences(KEYCHAIN_PREF, local 184 return pref.getString(KEYCHAIN_PREF_ALIAS, DEFAULT_ALIAS); 191 SharedPreferences pref = getSharedPreferences(KEYCHAIN_PREF, local 193 Editor editor = pref.edit();
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_store_interface.h | 42 // setting through a call to |Apply|. The configuration policy pref
|
/external/chromium/chrome/browser/prefs/ |
browser_prefs.cc | 166 // Copy pref values which have been migrated to user_prefs from local_state, 185 const PrefService::Preference* pref = local 187 DCHECK(pref); 188 user_prefs->Set(prefs::kBrowserWindowPlacement, *(pref->GetValue()));
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options.html | 27 pref="cros.signed.data_roaming_enabled"
|
/external/chromium/chrome/browser/sync/glue/ |
preference_change_processor.cc | 126 LOG(ERROR) << "No way to handle pref deletion"; 153 const PrefService::Preference* pref = local 155 DCHECK(pref); 156 if (!pref->IsUserModifiable())
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_action_context_menu.h | 43 // The observer used to listen for pref changed notifications.
|
/external/chromium/chrome/common/ |
pref_store.h | 40 // No value present, but skip other pref stores and use default.
|
/external/chromium_org/base/prefs/ |
pref_notifier_impl_unittest.cc | 133 // Re-adding the same observer for the same pref doesn't change anything. 144 // Ensure that we can add the same observer to a different pref. 151 // Ensure that we can add another observer to the same pref. 205 // Make sure removing an observer from one pref doesn't affect anything else.
|
pref_service_factory.h | 60 // Specifies to use an actual file-backed user pref store.
|
/external/chromium_org/chrome/browser/background/ |
background_contents_service_unittest.cc | 39 // Returns the stored pref URL for the passed app id. 41 const DictionaryValue* pref = GetPrefs(profile); local 42 EXPECT_TRUE(pref->HasKey(UTF16ToUTF8(appid))); 44 pref->GetDictionaryWithoutPathExpansion(UTF16ToUTF8(appid), &value);
|
/external/chromium_org/chrome/browser/chromeos/ |
session_length_limiter.h | 55 // The pref indicating whether to wait for initial user activity may change at
|
/external/chromium_org/chrome/browser/first_run/ |
first_run_internal_posix.cc | 41 // the pref (on Windows, the download is tagged with enable/disable stats so
|
/external/chromium_org/chrome/browser/gpu/ |
gpu_mode_manager.cc | 46 // Do nothing when the pref changes. It takes effect after
|
/external/chromium_org/chrome/browser/notifications/ |
desktop_notification_service.h | 181 // Called when the string list pref has been changed. 185 // Called when the disabled_extension_id pref has been changed. 188 // Called when the disabled_system_component_id pref has been changed. 191 // Called when the enabled_sync_notifier_id pref has been changed.
|
/external/chromium_org/chrome/browser/prefs/ |
incognito_mode_prefs.h | 41 // in the given pref service.
|
pref_model_associator.h | 100 // Returns true if the pref under the given name is pulled down from sync. 104 // Adds a SyncedPrefObserver to watch for changes to a specific pref. 108 // Removes a SyncedPrefObserver from a pref's list of observers. 182 // a pref changes, including the detail of whether or not the change came
|
/external/chromium_org/chrome/browser/sync/ |
sync_policy_handler_unittest.cc | 37 // Enabling Sync should not set the pref.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_util.cc | 20 // The field trial group name that resets the pref to show the app launcher
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_bridge.h | 62 // Updates the visibility of the apps shortcut based on the pref value.
|