Searched refs:profile_ (Results 1 - 25 of 1032) 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/search_engines/
H A Dtemplate_url_service_factory_test_util.cc16 : profile_(profile) {
17 profile_->CreateWebDataService();
20 profile_, TemplateURLServiceFactory::BuildInstanceFor);
44 profile_->GetTestingPrefService(),
52 profile_->GetTestingPrefService());
56 return TemplateURLServiceFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc21 : profile_(profile),
30 return profile_->GetRequestContext();
34 return profile_->IsOffTheRecord();
38 return profile_->GetPrefs()->GetString(prefs::kAcceptLanguages);
42 return profile_->GetPrefs()->GetBoolean(prefs::kSearchSuggestEnabled);
46 return profile_->GetPrefs()->GetBoolean(bookmarks::prefs::kShowBookmarkBar);
62 AutocompleteClassifierFactory::GetForProfile(profile_);
70 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS);
77 HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)
84 ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_);
[all...]
/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),
/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());
/external/chromium_org/chrome/browser/sync/glue/
H A Dtheme_data_type_controller.cc24 profile_(profile) {
30 extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true);
/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);
H A Dsupervised_user_sync_data_type_controller.cc21 profile_(profile) {
32 return !profile_->IsSupervised();
34 return profile_->IsSupervised();
/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/
H A Dnavigation_correction_tab_observer.cc31 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())) {
32 PrefService* prefs = profile_->GetPrefs();
42 GoogleURLTrackerFactory::GetForProfile(profile_);
79 if (!profile_->GetPrefs()->GetBoolean(prefs::kAlternateErrorPagesEnabled) ||
80 profile_->IsOffTheRecord()) {
99 google_profile_helper::GetGoogleHomePageURL(profile_)),
102 google_profile_helper::GetGoogleHomePageURL(profile_))));
/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/sync/test/integration/
H A Dsync_extension_installer.cc14 : profile_(profile),
19 content::Source<Profile>(profile_));
44 SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(profile_);
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service.cc20 : profile_(profile),
41 event->restrict_to_browser_context = profile_;
44 extensions::EventRouter::Get(profile_)->BroadcastEvent(event.Pass());
51 content::Source<Profile>(profile_),
/external/chromium_org/chrome/browser/sync/
H A Dsupervised_user_signin_manager_wrapper.cc18 : profile_(profile), original_(original) {}
30 if (auth_username.empty() && profile_->IsSupervised())
38 if (!original_->IsAuthenticated() && profile_->IsSupervised())
46 if (!original_->IsAuthenticated() && profile_->IsSupervised())
H A Dsync_startup_tracker.cc12 : profile_(profile),
15 profile_);
24 profile_);
36 switch (GetSyncServiceState(profile_)) {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_uninstaller.cc18 : profile_(profile),
28 extensions::ExtensionSystem::Get(profile_)->extension_service()->
36 profile_, controller_->GetAppListWindow(), this));
42 extensions::ExtensionSystem::Get(profile_)->extension_service();
/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.cc38 : profile_(profile) {
44 ExtensionRegistry::Get(profile_)->enabled_extensions();
45 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
58 SavedFilesService::Get(profile_)->ClearQueueIfNoRetainPermission(
66 return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id);
104 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true);
108 ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false);
113 ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_);
124 RestartPlatformApp(profile_, extension);
129 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();

Completed in 506 milliseconds

1234567891011>>