Searched refs:profile_ (Results 276 - 300 of 1032) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate.cc130 : profile_(profile),
131 global_error_service_(GlobalErrorServiceFactory::GetForProfile(profile_)),
132 template_url_service_(TemplateURLServiceFactory::GetForProfile(profile_)),
134 DCHECK(profile_);
257 profile_->GetPrefs(), &default_search_index));
274 ProfileResetGlobalError* global_error = new ProfileResetGlobalError(profile_);
287 profile_,
302 profile_resetter_.reset(new ProfileResetter(profile_));
347 SendSettingsFeedback(report, profile_, PROFILE_RESET_PROMPT);
356 old_settings_snapshot.reset(new ResettableSettingsSnapshot(profile_));
[all...]
H A Dprofile_reset_global_error.cc42 : profile_(profile), has_shown_bubble_view_(false), bubble_view_(NULL) {
44 AutomaticProfileResetterFactory::GetForBrowserContext(profile_);
/external/chromium_org/chrome/browser/ui/webui/
H A Dvoicesearch_ui.cc95 explicit VoiceSearchDomHandler(Profile* profile) : profile_(profile) {}
195 PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile_).get();
211 if (profile_->GetPrefs()->GetBoolean(prefs::kAudioCaptureAllowed))
224 profile_->GetPrefs()->GetString(prefs::kApplicationLocale);
231 ASCIIToUTF16(profile_->GetPrefs()->GetString(
240 if (profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled))
247 HotwordServiceFactory::GetForProfile(profile_);
267 extensions::ExtensionSystem::Get(profile_);
288 extensions::ExtensionPrefs::Get(profile_);
317 app_list::StartPageService::Get(profile_);
351 Profile* profile_; member in class:__anon5585::VoiceSearchDomHandler
[all...]
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Dmagnification_manager_unittest.cc48 MagnificationManager::Get()->SetProfileForTest(&profile_); variable
56 TestingProfile profile_; member in class:chromeos::MagnificationManagerTest
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager.cc39 Profile* profile_; member in class:extensions::__anon3730::DefaultEventDelegate
43 : profile_(profile) {
55 event->restrict_to_browser_context = profile_;
56 EventRouter::Get(profile_)
62 EventRouter::Get(profile_)
67 EventRouter::Get(profile_)->UnregisterObserver(observer);
122 : profile_(profile),
134 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_event_router_chromeos.cc64 Profile* profile_; member in class:extensions::NetworkingPrivateEventRouterImpl
72 : profile_(profile), listening_(false) {
77 EventRouter* event_router = EventRouter::Get(profile_);
97 EventRouter* event_router = EventRouter::Get(profile_);
122 EventRouter* event_router = EventRouter::Get(profile_);
144 EventRouter* event_router = EventRouter::Get(profile_);
175 EventRouter* event_router = EventRouter::Get(profile_);
197 EventRouter* event_router = EventRouter::Get(profile_);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dsync_setup_helper.cc32 profile_ = profile;
34 ProfileSyncServiceHarness::Create(profile_, username_, password_));
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.h55 Profile* const profile_; member in class:extensions::SignedInDevicesChangeObserver
93 Profile* const profile_; member in class:extensions::SignedInDevicesManager
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_checker.h57 Profile* profile() const { return profile_; }
101 Profile* profile_; member in class:extensions::ExtensionInstallChecker
H A Dextension_install_ui.h70 Profile* profile() { return profile_; }
84 Profile* profile_; member in class:ExtensionInstallUI
H A Dtest_extension_environment.cc31 : profile_(new TestingProfile),
46 return profile_.get();
H A Dwindow_controller.cc20 : window_(window), profile_(profile) {
38 result->SetBoolean(keys::kIncognitoKey, profile_->IsOffTheRecord());
H A Dwindow_controller.h49 Profile* profile() const { return profile_; }
88 Profile* profile_; member in class:extensions::WindowController
/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service.cc16 TokenCacheService::TokenCacheService(Profile* profile) : profile_(profile) {
69 SigninManagerFactory::GetForProfile(const_cast<Profile*>(profile_))
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc44 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())) {
45 client_ = ChromeFaviconClientFactory::GetForProfile(profile_);
121 profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS);
127 profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS);
141 profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS);
207 !profile_->IsOffTheRecord()) {
209 profile_, Profile::IMPLICIT_ACCESS);
272 profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS);
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_permission_context.h45 Profile* profile() const { return profile_; }
95 Profile* const profile_; member in class:ProtectedMediaIdentifierPermissionContext
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc27 : profile_(profile),
74 PrefService* pref = profile_->GetPrefs();
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_test_util.h78 TestingProfile* profile() { return profile_.get(); }
81 scoped_ptr<TestingProfile> profile_; member in class:TemplateURLServiceTestUtil
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.cc49 : profile_(profile), signin_host_id_(ChildProcessHost::kInvalidUniqueID) {
115 PrefService* ChromeSigninClient::GetPrefs() { return profile_->GetPrefs(); }
119 profile_, Profile::EXPLICIT_ACCESS);
136 if (profile_->IsSupervised()) {
168 return profile_->GetRequestContext();
213 chrome::SetLocalAuthCredentials(profile_, password);
237 content::Source<Profile> source(profile_);
248 content::Source<Profile> source(profile_);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc114 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
159 SupervisedUserServiceFactory::GetForProfile(profile_);
175 SupervisedUserServiceFactory::GetForProfile(profile_);
180 std::string profile_image_url = profile_->GetPrefs()->GetString(
187 std::string profile_image_url2 = profile_->GetPrefs()->GetString(
253 SupervisedUserServiceFactory::GetForProfile(profile_);
281 SupervisedUserServiceFactory::GetForProfile(profile_);
291 SupervisedUserServiceFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.cc105 Profile* profile_; member in class:themes_helper::__anon4838::ThemePendingInstallChecker
113 : profile_(profile), theme_(theme) {
125 return ThemeIsPendingInstall(profile_, theme_);
141 content::Source<Profile>(profile_));
185 Profile* profile_; member in class:themes_helper::__anon4839::ThemeConditionChecker
196 : profile_(profile),
209 return exit_condition_.Run(GetThemeService(profile_));
223 content::Source<ThemeService>(GetThemeService(profile_)));
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_search_provider.cc28 : profile_(profile),
52 !chrome::IsSuggestPrefEnabled(profile_)) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service.h55 Profile* profile() { return profile_; }
82 Profile* profile_; member in class:app_list::StartPageService
/external/chromium_org/chrome/browser/ui/autofill/
H A Dcountry_combobox_model_unittest.cc22 manager_.Init(NULL, profile_.GetPrefs(), false);
32 // NB: order is important here - |profile_| must go down after |manager_|.
33 TestingProfile profile_; member in class:autofill::CountryComboboxModelTest
H A Dnew_credit_card_bubble_controller.h85 Profile* profile() { return profile_; }
112 // TODO(dbeam): Break Views dependency on Profile and remove |profile_|.
113 Profile* const profile_; member in class:autofill::NewCreditCardBubbleController

Completed in 1175 milliseconds

<<11121314151617181920>>