HomeSort by relevance Sort by last modified time
    Searched full:getprefs (Results 26 - 50 of 251) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc 158 pref_change_registrar_.Init(profile_->GetPrefs());
239 bool bookmark_bar_attached = profile_->GetPrefs()->GetBoolean(
267 profile_->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar) ?
358 profile_->GetPrefs());
363 if (profile_->GetPrefs()->FindPreference(prefs::kNTPCustomLogoStart) &&
364 profile_->GetPrefs()->FindPreference(prefs::kNTPCustomLogoEnd)) {
366 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoStart),
367 profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoEnd)) ?
375 if (profile_->GetPrefs()->FindPreference(prefs::kNTPPromoStart) &&
376 profile_->GetPrefs()->FindPreference(prefs::kNTPPromoEnd) &
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.cc 14 : policy::ManagedPrefsBannerBase(web_ui->GetProfile()->GetPrefs(), page),
core_options_handler.cc 94 registrar_.Init(web_ui_->GetProfile()->GetPrefs());
134 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
158 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
179 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
367 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
  /external/chromium/chrome/browser/content_settings/
content_settings_notification_provider.cc 84 prefs_registrar_.Init(profile_->GetPrefs());
237 PrefService* prefs = profile_->GetPrefs();
250 PrefService* prefs = profile_->GetPrefs();
278 PrefService* prefs = profile_->GetPrefs();
352 PrefService* prefs = profile_->GetPrefs();
369 PrefService* prefs = profile_->GetPrefs();
381 PrefService* prefs = profile_->GetPrefs();
host_content_settings_map.cc 77 PrefService* prefs = profile_->GetPrefs();
308 PrefService* prefs = profile_->GetPrefs();
342 PrefService* prefs = profile_->GetPrefs();
378 PrefService* prefs = profile_->GetPrefs();
398 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
405 block_third_party_cookies_ = profile_->GetPrefs()->GetBoolean(
408 profile_->GetPrefs()->IsManagedPreference(
412 block_nonsandboxed_plugins_ = profile_->GetPrefs()->GetBoolean(
content_settings_pref_provider.cc 95 PrefService* prefs = profile->GetPrefs();
144 PrefService* prefs = profile_->GetPrefs();
182 PrefService* prefs = profile_->GetPrefs();
195 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
230 PrefService* prefs = profile_->GetPrefs();
348 PrefService* prefs = profile_->GetPrefs();
409 DictionaryPrefUpdate update(profile_ ? profile_->GetPrefs() : NULL,
507 PrefService* prefs = profile_->GetPrefs();
523 DictionaryPrefUpdate update(profile_->GetPrefs(),
576 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr())
    [all...]
host_content_settings_map_unittest.cc 248 PrefService* prefs = profile.GetPrefs();
284 PrefService* prefs = profile.GetPrefs();
497 PrefService* prefs = profile.GetPrefs();
522 PrefService* prefs = profile.GetPrefs();
548 PrefService* prefs = profile.GetPrefs();
584 profile.GetPrefs()->Set(prefs::kContentSettingsPatterns, *value);
589 profile.GetPrefs()->Set(prefs::kContentSettingsPatterns, *puny_value);
595 profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatterns);
669 profile.GetPrefs()->Set(prefs::kContentSettingsPatterns, *value);
686 profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatterns)
    [all...]
content_settings_policy_provider.cc 104 PrefService* prefs = profile->GetPrefs();
163 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
231 PrefService* prefs = profile_->GetPrefs();
285 PrefService* prefs = profile_->GetPrefs();
295 PrefService* prefs = profile_->GetPrefs();
368 PrefService* prefs = profile_->GetPrefs();
439 DCHECK_EQ(profile_->GetPrefs(), Source<PrefService>(source).ptr());
  /external/chromium/chrome/browser/sync/
sync_setup_flow.cc 113 service->profile()->GetPrefs()->GetBoolean(prefs::kKeepEverythingSynced));
132 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncBookmarks));
134 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncPreferences));
136 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncThemes));
138 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncPasswords));
140 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncAutofill));
142 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncExtensions));
144 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncSessions));
146 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncTypedUrls));
148 service->profile()->GetPrefs()->GetBoolean(prefs::kSyncApps))
    [all...]
profile_sync_service.cc 136 pref_sync_managed_.Init(prefs::kSyncManaged, profile_->GetPrefs(), this);
162 !profile_->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart) &&
247 PrefService* pref_service = profile_->GetPrefs();
284 PrefService* pref_service = profile_->GetPrefs();
346 profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime));
413 return profile_->GetPrefs()->GetBoolean(prefs::kSyncHasSetupCompleted);
417 PrefService* prefs = profile()->GetPrefs();
426 profile_->GetPrefs()->SetInt64(prefs::kSyncLastSyncedTime,
428 profile_->GetPrefs()->ScheduleSavePersistentPrefs();
512 if (profile_->GetPrefs()->GetBoolean(prefs::kSyncSuppressStart))
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 63 SharedPreferences prefs = getPrefs();
73 private SharedPreferences getPrefs() {
82 SharedPreferences prefs = getPrefs();
89 SharedPreferences prefs = getPrefs();
117 SharedPreferences prefs = getPrefs();
217 SharedPreferences prefs = getPrefs();
  /external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc 78 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]);
82 profile.GetPrefs(), &(urls.get()), &default_index);
140 profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall,
145 profile.GetPrefs(), &(urls.get()), &default_index);
162 TemplateURLPrepopulateData::GetEngineForOrigin(profile.GetPrefs(),
172 profile.GetPrefs(),
template_url_scraper_unittest.cc 69 browser()->profile()->GetPrefs(),
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 306 PrefService* prefs = GetPrefs();
337 SSLConfigServiceManager::CreateDefaultManager(GetPrefs(), local_state));
570 return GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory);
574 GetPrefs()->SetFilePath(prefs::kSelectFileLastDirectory, path);
838 PrefService* ProfileImpl::GetPrefs() {
847 otr_prefs_.reset(GetPrefs()->CreateIncognitoPrefService(
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_apitest.cc 46 browser()->profile()->GetPrefs()->SetBoolean(
141 browser()->profile()->GetPrefs()->SetBoolean(prefs::kIncognitoEnabled, false);
  /external/chromium/chrome/browser/prefs/
session_startup_pref.cc 58 SetStartupPref(profile->GetPrefs(), pref);
87 return GetStartupPref(profile->GetPrefs());
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.cc 97 PrefService* prefs = profile->GetPrefs();
118 PrefService* prefs = profile->GetPrefs();
  /external/chromium/android/autofill/
profile_android.cc 66 PrefService* ProfileImplAndroid::GetPrefs() {
  /external/chromium/chrome/browser/
default_encoding_combo_model.cc 48 profile->GetPrefs(),
plugin_data_remover_browsertest.cc 69 browser()->profile()->GetPrefs()->SetBoolean(
  /external/chromium/chrome/browser/remoting/
remoting_options_handler.cc 42 web_ui_->GetProfile()->GetPrefs()->SetBoolean(
setup_flow_register_step.cc 40 flow()->profile()->GetPrefs()->SetBoolean(
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service_unittest.cc 31 profile_.GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, use_gtk_theme);
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 94 PrefService* prefs = profile_->GetPrefs();
128 PrefService* prefs = profile_->GetPrefs();
181 PrefService* prefs = profile_->GetPrefs();
  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 246 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateOnDesktop));
254 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu));
261 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInQuickLaunchBar));
265 profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu));
399 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateOnDesktop,
402 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInAppsMenu,
405 profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInQuickLaunchBar,

Completed in 937 milliseconds

12 3 4 5 6 7 8 91011