HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 1 - 25 of 3175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/npapi/npspy/common/
profile.cpp 40 #include "profile.h"
42 Profile::Profile()
46 Profile::~Profile()
  /external/chromium_org/chrome/browser/ui/
browser_mac.h 11 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)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
keystone_infobar.h 9 class Profile;
21 static void PromotionInfoBar(Profile* profile);
encoding_menu_controller_delegate_mac.h 12 class Profile;
19 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
drive_test_util.h 8 class Profile;
13 // Waits until Drive mount point for |profile| is added. Drive mount point is
16 void WaitUntilDriveMountPointIsAdded(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.h 8 class Profile;
12 // Checks if the current log-in state and the profile is GAIA-authenticated and
15 bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
  /external/chromium_org/chrome/browser/first_run/
first_run_dialog.h 8 class Profile;
14 bool ShowFirstRunDialog(Profile* profile);
  /external/chromium_org/chrome/browser/ui/cocoa/
keystone_infobar_delegate.h 8 class Profile;
20 static void PromotionInfoBar(Profile* profile);
  /external/chromium_org/chrome/browser/ui/sync/
sync_promo_ui.h 8 class Profile;
14 // |profile| is the profile for which the promo would be displayed.
15 static bool ShouldShowSyncPromo(Profile* profile);
  /external/chromium_org/apps/
app_launch_for_metro_restart_win.h 12 class Profile;
18 void HandleAppLaunchForMetroRestart(Profile* profile);
21 void SetAppLaunchForMetroRestart(Profile* profile,
  /external/chromium_org/chrome/browser/extensions/
scoped_gaia_auth_extension.h 10 class Profile;
16 explicit ScopedGaiaAuthExtension(Profile* profile);
20 Profile* profile_;
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 9 class Profile;
15 void ShowFirstRunDialog(Profile* profile,
  /external/chromium/chrome/browser/
renderer_preferences_util.h 11 class Profile;
16 void UpdateFromSystemSettings(RendererPreferences* prefs, Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_extension_helper.h 12 class Profile;
18 static GURL GetCroshExtensionURL(Profile* profile);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_win.h 9 class Profile;
16 GURL GetURLToOpen(Profile* profile);
default_browser_prompt.h 11 class Profile;
18 void ShowDefaultBrowserPrompt(Profile* profile, HostDesktopType desktop_type);
22 bool ShowFirstRunDefaultBrowserPrompt(Profile* profile);
  /external/chromium_org/chrome/browser/sync/test/integration/
themes_helper.h 14 class Profile;
21 // Gets the ID of |profile|'s theme.
22 std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
24 // Returns true iff |profile| is using a custom theme.
25 bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
27 // Returns true iff |profile| is using the default theme.
28 bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.h 13 class Profile;
22 GlobalError* GetSignedInServiceError(Profile* profile);
25 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
29 string16 GetSigninMenuLabel(Profile* profile);
31 void GetStatusLabelsForAuthError(Profile* profile,
  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.h 12 class Profile;
22 explicit DOMBrowser(Profile* profile);
27 static DOMBrowser* CreateForDOM(Profile* profile);
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.h 11 class Profile;
15 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile,
19 void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 12 class Profile;
23 Profile* profile);
29 Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_event_router.h 10 class Profile;
17 explicit MediaPlayerEventRouter(Profile* profile);
33 Profile* profile_;
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.h 11 class Profile;
15 // Helper class for transferring authentication related data from one profile
20 // server bound certs from the profile that was used for authentication.
23 static void Transfer(Profile* from_profile,
24 Profile* to_profile,
  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.h 9 class Profile;
12 // Displays the about box, using data copied from |profile|.
13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
  /external/chromium/chrome/browser/ui/options/
options_util.h 11 class Profile;
18 static void ResetToDefaults(Profile* profile);

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>