Searched refs:Profile (Results 101 - 125 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_diagnosis_runner.h15 class Profile;
24 static void Run(Profile* profile, const std::string& app_id);
30 explicit KioskDiagnosisRunner(Profile* profile);
39 Profile* profile_;
H A Dcertificate_manager_dialog.h11 class Profile;
18 CertificateManagerDialog(Profile* profile,
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Dmerge_session_xhr_request_waiter.h18 class Profile;
25 Profile* profile,
35 Profile* user_profile,
44 Profile* profile_;
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_chromeos.cc14 void AvatarMenu::GetImageForMenuButton(Profile* profile,
/external/chromium_org/chrome/browser/download/
H A Ddownload_crx_util.h16 class Profile;
35 Profile* profile,
43 Profile* profile,
52 bool OffStoreInstallAllowedByPrefs(Profile* profile,
H A Ddownload_crx_util_android.cc17 bool OffStoreInstallAllowedByPrefs(Profile* profile,
H A Ddownload_test_file_activity_observer.h10 class Profile;
21 explicit DownloadTestFileActivityObserver(Profile* profile);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui.cc10 ExtensionInstallUI::ExtensionInstallUI(Profile* profile)
H A Ddata_deleter.h12 class Profile;
27 static void StartDeleting(Profile* profile,
/external/chromium_org/chrome/browser/
H A Dplatform_util.h14 class Profile;
26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
30 void OpenItem(Profile* profile, const base::FilePath& full_path);
35 void OpenExternal(Profile* profile, const GURL& url);
/external/chromium_org/chrome/browser/signin/
H A Dfake_profile_oauth2_token_service_builder.cc13 Profile* profile = Profile::FromBrowserContext(context);
22 Profile* profile = Profile::FromBrowserContext(context);
H A Dprofile_oauth2_token_service_factory.h12 class Profile;
21 // Profiles. Listens for the Profile's destruction notification and cleans up
30 static ProfileOAuth2TokenService* GetForProfile(Profile* profile);
38 Profile* profile);
41 Profile* profile);
/external/chromium_org/chrome/browser/sync/
H A Dsync_startup_tracker.h12 class Profile;
31 SyncStartupTracker(Profile* profile, Observer* observer);
46 static SyncServiceState GetSyncServiceState(Profile* profile);
57 // Profile whose ProfileSyncService we should track.
58 Profile* profile_;
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h17 class Profile;
50 static void InitAll(Profile* initial_profile);
57 Profile* launch_profile);
76 virtual void CreateForProfile(Profile* requested_profile) = 0;
81 virtual void ShowForProfile(Profile* requested_profile) = 0;
87 virtual void AutoShowForProfile(Profile* requested_profile) = 0;
93 virtual Profile* GetCurrentAppListProfile() = 0;
100 virtual void EnableAppList(Profile* initial_profile,
117 virtual void Init(Profile* initial_profile) = 0;
/external/chromium_org/chrome/browser/ui/
H A Dsettings_window_manager.h17 class Profile;
35 void ShowChromePageForProfile(Profile* profile, const GURL& gurl);
39 Browser* FindBrowserForProfile(Profile* profile);
46 typedef std::map<Profile*, SessionID::id_type> ProfileSessionMap;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_codec.h13 class Profile;
36 static void WritePinnedTabs(Profile* profile);
39 static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs);
42 static StartupTabs ReadPinnedTabs(Profile* profile);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view_platform_specific.cc20 Profile* profile) {
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dextension_statuses_handler.h12 class Profile;
22 explicit ExtensionStatusesHandler(Profile* profile);
28 Profile* profile,
38 Profile* profile_;
/external/chromium_org/apps/
H A Dapp_restore_service.h19 class Profile;
31 explicit AppRestoreService(Profile* profile);
41 static AppRestoreService* Get(Profile* profile);
45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
46 virtual void OnAppActivated(Profile* profile,
48 virtual void OnAppDeactivated(Profile* profile,
50 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
65 Profile* profile_;
H A Dsaved_devices_service_factory.cc15 Profile* profile) {
36 return new SavedDevicesService(static_cast<Profile*>(profile));
H A Dsaved_files_service_factory.cc14 SavedFilesService* SavedFilesServiceFactory::GetForProfile(Profile* profile) {
33 return new SavedFilesService(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/android/signin/
H A Daccount_management_screen_helper.h13 class Profile;
22 static void OpenAccountManagementScreen(Profile* profile,
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_service_bridge.h17 class Profile;
25 static scoped_ptr<DriveServiceBridge> Create(Profile* profile);
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_rsa.h14 class Profile;
16 crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_event_router.h11 class Profile;
21 static NetworkingPrivateEventRouter* Create(Profile* profile);

Completed in 424 milliseconds

1234567891011>>