Searched refs:Profile (Results 226 - 250 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.h17 class Profile;
49 static Browser* RestoreSession(Profile* profile,
64 Profile* profile,
80 static bool IsRestoring(const Profile* profile);
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_factory.cc27 EasyUnlockService* EasyUnlockServiceFactory::GetForProfile(Profile* profile) {
48 Profile::FromBrowserContext(context))) {
50 return new EasyUnlockServiceSignin(Profile::FromBrowserContext(context));
56 return new EasyUnlockServiceRegular(Profile::FromBrowserContext(context));
H A Dprofile_oauth2_token_service_factory.cc33 ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
41 Profile* profile) {
54 Profile* profile = static_cast<Profile*>(context);
H A Dtest_signin_client_builder.cc21 new TestSigninClient(static_cast<Profile*>(context)->GetPrefs());
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_observer.h14 class Profile;
16 // Profile-keyed class that observes the extension registry to determine load of
23 static TtsEngineExtensionObserver* GetInstance(Profile* profile);
43 explicit TtsEngineExtensionObserver(Profile* profile);
52 Profile* profile_;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_views.h34 virtual void Init(Profile* initial_profile) OVERRIDE;
35 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
36 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
40 virtual Profile* GetCurrentAppListProfile() OVERRIDE;
H A Dprofile_loader.cc32 base::Callback<void(Profile*)> callback) {
35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path);
51 base::Callback<void(Profile*)> callback,
52 Profile* profile) {
H A Dprofile_loader.h15 class Profile;
36 base::Callback<void(Profile*)> callback);
42 base::Callback<void(Profile*)> callback,
43 Profile* profile);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_service_ash.h29 virtual void CreateForProfile(Profile* default_profile) OVERRIDE;
30 virtual void ShowForProfile(Profile* default_profile) OVERRIDE;
33 virtual void EnableAppList(Profile* initial_profile,
36 virtual Profile* GetCurrentAppListProfile() OVERRIDE;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_ui_prefs.h11 class Profile;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_name_folder_controller.h15 class Profile;
26 Profile* profile_; // weak
47 profile:(Profile*)profile
50 profile:(Profile*)profile
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dedit_search_engine_controller.h13 class Profile;
40 Profile* profile);
68 Profile* profile() const { return profile_; }
84 // Profile whose TemplateURLService we're modifying.
85 Profile* profile_;
/external/chromium_org/chrome/browser/ui/sync/
H A Dinline_login_dialog.h15 class Profile;
22 static void Show(Profile* profile);
25 explicit InlineLoginDialog(Profile* profile);
42 Profile* profile_;
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Daccessibility_event_router_views.h18 class Profile;
39 // You can use Profile::PauseAccessibilityEvents to prevent a flurry
92 Profile* profile);
96 Profile* profile);
100 Profile* profile);
104 Profile* profile);
108 Profile* profile);
112 Profile* profile);
116 Profile* profile);
120 Profile* profil
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.h12 class Profile;
24 static bool Show(Profile* profile);
27 explicit FirstRunDialog(Profile* profile);
42 Profile* profile_;
/external/chromium_org/chrome/browser/ui/webui/
H A Dapp_launcher_page_ui.h12 class Profile;
30 explicit HTMLSource(Profile* profile);
47 Profile* profile_;
52 Profile* GetProfile() const;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.h15 class Profile;
60 base::FilePath GetDriveMountPointPath(Profile* profile);
68 FileSystemInterface* GetFileSystemByProfile(Profile* profile);
71 // if the Profile for |profile_id| is destructed or Drive File System is
73 // Note: |profile_id| should be the pointer of the Profile instance if it is
82 DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile);
86 DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
99 Profile* ExtractProfileFromPath(const base::FilePath& path);
123 base::FilePath GetCacheRootPath(Profile* profile);
134 void PrepareWritableFileAndRun(Profile* profil
[all...]
/external/chromium_org/apps/
H A Dapp_restore_service_factory.cc15 AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
36 return new AppRestoreService(static_cast<Profile*>(profile));
H A Dapp_restore_service_factory.h11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppRestoreService* GetForProfile(Profile* profile);
H A Dsaved_devices_service_factory.h11 class Profile;
20 static SavedDevicesService* GetForProfile(Profile* profile);
H A Dsaved_files_service_factory.h11 class Profile;
20 static SavedFilesService* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/apps/
H A Dshortcut_manager_factory.cc12 AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
33 return new AppShortcutManager(static_cast<Profile*>(profile));
H A Dshortcut_manager_factory.h12 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppShortcutManager* GetForProfile(Profile* profile);
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service_factory.cc33 Profile* profile = static_cast<Profile*>(context);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_factory.cc14 Profile* profile) {
35 return new CaptivePortalService(static_cast<Profile*>(profile));

Completed in 427 milliseconds

1234567891011>>