/external/chromium/chrome/browser/extensions/ |
extension_prefs.cc | 128 // Extension pref does not exist, create it. 524 NOTREACHED() << "Invalid pref for extension " << *extension_id; 553 // Iterate the leftovers to set blacklist in pref 758 // App windows are not yet supported on mac. Pref sync could make 793 // If the pref is set to launch a window (or no pref is set, and 899 // true, which signifies that the registry key was deleted or the pref file 916 // If the extension doesn't have a pref, it's a --load-extension. 923 LOG(ERROR) << "Bad or missing pref 'state' for extension '" 1474 const PrefService::Preference* pref = local [all...] |
extension_prefs_unittest.cc | 33 // Default values in case an extension pref value is not overridden. 34 const char kDefaultPref1[] = "default pref 1"; 35 const char kDefaultPref2[] = "default pref 2"; 36 const char kDefaultPref3[] = "default pref 3"; 37 const char kDefaultPref4[] = "default pref 4"; 778 // Main pref service shall see only non-incognito settings. 781 // Incognito pref service shall see incognito values only during first run. 782 // Once the pref service was reloaded, all values shall be discarded. [all...] |
extension_proxy_api_helpers.h | 33 // Helper functions for extension->browser pref transformation: 90 // Helper functions for browser->extension pref transformation:
|
/development/apps/Development/src/com/android/development/ |
AppHwPref.java | 99 ConfigurationInfo pref = appHwPref[i]; local 100 if((pref.reqInputFeatures & flagMask) != 0) {
|
/external/chromium/chrome/browser/history/ |
history_browsertest.cc | 176 // Test that changing the pref takes effect immediately 216 // Test that changing the pref takes effect immediately
|
/external/chromium/chrome/browser/prefs/ |
command_line_pref_store_unittest.cc | 44 // Tests a simple string pref on the command line. 58 // Tests a simple boolean pref on the command line.
|
/external/chromium/chrome/browser/resources/options/ |
content_settings.html | 23 pref="profile.block_third_party_cookies" type="checkbox"> 30 pref="profile.clear_site_data_on_exit" type="checkbox">
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.cc | 351 const PrefService::Preference* pref = local 356 if (pref && pref->GetValue()->GetAsBoolean(&value) && value) { 488 PrefService* pref = tab()->profile()->GetPrefs(); local 489 pref->SetBoolean(prefs::kSafeBrowsingReportingEnabled, report); 602 const PrefService::Preference* pref = local 607 if (pref && pref->GetValue()->GetAsBoolean(&value) && value) {
|
/external/chromium/chrome/browser/sessions/ |
session_restore_browsertest.cc | 192 SessionStartupPref pref(SessionStartupPref::LAST); 193 SessionStartupPref::SetStartupPref(browser()->profile(), pref);
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_handler.h | 53 // the ask for save location pref accordingly. 142 // Setup the pref whether to prompt for download location every time.
|
/external/chromium_org/base/prefs/ |
pref_value_store.cc | 130 // A notification is sent when the pref value in any store changes. If this 132 // effective value of the pref will not have changed.
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
accessibility_manager.cc | 240 // If the user set a pref value on the login screen and is now starting a 241 // session with a new profile, copy the pref value to the profile. 251 // Returns if the pref has not been set by the user. 252 const PrefService::Preference* pref = ProfileHelper::GetSigninProfile()-> local 254 if (!pref || !pref->IsUserControlled()) 257 // Copy the pref value from the signin screen. 258 const base::Value* value_on_login = pref->GetValue();
|
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 318 // Make a copy of the default pref value so we can reset it later. 330 // Make a copy of the pref's new value so we can reset it later. 334 // Clearing the backing pref should also clear the internal cache. 340 // Reseting the pref to its previous value should update the cache. 354 // Make a copy of the default pref value so we can reset it later. 376 // Make a copy of the pref's new value so we can reset it later. 380 // Clearing the backing pref should also clear the internal cache. 386 // Reseting the pref to its previous value should update the cache. [all...] |
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api_helpers.h | 36 // Helper functions for extension->browser pref transformation: 110 // Helper functions for browser->extension pref transformation:
|
/external/chromium_org/chrome/browser/extensions/ |
extension_tabs_apitest.cc | 58 // is that of the new tab page. Make sure the pref that controls 247 // This makes sure that creating an incognito window fails due to pref
|
/external/chromium_org/chrome/browser/password_manager/ |
password_generation_manager_unittest.cc | 122 // Pref is false, should not be enabled. 126 // Pref is true, should be enabled.
|
/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store_unittest.cc | 63 // Tests a simple string pref on the command line. 76 // Tests a simple boolean pref on the command line.
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
device_id_fetcher.cc | 117 // Check if the salt pref is set. If it isn't, set it. 122 // Since it will be stored in a string pref, convert it to hex.
|
/external/chromium_org/chrome/browser/resources/options/ |
home_page_overlay.js | 76 * indicator when the |homepage_is_newtabpage| pref changes. The input is 80 * @param {Event} Pref change event.
|
language_options.html | 112 <input id="enable-spell-check" pref="browser.enable_spellchecking" 122 pref="browser.enable_autospellcorrect"
|
/external/chromium_org/chrome/browser/signin/ |
signin_manager_base.h | 71 // Returns true if a signin to Chrome is allowed (by policy or pref). 73 // If kSigninAllowed pref was non-Chrome OS-only, this method wouldn't be
|
/external/chromium_org/chrome/browser/tab_contents/ |
spellchecker_submenu_observer_hunspell.cc | 145 const PrefService* pref = profile->GetPrefs(); local 148 return pref->GetBoolean(prefs::kEnableContinuousSpellcheck);
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher_unittest.cc | 169 prefs.SetStringWithoutPathExpansion("pref.sub", "1"); 185 AssertEQ(*prefs_dict, "pref.sub", "1");
|
/external/chromium_org/media/tools/constrained_network_server/ |
traffic_control_unittest.py | 127 'filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht ' 134 'filter parent 1: protocol ip pref 1 u32 fh 800::800 order 2048 key ht '
|
/external/chromium_org/remoting/host/mac/ |
me2me_preference_pane.h | 123 // Compare the version of the running pref-pane against the installed version. 124 // If the versions are mismatched and the pref-pane is visible, disable the
|