Searched refs:Profile (Results 151 - 175 of 2537) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_ui_util.h10 class Profile;
26 Profile* profile,
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_handlers_helper.h23 Profile* profile,
24 Profile::CreateStatus status);
/external/chromium_org/chrome/browser/ui/webui/
H A Dset_as_default_browser_ui.h11 class Profile;
21 static void Show(Profile* profile, Browser* browser);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dlogin_ui_service_factory.cc23 LoginUIService* LoginUIServiceFactory::GetForProfile(Profile* profile) {
35 return new LoginUIService(static_cast<Profile*>(profile));
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_helper.h18 class Profile;
41 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
55 // Returns Profile instance that corresponds to |user_id_hash|.
56 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
66 static Profile* GetSigninProfile();
70 static std::string GetUserIdHashFromProfile(Profile* profile);
75 // Returns true if |profile| is the signin Profile. This can be used during
76 // construction of the signin Profile to determine if that Profile is the
77 // signin Profile
[all...]
/external/chromium_org/chrome/browser/search/
H A Dsearch.h17 class Profile;
63 bool IsSuggestPrefEnabled(Profile* profile);
90 base::string16 ExtractSearchTermsFromURL(Profile* profile, const GURL& url);
95 bool IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url);
114 bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile);
119 Profile* profile);
122 bool ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile);
126 bool IsNTPURL(const GURL& url, Profile* profile);
149 GURL GetInstantURL(Profile* profile, bool force_instant_results);
152 std::vector<GURL> GetSearchURLs(Profile* profil
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerServiceFactory.java9 import org.chromium.chrome.browser.profiles.Profile;
16 * {@link DomDistillerService} instances. Each {@link Profile} will at most
23 private static final HashMap<Profile, DomDistillerService> sServiceMap =
24 new HashMap<Profile, DomDistillerService>();
27 * Returns Java DomDistillerService for given Profile.
29 public static DomDistillerService getForProfile(Profile profile) {
39 private static native DomDistillerService nativeGetForProfile(Profile profile);
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.h28 class Profile;
43 virtual void OnProfilePrepared(Profile* profile) = 0;
63 // load and initialize Profile (including custom Profile preferences),
98 void RestoreAuthenticationSession(Profile* profile);
116 void InitRlz(Profile* profile);
120 void InitializeCerts(Profile* profile);
132 void SetFirstLoginPrefs(Profile* profile,
148 Profile* profile,
167 Profile* profil
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service_factory.cc18 Profile* profile, Profile::ServiceAccessType sat) {
22 } else if (sat == Profile::EXPLICIT_ACCESS) {
23 // Profile must be OffTheRecord in this case.
29 // Profile is OffTheRecord without access.
52 ChromeFaviconClientFactory::GetForProfile(static_cast<Profile*>(profile));
53 return new FaviconService(static_cast<Profile*>(profile), favicon_client);
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_ui_manager.h17 class Profile;
29 virtual void Add(const Notification& notification, Profile* profile) = 0;
33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
47 Profile* profile,
55 virtual bool CancelAllByProfile(Profile* profile) = 0;
H A Ddesktop_notification_profile_util.cc13 Profile* profile) {
20 Profile* profile, const ContentSettingsPattern& pattern) {
32 Profile* profile, const GURL& origin) {
44 Profile* profile, const GURL& origin) {
56 Profile* profile, ContentSettingsForOneType* settings) {
64 Profile* profile, const GURL& origin) {
72 void DesktopNotificationProfileUtil::UsePermission(Profile* profile,
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_android.h14 class Profile;
20 static ProfileAndroid* FromProfile(Profile* profile);
21 static Profile* FromProfileAndroid(jobject obj);
44 explicit ProfileAndroid(Profile* profile);
50 Profile* profile_; // weak
H A Dprofile_window.h16 class Profile;
46 Profile* profile,
78 void LockProfile(Profile* profile);
91 const base::Callback<void(Profile*, const std::string&)>& callback);
96 void ShowUserManagerMaybeWithTutorial(Profile* profile);
99 void EnableNewProfileManagementPreview(Profile* profile);
102 void DisableNewProfileManagementPreview(Profile* profile);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.h14 // Profiles. Listens for the Profile's destruction notification and cleans up
26 static SessionService* GetForProfile(Profile* profile);
32 static SessionService* GetForProfileIfExisting(Profile* profile);
37 static SessionService* GetForProfileForSessionRestore(Profile* profile);
42 static void ShutdownForProfile(Profile* profile);
47 static void SetForTestProfile(Profile* profile, SessionService* service) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h17 class Profile;
30 static bool CanDrop(const ui::OSExchangeData& data, const Profile* profile);
37 bool IsFromProfile(const Profile* profile) const;
40 void Write(Profile* profile, ui::OSExchangeData* data) const;
50 void WriteToPickle(Profile* profile, Pickle* pickle) const;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java11 import org.chromium.chrome.browser.profiles.Profile;
69 * @param profile Profile used for the FaviconService construction.
79 Profile profile, String pageUrl, int iconTypes,
91 * @param profile Profile used for the FaviconService construction.
102 Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx,
123 * @param profile Profile used for the FaviconService construction.
128 public Bitmap getSyncedFaviconImageForURL(Profile profile, String pageUrl) {
136 Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip,
139 Profile profile, String pageUrl, int[] iconTypes, int minSizeThresholdPx,
142 Profile profil
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/prerender/
H A DExternalPrerenderHandler.java9 import org.chromium.chrome.browser.profiles.Profile;
23 public long addPrerender(Profile profile, String url, String referrer, int width, int height) {
37 public static boolean hasPrerenderedUrl(Profile profile, String url, long webContentsPtr) {
41 public static boolean hasCookieStoreLoaded(Profile profile) {
47 long nativeExternalPrerenderHandlerAndroid, Profile profile,
50 Profile profile, String url, long webContentsPtr);
52 Profile profile);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_ui.h14 class Profile;
27 static ExtensionInstallUI* Create(Profile* profile);
51 static void OpenAppInstalledUI(Profile* profile, const std::string& app_id);
68 Profile* profile);
70 Profile* profile() { return profile_; }
73 explicit ExtensionInstallUI(Profile* profile);
84 Profile* profile_;
/external/chromium_org/chrome/browser/policy/
H A Dprofile_policy_connector_factory.h18 class Profile;
44 static ProfilePolicyConnector* GetForProfile(Profile* profile);
52 Profile* profile,
58 void SetServiceForTesting(Profile* profile,
61 // The next Profile to call CreateForProfile() will get a PolicyService
63 // times to override the policy providers for more than 1 Profile.
72 ProfilePolicyConnector* GetForProfileInternal(Profile* profile);
75 Profile* profile,
88 typedef std::map<Profile*, ProfilePolicyConnector*> ConnectorMap;
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_mementos.h27 class Profile;
34 explicit PreferenceHostedPromptMemento(Profile* profile);
41 Profile* profile_;
51 explicit LocalStateHostedPromptMemento(Profile* profile);
62 Profile* profile_;
74 explicit FileHostedPromptMemento(Profile* profile);
96 Profile* profile_;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.h18 class Profile;
69 Profile* profile,
75 Profile* profile,
83 Profile* profile,
89 GURL ConvertDrivePathToFileSystemUrl(Profile* profile,
96 bool ConvertAbsoluteFilePathToFileSystemUrl(Profile* profile,
105 Profile* profile,
113 Profile* profile,
123 Profile* profile,
H A Dfile_browser_handlers.h20 class Profile;
39 Profile* profile,
47 Profile* profile,
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.h13 class Profile;
28 HistoryProvider(Profile* profile, AutocompleteProvider::Type type);
42 Profile* profile_;
H A Dshortcuts_backend_factory.h12 class Profile;
21 static scoped_refptr<ShortcutsBackend> GetForProfile(Profile* profile);
24 Profile* profile);
/external/chromium_org/chrome/browser/
H A Dchrome_net_benchmarking_message_filter.h14 class Profile;
22 Profile* profile,
41 // The Profile associated with our renderer process. This should only be
43 Profile* profile_;

Completed in 359 milliseconds

1234567891011>>