Searched refs:GetPrefs (Results 1 - 25 of 546) sorted by path

1234567891011>>

/external/chromium_org/android_webview/native/
H A Daw_autofill_client.cc63 PrefService* AwAutofillClient::GetPrefs() { function in class:android_webview::AwAutofillClient
H A Daw_autofill_client.h61 virtual PrefService* GetPrefs() OVERRIDE;
/external/chromium_org/chrome/browser/android/accessibility/
H A Dfont_size_prefs_android.cc16 : pref_service_(ProfileManager::GetActiveUserProfile()->GetPrefs()) {
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc141 return IsEnhancedBookmarksEnabled(profile->GetPrefs());
145 return ProfileManager::GetLastUsedProfile()->GetPrefs()->GetBoolean(
H A Dpartner_bookmarks_shim.cc62 Profile::FromBrowserContext(browser_context)->GetPrefs());
/external/chromium_org/chrome/browser/android/
H A Dforeign_session_helper.cc184 profile_->GetPrefs()->ClearPref(
210 DictionaryPrefUpdate pref_update(profile_->GetPrefs(),
H A Dnew_tab_page_prefs.cc38 PrefService* prefs = profile_->GetPrefs();
45 PrefService* prefs = profile_->GetPrefs();
51 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSnapshotDocument);
57 PrefService* prefs = profile_->GetPrefs();
63 return profile_->GetPrefs()->GetBoolean(
70 PrefService* prefs = profile_->GetPrefs();
76 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSyncPromo);
82 PrefService* prefs = profile_->GetPrefs();
89 const base::DictionaryValue* dict = profile_->GetPrefs()->GetDictionary(
100 PrefService* prefs = profile_->GetPrefs();
[all...]
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc419 if (url == profile_->GetPrefs()->GetString(prefs::kHomePage))
475 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages));
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc80 pref_change_registrar_.Init(profile_->GetPrefs());
222 profile_->GetPrefs()->ClearPref(prefs::kGoogleServicesLastUsername);
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.cc40 mapping_(new DriveAppMapping(profile->GetPrefs())),
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager.cc84 prefs_(profile->GetPrefs()),
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc62 languages_ = profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
H A Dchrome_autocomplete_provider_client.cc38 return profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
42 return profile_->GetPrefs()->GetBoolean(prefs::kSearchSuggestEnabled);
46 return profile_->GetPrefs()->GetBoolean(bookmarks::prefs::kShowBookmarkBar);
85 sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs());
H A Dhistory_quick_provider.cc55 languages_(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)) {
H A Dhistory_quick_provider_unittest.cc132 profile->GetPrefs(), make_scoped_ptr(new SearchTermsData), NULL,
H A Dhistory_url_provider.cc552 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages),
H A Dhistory_url_provider_unittest.cc177 profile->GetPrefs(), make_scoped_ptr(new SearchTermsData), NULL,
245 profile_->GetPrefs()->SetString(prefs::kAcceptLanguages, "en-US,en,ko");
H A Dsearch_provider_unittest.cc3085 profile_.GetPrefs()->SetBoolean(bookmarks::prefs::kShowBookmarkBar, false);
3094 profile_.GetPrefs()->SetBoolean(bookmarks::prefs::kShowBookmarkBar, true);
3189 profile_.GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, false);
3194 profile_.GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, true);
3206 profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncKeepEverythingSynced,
3208 profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncTabs, false);
3213 profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncTabs, true);
H A Dshortcuts_provider.cc58 languages_(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)),
H A Dzero_suggest_provider.cc164 profile_->GetPrefs()->SetString(prefs::kZeroSuggestCachedResults,
259 profile_->GetPrefs()->SetString(prefs::kZeroSuggestCachedResults, json_data);
292 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages));
377 profile_->GetPrefs()->GetString(prefs::kAcceptLanguages));
459 std::string json_data = profile_->GetPrefs()->GetString(
H A Dzero_suggest_provider_unittest.cc124 PrefService* prefs = profile_.GetPrefs();
168 PrefService* prefs = profile_.GetPrefs();
215 PrefService* prefs = profile_.GetPrefs();
/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc31 PrefService* GetPrefs() { function in namespace:autofill::__anon2938
33 ProfileManager::GetActiveUserProfile()->GetOriginalProfile()->GetPrefs();
316 return GetPrefs()->GetBoolean(autofill::prefs::kAutofillEnabled);
321 GetPrefs()->SetBoolean(autofill::prefs::kAutofillEnabled, enable);
326 return GetPrefs()->IsManagedPreference(autofill::prefs::kAutofillEnabled);
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_browsertest.cc121 test::DisableSystemServices(browser()->profile()->GetPrefs());
H A Dautofill_cc_infobar_delegate_unittest.cc73 test::DisableSystemServices(profile()->GetPrefs());
83 personal_data_->SetPrefService(profile()->GetPrefs());
H A Dautofill_interactive_uitest.cc210 test::DisableSystemServices(browser()->profile()->GetPrefs());

Completed in 376 milliseconds

1234567891011>>