HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 501 - 525 of 7885) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.cc 11 #include "chrome/browser/profiles/profile.h"
25 Profile* profile) {
27 GetInstance()->GetServiceForBrowserContext(profile, true).get());
32 PluginPrefsFactory::CreateForTestingProfile(content::BrowserContext* profile) {
34 GetInstance()->BuildServiceInstanceFor(profile).get());
47 Profile* profile = static_cast<Profile*>(context); local
49 plugin_prefs->set_profile(profile->GetOriginalProfile())
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.cc 11 #include "chrome/browser/profiles/profile.h"
23 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
25 GetInstance()->GetServiceForBrowserContext(profile, true));
30 Profile* profile) {
31 std::string id = GetForProfile(profile)->GetThemeID();
35 return profile->GetExtensionService()->GetExtensionById(id, false);
51 content::BrowserContext* profile) const {
58 provider->Init(static_cast<Profile*>(profile))
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service.h 23 class Profile;
36 // Gets the instance for the given profile.
37 static StartPageService* Get(Profile* profile);
55 Profile* profile() { return profile_; } function in class:app_list::StartPageService
65 // depends on the profile and needs to be closed before the profile and its
73 explicit StartPageService(Profile* profile);
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt_win.cc 8 #include "chrome/browser/profiles/profile.h"
29 static void LaunchSoon(Profile* profile) {
31 new SetMetroBrowserFlowLauncher(profile);
35 explicit SetMetroBrowserFlowLauncher(Profile* profile)
36 : profile_(profile) {
47 Profile* profile_;
73 bool ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
    [all...]
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/res/values/
strings.xml 19 <string name="set_up_profile">Set up profile</string>
23 <string name="setup_profile_message">This app is currently not a profile owner.</string>
24 <string name="main_message">The app is ready to control the managed profile.</string>
25 <string name="remove_profile">Remove managed profile</string>
27 <string name="all_done_explanation">To manage the configuration in your managed profile, visit the badged version of this application.</string>
28 <string name="toggle_calculator">Calculator in this profile: </string>
29 <string name="toggle_chrome">Chrome in this profile:</string>
33 <string name="profile_name">Sample Managed Profile</string>
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/res/values/
strings.xml 19 <string name="set_up_profile">Set up profile</string>
23 <string name="setup_profile_message">This app is currently not a profile owner.</string>
24 <string name="main_message">The app is ready to control the managed profile.</string>
25 <string name="remove_profile">Remove managed profile</string>
27 <string name="all_done_explanation">To manage the configuration in your managed profile, visit the badged version of this application.</string>
28 <string name="toggle_calculator">Calculator in this profile: </string>
29 <string name="toggle_chrome">Chrome in this profile:</string>
33 <string name="profile_name">Sample Managed Profile</string>
  /development/samples/browseable/BasicManagedProfile/res/values/
strings.xml 19 <string name="set_up_profile">Set up profile</string>
23 <string name="setup_profile_message">This app is currently not a profile owner.</string>
24 <string name="main_message">The app is ready to control the managed profile.</string>
25 <string name="remove_profile">Remove managed profile</string>
27 <string name="all_done_explanation">To manage the configuration in your managed profile, visit the badged version of this application.</string>
28 <string name="toggle_calculator">Calculator in this profile: </string>
29 <string name="toggle_chrome">Chrome in this profile:</string>
33 <string name="profile_name">Sample Managed Profile</string>
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h 19 class Profile;
37 Profile* profile,
62 Profile* profile_;
77 // Returns the KioskAppUpdateService for |profile|, creating it if it is not
79 static KioskAppUpdateService* GetForProfile(Profile* profile);
92 content::BrowserContext* profile) const OVERRIDE;
kiosk_profile_loader.h 17 class Profile;
21 // KioskProfileLoader loads a special profile for a given app. It first
23 // successful, it prepares app profile then calls the delegate.
29 virtual void OnProfileLoaded(Profile* profile) = 0;
42 // Starts profile load. Calls delegate on success or failure.
60 virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_factory.cc 13 #include "chrome/browser/profiles/profile.h"
44 content::BrowserContext* profile) const {
46 Profile::FromBrowserContext(profile),
48 Profile::FromBrowserContext(profile)),
52 Profile::FromBrowserContext(profile)));
  /external/chromium_org/chrome/browser/chromeos/login/signin/
merge_session_throttle.cc 45 public std::set<Profile*> {
130 void MergeSessionThrottle::BlockProfile(Profile* profile) {
131 // Add a new profile to the list of those that we are currently blocking
133 if (ProfileSet::Get()->find(profile) == ProfileSet::Get()->end()) {
134 DVLOG(1) << "Blocking profile " << profile;
135 ProfileSet::Get()->insert(profile);
137 // Since a new profile just got blocked, we can not assume that
147 void MergeSessionThrottle::UnblockProfile(Profile* profile)
266 Profile* profile = Profile::FromBrowserContext( local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 14 #include "chrome/browser/profiles/profile.h"
26 // Do not add profile dir prefix for legacy profile dir and test
27 // user profile. The reason of not adding prefix for test user profile
31 // based on whether multi profile is enabled or not.
53 Profile* ProfileHelper::GetProfileByUserIdHash(
89 Profile* ProfileHelper::GetSigninProfile() {
96 std::string ProfileHelper::GetUserIdHashFromProfile(Profile* profile) {
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.h 18 class Profile;
26 // when the profile is destroyed.
30 LazyDomDistillerService(Profile* profile,
67 // The Profile to use when retrieving the DomDistillerService and also the
68 // profile to listen for destruction of.
69 Profile* profile_;
74 // Used to track when the profile is shut down.
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.h 16 class Profile;
28 explicit ExtensionActionManager(Profile* profile);
31 // Returns this profile's ExtensionActionManager. One instance is
32 // shared between a profile and its incognito version.
33 static ExtensionActionManager* Get(Profile* profile);
51 Profile* profile_;
  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.h 10 #include "chrome/browser/profiles/profile.h"
13 class Profile;
20 // Local profile ids are used to associate resources stored outside the profile
21 // directory, like saved passwords in GNOME Keyring / KWallet, with a profile.
51 Profile* profile,
52 Profile::ServiceAccessType set);
  /external/chromium_org/chrome/browser/profiles/
incognito_helpers.cc 7 #include "chrome/browser/profiles/profile.h"
13 return static_cast<Profile*>(context)->GetOriginalProfile();
  /external/chromium_org/chrome/browser/signin/
test_signin_client_builder.cc 7 #include "chrome/browser/profiles/profile.h"
21 new TestSigninClient(static_cast<Profile*>(context)->GetPrefs());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.cc 7 #include "chrome/browser/profiles/profile.h"
15 static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 8 #include "chrome/browser/profiles/profile.h"
20 int DropBookmarks(Profile* profile,
25 BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
29 if (data.IsFromProfilePath(profile->GetPath())) {
31 data.GetNodes(model, profile->GetPath());
36 // Drag from same profile. Copy or move nodes.
49 // Dropping a folder from different profile. Always accept.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 15 class Profile;
26 Profile* profile_; // weak
47 profile:(Profile*)profile
50 profile:(Profile*)profile
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_uninstall_dialog_cocoa.mm 31 Profile* profile,
41 Profile* profile,
44 : extensions::ExtensionUninstallDialog(profile, browser, delegate) {
76 extensions::ExtensionUninstallDialog::Create(Profile* profile,
79 return new ExtensionUninstallDialogCocoa(profile, browser, delegate);
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_platform_specific.cc 20 Profile* profile) {
  /external/chromium_org/chromeos/network/
network_profile_observer.h 18 virtual void OnProfileAdded(const NetworkProfile& profile) = 0;
19 virtual void OnProfileRemoved(const NetworkProfile& profile) = 0;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 23 #include "chrome/browser/profiles/profile.h"
60 void GetFileNativeLocalPathForOpening(Profile* profile,
65 drive::util::GetFileSystemByProfile(profile);
76 VolumeManager::Get(profile)->snapshot_manager()->CreateManagedSnapshot(
81 void GetFileNativeLocalPathForSaving(Profile* profile,
86 drive::util::GetFileSystemByProfile(profile);
103 void ContinueGetSelectedFileInfo(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc 9 #include "chrome/browser/profiles/profile.h"
16 Profile* profile,
18 DCHECK(profile);
19 DCHECK(ProfileAndroid::FromProfile(profile));
24 ProfileAndroid::FromProfile(profile)->GetJavaObject().obj(),

Completed in 1717 milliseconds

<<21222324252627282930>>