HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 1 - 25 of 2603) 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_org/chrome/browser/chromeos/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);
open_with_browser.h 12 class Profile;
22 // |profile|. This function takes care of the following intricacies:
31 bool OpenFileWithBrowser(Profile* profile,
36 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/sessions/
session_data_deleter.h 8 class Profile;
13 void DeleteSessionOnlyData(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/chrome/browser/undo/
bookmark_undo_utils.h 10 class Profile;
15 // such as those occuring during profile synchronization.
18 explicit ScopedSuspendBookmarkUndo(Profile* profile);
22 Profile* profile_;
  /external/chromium_org/chrome/browser/dom_distiller/
profile_utils.h 8 #include "chrome/browser/profiles/profile.h"
11 // |profile|.
12 void RegisterDomDistillerViewerSource(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_extension_helper.h 12 class Profile;
20 static GURL GetCroshExtensionURL(Profile* profile);
  /external/chromium_org/chrome/browser/google/
google_profile_helper.h 5 // Provides Google-related information for a given Profile.
15 class Profile;
20 // a value at all times (even during startup, in unittest mode or if |profile|
22 GURL GetGoogleHomePageURL(Profile* profile);
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_profile_util.h 11 class Profile;
13 // A series of common operations to interact with the profile's Desktop
18 static void ResetToDefaultContentSetting(Profile* profile);
22 Profile* profile, const ContentSettingsPattern& pattern);
25 static void GrantPermission(Profile* profile, const GURL& origin);
26 static void DenyPermission(Profile* profile, const GURL& origin)
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.h 13 class Profile;
19 void HandleAppLaunchForMetroRestart(Profile* profile);
22 void SetAppLaunchForMetroRestart(Profile* profile,
  /external/chromium_org/chrome/browser/chromeos/login/session/
stub_login_session_manager_delegate.h 14 class Profile;
21 StubLoginSessionManagerDelegate(Profile* profile,
29 Profile* profile_;
  /external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.h 13 class Profile;
20 explicit TiclProfileSettingsProvider(Profile* profile);
28 Profile* const profile_;
  /external/chromium_org/chrome/browser/password_manager/
sync_metrics.h 10 class Profile;
14 // Returns the sync username for |profile|. Returns an empty string if the
15 // |profile| isn't syncing. This function tries to return an empty string if
18 std::string GetSyncUsername(Profile* profile);
21 // syncing. Will return false if |profile| is not syncing.
22 bool IsSyncAccountCredential(Profile* profile,
  /external/chromium_org/chrome/browser/sync/glue/
theme_data_type_controller.h 10 class Profile;
18 Profile* profile);
26 Profile* const 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/ui/startup/
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/ui/webui/chromeos/
ui_account_tweaks.h 11 class Profile;
25 base::DictionaryValue* localized_strings, Profile* profile);
34 Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_launch_utils.h 10 class Profile;
18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
app_session_lifetime.h 10 class Profile;
15 void InitAppSession(Profile* profile, const std::string& app_id);
  /external/chromium_org/chrome/browser/extensions/
devtools_util.h 8 class Profile;
17 void InspectBackgroundPage(const Extension* extension, Profile* profile);

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>