Searched refs:profile (Results 1 - 25 of 3131) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui.cc7 #include "chrome/browser/profiles/profile.h"
10 bool SyncPromoUI::ShouldShowSyncPromo(Profile* profile) { argument
12 if (!signin::ShouldShowPromo(profile)) {
17 if (!profile->IsSyncAccessible())
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_mac.h17 void OpenAboutWindow(Profile* profile);
18 void OpenHistoryWindow(Profile* profile);
19 void OpenDownloadsWindow(Profile* profile);
20 void OpenHelpWindow(Profile* profile, HelpSource source);
21 void OpenOptionsWindow(Profile* profile);
22 void OpenSyncSetupWindow(Profile* profile, signin::Source source);
23 void OpenClearBrowsingDataDialogWindow(Profile* profile);
24 void OpenImportSettingsDialogWindow(Profile* profile);
25 void OpenBookmarkManagerWindow(Profile* profile);
26 void OpenExtensionsWindow(Profile* profile);
[all...]
/external/chromium_org/chrome/browser/dom_distiller/
H A Dprofile_utils.h8 #include "chrome/browser/profiles/profile.h"
11 // |profile|.
12 void RegisterDomDistillerViewerSource(Profile* profile);
/external/chromium_org/chrome/browser/services/gcm/
H A Dpush_messaging_permission_context.cc9 PushMessagingPermissionContext::PushMessagingPermissionContext(Profile* profile) argument
10 : PermissionContextBase(profile, CONTENT_SETTINGS_TYPE_PUSH_MESSAGING) {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_mock.cc19 ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile) argument
23 profile,
25 profile,
26 SigninManagerFactory::GetForProfile(profile))),
27 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
32 scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile)
35 profile,
37 profile,
38 SigninManagerFactory::GetForProfile(profile))),
39 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
31 ProfileSyncServiceMock( scoped_ptr<ProfileSyncComponentsFactory> factory, Profile* profile) argument
48 TestingProfile* profile = new TestingProfile(); local
54 BuildMockProfileSyncService( content::BrowserContext* profile) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_util.cc9 #include "chrome/browser/profiles/profile.h"
14 bool IsProfileAssociatedWithGaiaAccount(Profile* profile) { argument
19 if (profile->IsOffTheRecord())
23 // when this method is called during the creation of the sign-in profile
25 // not try to access the sign-in profile.
26 if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
H A Davatar_menu_chromeos.cc10 #include "chrome/browser/profiles/profile.h"
14 void AvatarMenu::GetImageForMenuButton(Profile* profile, argument
19 *image = ash::GetAvatarImageForContext(profile);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui.cc10 ExtensionInstallUI::ExtensionInstallUI(Profile* profile) argument
11 : profile_(profile),
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.h21 // Gets the ID of |profile|'s theme.
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
24 // Returns true iff |profile| is using a custom theme.
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
27 // Returns true iff |profile| is using the default theme.
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
30 // Returns true iff |profile| is using the system theme.
31 bool UsingSystemTheme(Profile* profile) WARN_UNUSED_RESULT;
34 // |profile|.
36 Profile* profile, cons
[all...]
H A Dextensions_helper.h19 // Returns true iff the profile with index |index| has the same extensions
30 // Installs the extension for the given index to |profile|, and returns the
32 std::string InstallExtension(Profile* profile, int index);
38 // Uninstalls the extension for the given index from |profile|. Assumes that
40 void UninstallExtension(Profile* profile, int index);
43 // test extensions on |profile|.
44 std::vector<int> GetInstalledExtensions(Profile* profile);
46 // Installs all pending synced extensions for |profile|.
47 void InstallExtensionsPendingForSync(Profile* profile);
49 // Enables the extension for the given index on |profile|
[all...]
/external/chromium_org/apps/
H A Dsaved_devices_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
36 return new SavedDevicesService(static_cast<Profile*>(profile));
14 GetForProfile( Profile* profile) argument
H A Dsaved_files_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
14 SavedFilesService* SavedFilesServiceFactory::GetForProfile(Profile* profile) { argument
16 GetInstance()->GetServiceForBrowserContext(profile, true));
32 content::BrowserContext* profile) const {
33 return new SavedFilesService(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_manager_util.cc9 #include "chrome/browser/profiles/profile.h"
20 Profile* profile = ProfileManager::GetActiveUserProfile(); local
21 DCHECK(profile);
24 extensions::ExtensionSystem::Get(profile)->extension_service();
33 OpenApplication(AppLaunchParams(profile, extension,
/external/chromium_org/chrome/browser/predictors/
H A Dpredictor_database_factory.cc9 #include "chrome/browser/profiles/profile.h"
15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) { argument
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new PredictorDatabase(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/profiles/
H A Dstartup_task_runner_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
21 Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
34 return new StartupTaskRunnerService(static_cast<Profile*>(profile));
20 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_data_deleter.h13 void DeleteSessionOnlyData(Profile* profile);
H A Dsession_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
13 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) { argument
19 GetInstance()->GetServiceForBrowserContext(profile, true));
25 Profile* profile) {
31 GetInstance()->GetServiceForBrowserContext(profile, false));
37 Profile* profile) {
38 SessionService* service = GetForProfile(profile);
41 // |profile| so GetForProfile will recreate it.
42 GetInstance()->Disassociate(profile);
43 service = GetForProfile(profile);
24 GetForProfileIfExisting( Profile* profile) argument
36 GetForProfileForSessionRestore( Profile* profile) argument
49 ShutdownForProfile(Profile* profile) argument
[all...]
H A Dtab_restore_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
12 TabRestoreService* TabRestoreServiceFactory::GetForProfile(Profile* profile) { argument
14 GetInstance()->GetServiceForBrowserContext(profile, true));
19 Profile* profile) {
21 GetInstance()->GetServiceForBrowserContext(profile, false));
25 void TabRestoreServiceFactory::ResetForProfile(Profile* profile) { argument
27 factory->BrowserContextShutdown(profile);
28 factory->BrowserContextDestroyed(profile);
18 GetForProfileIfExisting( Profile* profile) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
35 static_cast<Profile*>(profile)->GetPrefs());
12 GetForProfile( Profile* profile) argument
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dlogin_ui_service_factory.cc8 #include "chrome/browser/profiles/profile.h"
23 LoginUIService* LoginUIServiceFactory::GetForProfile(Profile* profile) { argument
25 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new LoginUIService(static_cast<Profile*>(profile));
/external/javasqlite/src/main/java/SQLite/
H A DProfile.java4 * Callback interface for SQLite's profile function.
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_profile_util.h13 // A series of common operations to interact with the profile's Desktop
18 static void ResetToDefaultContentSetting(Profile* profile);
22 Profile* profile, const ContentSettingsPattern& pattern);
25 static void GrantPermission(Profile* profile, const GURL& origin);
26 static void DenyPermission(Profile* profile, const GURL& origin);
28 Profile* profile, ContentSettingsForOneType* settings);
29 static ContentSetting GetContentSetting(Profile* profile, const GURL& origin);
30 static void UsePermission(Profile* profile, const GURL& origin);
/external/chromium_org/chrome/browser/signin/
H A Dsignin_ui_util.h25 GlobalError* GetSignedInServiceError(Profile* profile);
28 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
32 base::string16 GetSigninMenuLabel(Profile* profile);
34 void GetStatusLabelsForAuthError(Profile* profile,
40 void InitializePrefsForProfile(Profile* profile);
43 void ShowSigninErrorLearnMorePage(Profile* profile);
45 // Returns the display email string for the given account. If the profile
49 std::string GetDisplayEmail(Profile* profile, const std::string& account_id);
H A Dsignin_tracker_factory.cc18 Profile* profile,
24 account_reconcilor = AccountReconcilorFactory::GetForProfile(profile);
27 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
28 SigninManagerFactory::GetForProfile(profile),
30 ChromeSigninClientFactory::GetForProfile(profile),
17 CreateForProfile( Profile* profile, SigninTracker::Observer* observer) argument
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service_factory.cc7 #include "chrome/browser/profiles/profile.h"
12 content::BrowserContext* profile) {
14 GetInstance()->GetServiceForBrowserContext(profile, true));
33 Profile* profile = static_cast<Profile*>(context); local
34 DCHECK(!profile->IsOffTheRecord());
35 return new BitmapFetcherService(profile);
11 GetForBrowserContext( content::BrowserContext* profile) argument

Completed in 4611 milliseconds

1234567891011>>