HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 26 - 50 of 2603) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_util.h 10 class Profile;
18 void ShowPostInstallUIForApproval(Profile* profile,
  /external/chromium_org/chrome/browser/
renderer_preferences_util.h 8 class Profile;
18 Profile* profile);
  /external/chromium_org/chrome/browser/signin/
signin_ui_util.h 13 class Profile;
25 GlobalError* GetSignedInServiceError(Profile* profile);
28 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
32 base::string16 GetSigninMenuLabel(Profile* profile);
34 void GetStatusLabelsForAuthError(Profile* profile,
40 void InitializePrefsForProfile(Profile* profile)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
encoding_menu_controller_delegate_mac.h 11 class Profile;
18 static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper_delegate.h 8 class Profile;
22 Profile* profile) = 0;
  /external/llvm/lib/Support/
APSInt.cpp 20 void APSInt::Profile(FoldingSetNodeID& ID) const {
22 APInt::Profile(ID);
  /external/chromium_org/chrome/browser/sync/test/integration/
extensions_helper.h 15 class Profile;
19 // Returns true iff the profile with index |index| has the same extensions
30 // Installs the extension for the given index to |profile|, and returns the
32 std::string InstallExtension(Profile* profile, int index);
38 // Uninstalls the extension for the given index from |profile|. Assumes that
40 void UninstallExtension(Profile* profile, int index);
43 // test extensions on |profile|.
44 std::vector<int> GetInstalledExtensions(Profile* profile)
    [all...]
apps_helper.h 13 class Profile;
17 // Returns true iff the profile with index |index| has the same apps (hosted,
25 // Installs the app for the given index to |profile|, and returns the extension
27 std::string InstallApp(Profile* profile, int index);
29 // Installs the platform app for the given index to |profile|, and returns the
32 std::string InstallPlatformApp(Profile* profile, int index);
38 // Uninstalls the app for the given index from |profile|. Assumes that it was
40 void UninstallApp(Profile* profile, int index)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.h 11 class Profile;
23 void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path);
30 void OpenItem(Profile* profile, const base::FilePath& file_path);
34 void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
path_util.h 10 class Profile;
19 // Gets the absolute path for the 'Downloads' folder for the |profile|.
20 base::FilePath GetDownloadsFolderForProfile(Profile* profile);
24 // The |profile| argument is used for determining the location of the
36 // /home/chronos/u-<hash>/Downloads when multi-profile is enabled.
39 // the primary profile of the current session. The two paths always meant the
41 // a multi-profile session, the "user" path cannot be used to mean "its own"
46 // It turned out even if multi-profile is disabled, u-<hash> style profile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
restore_after_crash_session_manager_delegate.h 14 class Profile;
21 RestoreAfterCrashSessionManagerDelegate(Profile* profile,
29 Profile* profile() { return profile_; } function in class:chromeos::RestoreAfterCrashSessionManagerDelegate
33 Profile* profile_;
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service_factory.h 12 class Profile;
15 // Profiles. Listens for the Profile's destruction notification and cleans up
19 static TabRestoreService* GetForProfile(Profile* profile);
23 static TabRestoreService* GetForProfileIfExisting(Profile* profile);
25 static void ResetForProfile(Profile* profile);
37 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker.h 12 class Profile;
31 SyncStartupTracker(Profile* profile, Observer* observer);
46 static SyncServiceState GetSyncServiceState(Profile* profile);
57 // Profile whose ProfileSyncService we should track.
58 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.h 12 class Profile;
18 explicit LauncherAppTabHelper(Profile* profile);
24 virtual void SetCurrentUser(Profile* profile) OVERRIDE;
27 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.h 11 class Profile;
23 // profile was created.
25 bool HasBeenShutdown(Profile* profile);
30 bool HasSyncedExtensions(Profile* profile);
33 // profile before signin.
35 Profile* profile,
  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
Profile.java 10 * Wrapper that allows passing a Profile reference around in the Java layer.
12 public class Profile {
16 private Profile(long nativeProfileAndroid) {
20 public static Profile getLastUsedProfile() {
21 return (Profile) nativeGetLastUsedProfile();
24 public Profile getOriginalProfile() {
25 return (Profile) nativeGetOriginalProfile(mNativeProfileAndroid);
28 public Profile getOffTheRecordProfile() {
29 return (Profile) nativeGetOffTheRecordProfile(mNativeProfileAndroid);
41 private static Profile create(long nativeProfileAndroid)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_util.h 10 class Profile;
18 // Get the user id from a given profile.
19 std::string GetUserIDFromProfile(Profile* profile);
24 // Get a profile for a given user id.
25 Profile* GetProfileFromUserID(const std::string& user_id);
27 // Get a profile for a |window|. Returns NULL if window belongs to no profile.
28 Profile* GetProfileFromWindow(aura::Window* window);
30 // Check if the given profile is from the currently active user. Note that sinc
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.h 21 class Profile;
33 MOCK_METHOD2(RespectLocalePreference, void(Profile*,
35 MOCK_METHOD2(DoBrowserLaunch, void(Profile*, LoginDisplayHost*));
43 MOCK_METHOD1(StartTokenServices, void(Profile*));
45 void(Profile*, Profile*));
46 MOCK_METHOD2(TransferDefaultAuthCache, void(Profile*, Profile*));
49 bool(Profile*, bool early_restart));
  /external/chromium_org/chrome/browser/history/
history_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
19 Profile* profile, Profile::ServiceAccessType sat);
22 Profile* profile, Profile::ServiceAccessType sat);
25 Profile* profile);
29 // In the testing profile, we often clear the history before making a ne
    [all...]
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.h 11 #include "chrome/browser/profiles/profile.h"
27 // A wrapper of WebDataService so that we can use it as a profile keyed service.
30 explicit WebDataServiceWrapper(Profile* profile);
68 // Returns the WebDataServiceWrapper associated with the |profile|.
70 Profile* profile,
71 Profile::ServiceAccessType access_type);
74 Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.h 13 class Profile;
22 static void OpenAccountManagementScreen(Profile* profile,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
certificate_manager_dialog.h 11 class Profile;
18 CertificateManagerDialog(Profile* profile,
  /external/chromium_org/chrome/browser/download/
download_test_file_activity_observer.h 10 class Profile;
12 // Observes and overrides file chooser dialog and open activity for a profile.
13 // By default, once attached to a profile, this class overrides the default file
15 // with |profile|.
16 // NOTE: Again, this overrides the ChromeDownloadManagerDelegate for |profile|.
19 // Attaches to |profile|. By default file chooser dialogs will be disabled
21 explicit DownloadTestFileActivityObserver(Profile* profile);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router.h 11 class Profile;
21 static NetworkingPrivateEventRouter* Create(Profile* profile);

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>