UserPrefs 143 android_webview/browser/aw_browser_context.cc user_prefs::UserPrefs::Set(this, user_pref_service_.get()); UserPrefs 67 android_webview/native/aw_autofill_manager_delegate.cc return user_prefs::UserPrefs::Get( UserPrefs 98 apps/shell/browser/shell_extensions_browser_client.cc user_prefs::UserPrefs::Set(browser_context_, prefs_.get()); UserPrefs 77 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc return user_prefs::UserPrefs::Get(profile()); UserPrefs 80 chrome/browser/chromeos/attestation/platform_verification_flow.cc return user_prefs::UserPrefs::Get(web_contents->GetBrowserContext()); UserPrefs 594 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile()); UserPrefs 45 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_apitest.cc PrefService* prefs = user_prefs::UserPrefs::Get(profile); UserPrefs 144 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile()); UserPrefs 431 chrome/browser/extensions/api/bookmarks/bookmarks_api.cc PrefService* prefs = user_prefs::UserPrefs::Get(GetProfile()); UserPrefs 38 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc user_prefs::UserPrefs::Get(profile)); UserPrefs 41 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc user_prefs::UserPrefs::Get(profile), UserPrefs 102 chrome/browser/profiles/off_the_record_profile_impl.cc user_prefs::UserPrefs::Set(this, prefs_); UserPrefs 478 chrome/browser/profiles/profile_impl.cc user_prefs::UserPrefs::Set(this, prefs_.get()); UserPrefs 58 chrome/browser/spellchecker/spellcheck_factory.cc PrefService* prefs = user_prefs::UserPrefs::Get(context); UserPrefs 42 chrome/browser/spellchecker/spellcheck_service.cc PrefService* prefs = user_prefs::UserPrefs::Get(context); UserPrefs 91 chrome/browser/spellchecker/spellcheck_service.cc PrefService* prefs = user_prefs::UserPrefs::Get(context); UserPrefs 166 chrome/browser/spellchecker/spellcheck_service.cc PrefService* prefs = user_prefs::UserPrefs::Get(context); UserPrefs 286 chrome/browser/spellchecker/spellcheck_service.cc PrefService* prefs = user_prefs::UserPrefs::Get(context_); UserPrefs 61 chrome/browser/spellchecker/spelling_service_client.cc const PrefService* pref = user_prefs::UserPrefs::Get(context); UserPrefs 108 chrome/browser/spellchecker/spelling_service_client.cc const PrefService* pref = user_prefs::UserPrefs::Get(context); UserPrefs 286 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc user_prefs::UserPrefs::Get(browser_context), UserPrefs 296 chrome/browser/ui/bookmarks/bookmark_utils.cc PrefService* prefs = user_prefs::UserPrefs::Get(browser_context); UserPrefs 363 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc profile_ ? user_prefs::UserPrefs::Get(profile_) : NULL; UserPrefs 55 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc PrefService* prefs = user_prefs::UserPrefs::Get(browser_context); UserPrefs 336 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc profile_ ? user_prefs::UserPrefs::Get(profile_) : NULL; UserPrefs 117 chrome/browser/ui/views/toolbar/home_button.cc PrefService* prefs = user_prefs::UserPrefs::Get(browser_->profile()); UserPrefs 326 chrome/test/base/testing_profile.cc user_prefs::UserPrefs::Set(this, prefs_.get()); UserPrefs 654 chrome/test/base/testing_profile.cc user_prefs::UserPrefs::Set(this, prefs_.get()); UserPrefs 87 components/keyed_service/content/browser_context_keyed_base_factory.cc PrefService* prefs = user_prefs::UserPrefs::Get(context); UserPrefs 26 components/user_prefs/user_prefs.cc PrefService* UserPrefs::Get(content::BrowserContext* context) { UserPrefs 29 components/user_prefs/user_prefs.cc return static_cast<UserPrefs*>( UserPrefs 34 components/user_prefs/user_prefs.cc void UserPrefs::Set(content::BrowserContext* context, PrefService* prefs) { UserPrefs 38 components/user_prefs/user_prefs.cc context->SetUserData(UserDataKey(), new UserPrefs(prefs)); UserPrefs 41 components/user_prefs/user_prefs.cc UserPrefs::UserPrefs(PrefService* prefs) : prefs_(prefs) { UserPrefs 44 components/user_prefs/user_prefs.cc UserPrefs::~UserPrefs() { UserPrefs 26 components/user_prefs/user_prefs.h class USER_PREFS_EXPORT UserPrefs : public base::SupportsUserData::Data { UserPrefs 37 components/user_prefs/user_prefs.h explicit UserPrefs(PrefService* prefs); UserPrefs 38 components/user_prefs/user_prefs.h virtual ~UserPrefs(); UserPrefs 43 components/user_prefs/user_prefs.h DISALLOW_COPY_AND_ASSIGN(UserPrefs);