Searched refs:profile_ (Results 1 - 25 of 1037) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/favicon/
H A Dchrome_favicon_client.cc13 ChromeFaviconClient::ChromeFaviconClient(Profile* profile) : profile_(profile) {
20 return FaviconServiceFactory::GetForProfile(profile_,
25 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.cc19 profile_(profile) {
23 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->
39 ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->AddObserver(this);
42 LoginUIServiceFactory::GetForProfile(profile_);
48 if (SigninManagerFactory::GetForProfile(profile_)->
/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui_unittest.cc27 profile_ = builder.Build();
35 scoped_ptr<TestingProfile> profile_; member in class:SyncPromoUITest
45 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
53 EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
55 EXPECT_TRUE(SyncPromoUI::ShouldShowSyncPromo(profile_.get()));
/external/chromium_org/chrome/browser/undo/
H A Dbookmark_undo_utils.cc25 : profile_(profile) {
26 UndoManager* undo_manager = GetUndoManager(profile_);
32 UndoManager *undo_manager = GetUndoManager(profile_);
H A Dbookmark_undo_utils.h22 Profile* profile_; member in class:ScopedSuspendBookmarkUndo
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui.cc11 : profile_(profile),
H A Dexternal_component_loader.cc26 : profile_(profile) {
37 if (HotwordServiceFactory::IsHotwordAllowed(profile_)) {
44 profile_->GetPrefs(),
46 IsUserSignedin(profile_),
49 if (GetBookmarksExperimentExtensionID(profile_->GetPrefs(), &ext_id) &&
H A Dexternal_policy_loader.cc23 : profile_(profile) {
24 pref_change_registrar_.Init(profile_->GetPrefs());
33 content::Source<Profile>(profile_));
49 if (profile_ == NULL) return;
52 if (content::Source<Profile>(source).ptr() == profile_) {
55 profile_ = NULL;
61 profile_->GetPrefs()->GetDictionary(pref_names::kInstallForceList);
H A Dextension_web_ui_unittest.cc32 profile_.reset(new TestingProfile());
34 static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile_.get()));
40 profile_.reset();
44 scoped_ptr<TestingProfile> profile_; member in class:extensions::ExtensionWebUITest
71 profile_->GetExtensionService()->AddExtension(ext_unpacked.get());
76 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get()));
91 profile_->GetExtensionService()->AddComponentExtension(ext_component.get());
96 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get()));
104 profile_.get(), URLOverrides::GetChromeURLOverrides(ext_unpacked.get()));
106 EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_
[all...]
/external/chromium_org/media/formats/mp4/
H A Daac.cc19 : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0),
45 RCHECK(reader.ReadBits(5, &profile_));
52 if (profile_ == 5 || profile_ == 29) {
53 ps_present = (profile_ == 29);
58 RCHECK(reader.ReadBits(5, &profile_));
62 << std::hex << static_cast<int>(profile_);
117 profile_ >= 1 && profile_ <= 4;
148 DCHECK(profile_ >
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dbookmark_model_loaded_observer.cc11 : profile_(profile) {
20 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_);
H A Dstartup_task_runner_service.cc12 : profile_(profile) {
23 new base::DeferredSequencedTaskRunner(profile_->GetIOTaskRunner());
H A Dgaia_info_update_service.cc33 : profile_(profile) {
35 SigninManagerFactory::GetForProfile(profile_);
38 PrefService* prefs = profile_->GetPrefs();
45 DCHECK(!profile_) << "Shutdown not called before dtor";
51 SigninManagerFactory::GetForProfile(profile_);
88 return profile_;
92 return profile_->GetPrefs()->GetString(prefs::kProfileGAIAInfoPictureURL);
103 profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime,
116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
124 profile_index = cache.GetIndexOfProfileWithPath(profile_
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service_unittest.cc22 profile_.GetPrefs()->SetString(prefs::kSupervisedUserId,
26 &profile_);
29 &profile_);
43 TestingProfile profile_; member in class:SupervisedUserPrefMappingServiceTest
52 profile_.GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, 4);
61 EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), -1);
68 EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), 1);
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc18 : profile_(profile),
34 content::Source<Profile>(profile_));
46 return profile_;
62 if (profile_) {
65 content::Source<Profile>(profile_),
81 profile_ = NULL;
91 profile_ = profile;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_shower_views.cc19 profile_(NULL),
30 if (IsAppListVisible() && (requested_profile == profile_)) {
37 } else if (requested_profile != profile_) {
38 profile_ = requested_profile;
55 profile_ = requested_profile;
70 profile_ = NULL;
95 DCHECK(!profile_);
108 profile_, delegate_->GetControllerDelegateForCreate());
120 app_list_->SetProfileByPath(profile_->GetPath());
H A Dextension_uninstaller.cc17 : profile_(profile),
27 extensions::ExtensionSystem::Get(profile_)->extension_service()->
35 extensions::ExtensionUninstallDialog::Create(profile_, NULL, this));
41 extensions::ExtensionSystem::Get(profile_)->extension_service();
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider.cc19 : profile_(profile) {
35 if (!gcm::GCMProfileService::IsGCMEnabled(profile_)) {
40 if (profile_->GetPrefs()->GetBoolean(
/external/chromium_org/chrome/browser/search/
H A Dhotword_service.cc187 : profile_(profile),
197 if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) {
198 if (profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled))
207 DisableHotwordExtension(GetExtensionService(profile_));
212 pref_registrar_.Init(profile_->GetPrefs());
222 extensions::ExtensionSystem::Get(profile_)->ready().Post(
230 if (profile_->GetPrefs()->HasPrefPath(
232 profile_->GetPrefs()->ClearPref(hotword_internal::kHotwordUnusablePrefName);
264 profile_ != Profile::FromBrowserContext(browser_context) ||
265 !GetExtensionService(profile_))
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dmanaged_user_signin_manager_wrapper.cc18 : profile_(profile), original_(original) {}
30 if (auth_username.empty() && profile_->IsSupervised())
39 if (auth_account.empty() && profile_->IsSupervised())
48 if (auth_account.empty() && profile_->IsSupervised())
H A Dsync_startup_tracker.cc12 : profile_(profile),
15 profile_);
24 profile_);
36 switch (GetSyncServiceState(profile_)) {
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_bubble_unittest.cc24 TestingProfile* profile() { return &profile_; }
27 TestingProfile profile_; member in class:FirstRunBubbleTest
39 &profile_, &TemplateURLServiceFactory::BuildInstanceFor);
41 TemplateURLServiceFactory::GetForProfile(&profile_);
/external/chromium_org/apps/
H A Dapp_restore_service.cc39 : profile_(profile) {
45 ExtensionRegistry::Get(profile_)->enabled_extensions();
46 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
59 SavedFilesService::Get(profile_)->ClearQueueIfNoRetainPermission(
67 return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id);
105 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true);
109 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false);
114 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
125 RestartPlatformApp(profile_, extension);
130 AppLifetimeMonitorFactory::GetForProfile(profile_);
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_login_detector.cc14 : profile_(profile),
32 CaptivePortalServiceFactory::GetForProfile(profile_)->DetectCaptivePortal();
/external/chromium_org/chrome/browser/sync/glue/
H A Dtheme_data_type_controller.cc26 profile_(profile) {
32 extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true);

Completed in 497 milliseconds

1234567891011>>