/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
bookmarks_handler.cc | 563 const PrefService* pref = Profile::FromBrowserContext( local 565 if (!pref->GetBoolean(prefs::kEditBookmarksEnabled))
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
foreign_session_handler.cc | 238 // Use a pref to keep track of sessions that were collapsed by the user. 239 // To prevent the pref from accumulating stale sessions, clear it each time
|
/external/chromium_org/chrome/test/functional/ |
multiprofile.py | 242 # Launch browser with new Profile 1, set pref to restore session on 246 # Launch browser with new Profile 2, do not set session restore pref.
|
/external/chromium_org/net/base/registry_controlled_domains/ |
registry_controlled_domain.h | 88 rule. If your rules are "*.tokyo.jp" and "!pref.tokyo.jp", then 89 "a.b.tokyo.jp" has an effective TLD of "b.tokyo.jp", but "a.pref.tokyo.jp"
|
/external/ipsec-tools/src/racoon/ |
policy.c | 441 /* addr/pref[port] addr/pref[port] ul dir act */
|
/packages/apps/Calendar/src/com/android/calendar/ |
GeneralPreferences.java | 171 // Set the ringToneUri to the backup-able shared pref only so that 188 // This triggers an asynchronous call to the provider to refresh the data in shared pref
|
/packages/apps/Music/src/com/android/music/ |
TouchInterceptor.java | 80 SharedPreferences pref = context.getSharedPreferences("Music", 3); local 81 mRemoveMode = pref.getInt("deletemode", -1);
|
/packages/apps/Settings/src/com/android/settings/ |
WirelessSettings.java | 341 Preference pref = findPreference(KEY_MANAGE_MOBILE_PLAN); 342 if (pref != null) {
|
/development/tools/axl/ |
axl.py | 233 # Set-Cookie: PREF=ID=10644de62c423aa5:TM=1155044293:LM=1155044293:S=0lHtymefQRs2j7nD; expires=Sun, 17-Jan-2038 19:14:07 GMT; path=/; domain=.google.com
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_pref_store.cc | [all...] |
/external/chromium/chrome/browser/resources/options/ |
font_settings.js | 155 // Enable if not a managed pref.
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller_unittest.mm | 174 // Toggle the pref and make sure the button changed state and the other
|
/external/chromium_org/base/prefs/ |
json_pref_store_unittest.cc | 94 const char kLongIntPref[] = "long_int.pref";
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
partner_bookmarks_shim.cc | 40 // Dictionary keys for entries in the kPartnerBookmarksMapping pref.
|
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map.h | 217 // Migrate the Clear on exit pref into equivalent content settings.
|
/external/chromium_org/chrome/browser/download/ |
download_prefs.cc | 120 // download completion in this pref.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
activity_log.h | 200 // kWatchdogExtensionActive pref variable. Since there are multiple valid
|
/external/chromium_org/chrome/browser/extensions/ |
component_loader_unittest.cc | 83 // Note: we pass the same pref service here, to stand in for both
|
/external/chromium_org/chrome/browser/net/ |
chrome_network_delegate.h | 111 // Binds the pref members to |pref_service| and moves them to the IO thread.
|
/external/chromium_org/chrome/browser/notifications/ |
message_center_notification_manager.h | 73 // Called when the pref changes for the first run balloon. The first run
|
/external/chromium_org/chrome/browser/profiles/ |
profile_browsertest.cc | 54 // Assert that created_by_version pref gets set to current version.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.cc | 451 PrefService* pref = profile->GetPrefs(); local 452 pref->SetBoolean(prefs::kSafeBrowsingReportingEnabled, report); 773 bool SafeBrowsingBlockingPage::IsPrefEnabled(const char* pref) { 776 return profile->GetPrefs()->GetBoolean(pref); [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service_impl.cc | 225 // Ensure we don't set the pref to a managed user's profile path.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
profile_menu_controller_unittest.mm | 234 // Simulate an unloaded profile by setting the "last used" local state pref
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
toolbar_controller_unittest.mm | 185 // Toggle the pref and make sure the button changed state and the other
|