Searched refs:Profile (Results 51 - 75 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/favicon/
H A Dchrome_favicon_client.cc11 class Profile;
13 ChromeFaviconClient::ChromeFaviconClient(Profile* profile) : profile_(profile) {
21 Profile::EXPLICIT_ACCESS);
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_profile_settings_provider.h13 class Profile;
20 explicit TiclProfileSettingsProvider(Profile* profile);
28 Profile* const profile_;
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_device_permissions.h9 class Profile;
19 bool CheckAllowAllMediaStreamContentForOrigin(Profile* profile,
23 MediaStreamDevicePolicy GetDevicePolicy(Profile* profile,
/external/chromium_org/chrome/browser/password_manager/
H A Dsync_metrics.h10 class Profile;
18 std::string GetSyncUsername(Profile* profile);
22 bool IsSyncAccountCredential(Profile* profile,
/external/chromium_org/chrome/browser/profiles/
H A Dbookmark_model_loaded_observer.h12 class Profile;
16 explicit BookmarkModelLoadedObserver(Profile* profile);
24 Profile* profile_;
H A Dprofiles_state.h13 class Profile;
40 base::string16 GetAvatarButtonTextForProfile(Profile* profile);
47 void UpdateProfileName(Profile* profile,
54 Profile* profile,
64 void UpdateGaiaProfilePhotoIfNeeded(Profile* profile);
69 SigninErrorController* GetSigninErrorController(Profile* profile);
74 Profile* SetActiveProfileToGuestIfLocked();
H A Dprofile_manager.h32 public Profile::Delegate {
34 typedef base::Callback<void(Profile*, Profile::CreateStatus)> CreateCallback;
48 // If the Profile is going to be used to open a new window then consider using
50 static Profile* GetLastUsedProfile();
52 // Same as GetLastUsedProfile() but returns the incognito Profile if
53 // incognito mode is forced. This should be used if the last used Profile
55 static Profile* GetLastUsedProfileAllowedByPolicy();
58 static std::vector<Profile*> GetLastOpenedProfiles();
65 static Profile* GetPrimaryUserProfil
[all...]
H A Dprofile_destroyer.h14 class Profile;
24 static void DestroyProfileWhenAppropriate(Profile* const profile);
25 static void DestroyOffTheRecordProfileNow(Profile* const profile);
33 ProfileDestroyer(Profile* const profile, HostSet* hosts);
45 static bool GetHostsForProfile(Profile* const profile, HostSet* hosts);
58 Profile* profile_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_data_type_controller.h14 class Profile;
25 Profile* profile);
33 Profile* const profile_;
H A Dtheme_data_type_controller.h10 class Profile;
18 Profile* profile);
26 Profile* const profile_;
/external/chromium_org/chrome/browser/ui/pdf/
H A Dadobe_reader_info_win.h12 class Profile;
16 bool is_enabled; // Only valid in the context of a given Profile.
28 Profile* profile,
35 bool GetAdobeReaderPluginInfo(Profile* profile,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dui_account_tweaks.h11 class Profile;
25 base::DictionaryValue* localized_strings, Profile* profile);
34 Profile* profile);
/external/chromium_org/third_party/npapi/npspy/include/
H A Dprofile.h41 class Profile class
44 Profile();
45 ~Profile();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DAnswersImage.java10 import org.chromium.chrome.browser.profiles.Profile;
31 * @param profile Profile that the request is for.
38 Profile profile, String imageUrl, AnswersImageObserver observer) {
44 * @param profile Profile the request was issued for.
47 public static void cancelAnswersImageRequest(Profile profile, int requestId) {
56 Profile profile, String imageUrl, AnswersImageObserver observer);
61 private static native void nativeCancelAnswersImageRequest(Profile profile, int requestId);
H A DOmniboxPrerender.java8 import org.chromium.chrome.browser.profiles.Profile;
35 public void clear(Profile profile) {
46 public void initializeForProfile(Profile profile) {
62 Profile profile, Tab tab) {
68 private native void nativeClear(long nativeOmniboxPrerender, Profile profile);
71 Profile profile);
73 String currentUrl, long nativeAutocompleteResult, Profile profile,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfilesystem_api_util.h17 class Profile;
32 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);
37 Profile* profile,
44 Profile* profile,
52 Profile* profile,
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_field_trial.h10 class Profile;
25 bool IsOmniboxEnabled(Profile* profile);
35 bool ShouldDisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
39 bool ShouldDisableLocalPredictorDueToPreferencesAndNetwork(Profile* profile);
60 bool ShouldQueryPrerenderService(Profile* profile);
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_util.h10 class Profile;
19 std::string GetUserIDFromProfile(Profile* profile);
25 Profile* GetProfileFromUserID(const std::string& user_id);
28 Profile* GetProfileFromWindow(aura::Window* window);
33 bool IsProfileFromActiveUser(Profile* profile);
/external/chromium_org/apps/
H A Dlauncher.h12 class Profile;
29 void LaunchPlatformAppWithCommandLine(Profile* profile,
36 void LaunchPlatformAppWithPath(Profile* profile,
41 void LaunchPlatformApp(Profile* profile,
49 Profile* profile,
58 void LaunchPlatformAppWithUrl(Profile* profile,
64 void RestartPlatformApp(Profile* profile,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.h18 class Profile;
36 std::string InstallExtension(Profile* profile,
41 void UninstallExtension(Profile* profile, const std::string& name);
45 std::vector<std::string> GetInstalledExtensionNames(Profile* profile) const;
48 void EnableExtension(Profile* profile, const std::string& name);
51 void DisableExtension(Profile* profile, const std::string& name);
54 bool IsExtensionEnabled(Profile* profile, const std::string& name) const;
57 void IncognitoEnableExtension(Profile* profile, const std::string& name);
60 void IncognitoDisableExtension(Profile* profile, const std::string& name);
63 bool IsIncognitoEnabled(Profile* profil
[all...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_service_factory.cc21 Profile* profile, Profile::ServiceAccessType sat) {
24 sat != Profile::EXPLICIT_ACCESS)
34 Profile* profile, Profile::ServiceAccessType sat) {
37 sat != Profile::EXPLICIT_ACCESS)
46 HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
57 void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
74 Profile* profile = static_cast<Profile*>(contex
[all...]
H A Dhistory_service_factory.h19 Profile* profile, Profile::ServiceAccessType sat);
22 Profile* profile, Profile::ServiceAccessType sat);
25 Profile* profile);
33 static void ShutdownForProfile(Profile* profile);
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.h30 explicit WebDataServiceWrapper(Profile* profile);
70 Profile* profile,
71 Profile::ServiceAccessType access_type);
74 Profile* profile,
75 Profile::ServiceAccessType access_type);
79 GetAutofillWebDataForProfile(Profile* profile,
80 Profile::ServiceAccessType access_type);
84 Profile* profile,
85 Profile::ServiceAccessType access_type);
89 Profile* profil
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.h13 class Profile;
88 virtual void DoCreateShortcutsFlow(Profile* profile,
96 virtual void DoShowAppInfoFlow(Profile* profile,
101 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
104 virtual void ActivateApp(Profile* profile,
110 virtual void LaunchApp(Profile* profile,
125 bool UserMayModifySettings(Profile* profile, const std::string& app_id);
128 void UninstallApp(Profile* profile, const std::string& app_id);
131 bool IsAppFromWebStore(Profile* profile,
135 void ShowAppInWebStore(Profile* profil
[all...]
H A Dapp_list_shower_views.h17 class Profile;
27 void ShowForProfile(Profile* requested_profile);
31 Profile* profile() const { return profile_; }
34 void CreateViewForProfile(Profile* requested_profile);
41 void WarmupForProfile(Profile* profile);
61 Profile* profile_;

Completed in 8738 milliseconds

1234567891011>>