Searched refs:Profile (Results 1 - 25 of 3436) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/npapi/npspy/common/
H A Dprofile.cpp42 Profile::Profile() function in class:Profile
46 Profile::~Profile()
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_mac.h11 class Profile;
17 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* profil
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_data_deleter.h8 class Profile;
13 void DeleteSessionOnlyData(Profile* profile);
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_util.h8 class Profile;
15 bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_dialog.h8 class Profile;
14 bool ShowFirstRunDialog(Profile* profile);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dkeystone_infobar_delegate.h8 class Profile;
20 static void PromotionInfoBar(Profile* profile);
/external/chromium_org/chrome/browser/ui/sync/
H A Dsync_promo_ui.h8 class Profile;
15 static bool ShouldShowSyncPromo(Profile* profile);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dthemes_helper.h14 class Profile;
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
31 bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT;
36 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
41 Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
44 void UseCustomTheme(Profile* profile, int index);
47 void UseDefaultTheme(Profile* profile);
50 void UseNativeTheme(Profile* profil
[all...]
H A Dextensions_helper.h15 class Profile;
32 std::string InstallExtension(Profile* profile, int index);
40 void UninstallExtension(Profile* profile, int index);
44 std::vector<int> GetInstalledExtensions(Profile* profile);
47 void InstallExtensionsPendingForSync(Profile* profile);
50 void EnableExtension(Profile* profile, int index);
53 void DisableExtension(Profile* profile, int index);
56 bool IsExtensionEnabled(Profile* profile, int index);
59 void IncognitoEnableExtension(Profile* profile, int index);
62 void IncognitoDisableExtension(Profile* profil
[all...]
/external/chromium_org/chrome/browser/extensions/signin/
H A Dscoped_gaia_auth_extension.h10 class Profile;
17 explicit ScopedGaiaAuthExtension(Profile* profile);
21 Profile* profile_;
/external/chromium_org/chrome/browser/search/
H A Dhotword_service.h11 class Profile;
17 explicit HotwordService(Profile* profile);
21 Profile* profile_;
/external/chromium_org/chrome/browser/ui/startup/
H A Ddefault_browser_prompt.h11 class Profile;
18 void ShowDefaultBrowserPrompt(Profile* profile, HostDesktopType desktop_type);
22 bool ShowFirstRunDefaultBrowserPrompt(Profile* profile);
H A Dstartup_browser_creator_win.h9 class Profile;
16 GURL GetURLToOpen(Profile* profile);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfile.java10 * Wrapper that allows passing a Profile reference around in the Java layer.
12 public class Profile { class
16 private Profile(long nativeProfileAndroid) { method in class:Profile
20 public static Profile getLastUsedProfile() {
21 return (Profile) nativeGetLastUsedProfile();
25 private static Profile create(long nativeProfileAndroid) {
26 return new Profile(nativeProfileAndroid);
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_dialog.h9 class Profile;
15 void ShowFirstRunDialog(Profile* profile,
/external/chromium/chrome/browser/
H A Drenderer_preferences_util.h11 class Profile;
16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
/external/chromium/chrome/browser/ui/cocoa/
H A Dkeystone_infobar.h9 class Profile;
21 static void PromotionInfoBar(Profile* profile);
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.h9 class Profile;
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.h10 class Profile;
16 void ShowOptionsURL(Profile* profile, const GURL& url);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dapp_launch_utils.h10 class Profile;
18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
H A Dapp_session_lifetime.h10 class Profile;
15 void InitAppSession(Profile* profile, const std::string& app_id);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.h8 class Profile;
16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
H A Dopen_util.h11 class Profile;
28 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path);
35 void OpenItem(Profile* profile, const base::FilePath& file_path);
39 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
/external/chromium_org/chrome/browser/extensions/api/terminal/
H A Dterminal_extension_helper.h12 class Profile;
20 static GURL GetCroshExtensionURL(Profile* profile);
/external/llvm/lib/Support/
H A DAPSInt.cpp20 void APSInt::Profile(FoldingSetNodeID& ID) const { function in class:APSInt
22 APInt::Profile(ID);

Completed in 715 milliseconds

1234567891011>>