Searched refs:profile_ (Results 51 - 75 of 1032) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Ddefault_apps.cc68 profile_->GetPrefs()->GetString(prefs::kDefaultApps) == "install";
71 static_cast<InstallState>(profile_->GetPrefs()->GetInteger(
83 profile_->WasCreatedByVersionOrLater(version_info.Version().c_str());
96 profile_->GetPrefs()->SetInteger(
116 profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
119 profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
135 profile_(profile),
142 if (!profile_ || !ShouldInstallInProfile()) {
H A Dexternal_component_loader.cc22 : profile_(profile) {
50 if (HotwordServiceFactory::IsHotwordAllowed(profile_)) {
60 InitBookmarksExperimentState(profile_);
63 if (GetBookmarksExperimentExtensionID(profile_->GetPrefs(), &ext_id) &&
H A Dntp_overridden_bubble_controller.h27 Profile* profile_; member in class:extensions::NtpOverriddenBubbleController
H A Dproxy_overridden_bubble_controller.h32 Profile* profile_; member in class:extensions::ProxyOverriddenBubbleController
H A Dsuspicious_extension_bubble_controller.h35 Profile* profile_; member in class:extensions::SuspiciousExtensionBubbleController
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_service_android_unittest.cc36 profile_.reset(new TestingProfile());
39 profile_.get(),
59 content::Source<Profile>(profile_.get()),
64 scoped_ptr<TestingProfile> profile_; member in class:invalidation::InvalidationServiceAndroidTestDelegate
76 invalidation_service_(&profile_, invalidation_controller_) {}
102 TestingProfile profile_; member in class:invalidation::InvalidationServiceAndroidRegistrationTest
148 : invalidation_service_(&profile_, new InvalidationControllerAndroid()) {}
156 TestingProfile profile_; member in class:invalidation::InvalidationServiceAndroidTest
H A Dticl_profile_settings_provider.h28 Profile* const profile_; member in class:invalidation::TiclProfileSettingsProvider
/external/chromium_org/chrome/browser/profiles/
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());
122 profile_index = cache.GetIndexOfProfileWithPath(profile_
[all...]
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc32 profile_ = Profile::FromBrowserContext(
35 WebContents::CreateParams create_params(profile_, site_instance);
61 content::Source<Profile>(profile_));
67 profile_(NULL) {
81 content::Source<Profile>(profile_),
92 content::Source<Profile>(profile_),
111 content::Source<Profile>(profile_),
135 content::Source<Profile>(profile_),
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_search_provider.cc50 : profile_(profile),
53 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
81 new AppResult(profile_, (*app_it)->app_id(), list_controller_));
98 extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_);
103 if (!extensions::ui_util::ShouldDisplayInAppLauncher(app, profile_))
106 if (profile_->IsOffTheRecord() &&
107 !extensions::util::CanLoadInIncognito(app, profile_))
116 ExtensionRegistry* registry = ExtensionRegistry::Get(profile_);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate.cc17 profile_(browser->profile()),
38 Profile* original_profile = profile_->GetOriginalProfile();
H A Dbookmark_context_menu_controller.cc47 profile_(profile),
52 DCHECK(profile_);
109 profile_,
156 initial_disposition, profile_);
172 profile_,
181 BookmarkUndoServiceFactory::GetForProfile(profile_)->undo_manager()->
189 BookmarkUndoServiceFactory::GetForProfile(profile_)->undo_manager()->
220 profile_,
236 profile_,
243 chrome::ToggleBookmarkBarWhenVisible(profile_);
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dcocoa_profile_test.h49 TestingProfile* profile() { return profile_; }
63 TestingProfile* profile_; // Weak; owned by profile_manager_. member in class:CocoaProfileTest
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar.cc15 LocationBar::LocationBar(Profile* profile) : profile_(profile) {
23 extensions::ExtensionRegistry::Get(profile_)->enabled_extensions();
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
H A Dsuggestions_internals_ui_handler.cc20 : profile_(profile) {}
33 suggestions_combiner_.reset(new SuggestionsCombiner(this, profile_));
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Ddump_database_handler.cc18 : profile_(profile) {}
31 SyncFileSystemServiceFactory::GetForProfile(profile_);
/external/chromium_org/chrome/browser/android/
H A Dnew_tab_page_prefs.cc26 : profile_(profile) {
38 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_
[all...]
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.cc45 profile_(profile) {
46 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_);
53 ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_);
63 profile_);
82 event->restrict_to_browser_context = profile_;
84 EventRouter::Get(profile_)->DispatchEventToExtension(
99 : profile_(NULL), extension_registry_observer_(this) {
103 : profile_(Profile::FromBrowserContext(context)),
105 extensions::EventRouter* router = extensions::EventRouter::Get(profile_);
113 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc59 profile_(profile),
71 if (!controller_->IsExtensionInstalled(profile_, app_id_))
83 if (!profile_->IsOffTheRecord()) {
94 profile_, this, menu_model_.get(),
209 profile_, app_id_)) + USE_LAUNCH_TYPE_COMMAND_START == command_id;
222 return controller_->HasOptionsPage(profile_, app_id_);
224 return controller_->UserMayModifySettings(profile_, app_id_);
230 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
234 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
256 controller_->DoCreateShortcutsFlow(profile_, app_id
[all...]
/external/chromium_org/chromeos/network/
H A Dpolicy_applicator.cc54 : handler_(handler), profile_(profile) {
65 dbus::ObjectPath(profile_.path),
74 << profile_.ToDebugString();
78 VLOG(2) << "Received properties for profile " << profile_.ToDebugString();
82 LOG(ERROR) << "Profile " << profile_.ToDebugString()
94 dbus::ObjectPath(profile_.path),
106 << profile_.ToDebugString();
111 << profile_.ToDebugString();
121 VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString()
130 VLOG(1) << "Entry " << entry << " of profile " << profile_
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_scheme_classifier.h24 Profile* profile_; member in class:ChromeAutocompleteSchemeClassifier
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_login_detector.h36 Profile* profile_; member in class:CaptivePortalLoginDetector
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dstub_login_session_manager_delegate.h29 Profile* profile_; member in class:chromeos::StubLoginSessionManagerDelegate
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_xhr_request_waiter.cc30 : profile_(profile),
38 profile_);
45 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile_);
65 OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile_);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_metrics_util_unittest.cc24 url_host, profile_.GetPrefs());
28 TestingProfile profile_; member in class:PasswordManagerMetricsUtilTest
57 profile_.GetPrefs(),
63 kMonitoredWebsites[i], profile_.GetPrefs())];

Completed in 5133 milliseconds

1234567891011>>