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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_factory_chromeos.h 15 class Profile;
30 // for UserCloudPolicyManagerChromeOS instances that initialize per-profile
35 // Therefore, lifetime of instances is managed by Profile, Profile startup code
50 // |profile|.
51 static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
53 // Creates an instance for |profile|. Note that the caller is responsible for
60 Profile* profile,
    [all...]
user_cloud_policy_token_forwarder_factory.cc 10 #include "chrome/browser/profiles/profile.h"
38 Profile* profile = static_cast<Profile*>(context); local
40 UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
42 ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
44 SigninManagerFactory::GetForProfile(profile);
53 // Create this object when the profile is created so it fetches the token
  /external/chromium_org/chrome/browser/signin/
signin_manager_factory.h 15 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
36 // Returns the instance of SigninManager associated with this profile
37 // (creating one if none exists). Returns NULL if this profile cannot have a
38 // SigninManager (for example, if |profile| is incognito).
39 static SigninManagerBase* GetForProfile(Profile* profile);
41 // Returns the instance of SigninManager associated with this profile. Returns
44 static SigninManagerBase* GetForProfileIfExists(Profile* profile);
    [all...]
screenlock_bridge.cc 30 std::string ScreenlockBridge::GetAuthenticatedUserEmail(Profile* profile) {
31 // |profile| has to be a signed-in profile with SigninManager already
34 SigninManagerFactory::GetForProfileIfExists(profile);
57 void ScreenlockBridge::Lock(Profile* profile) {
63 profiles::LockProfile(profile);
67 void ScreenlockBridge::Unlock(Profile* profile) {
    [all...]
account_reconcilor_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up.
19 // Returns the instance of AccountReconcilor associated with this profile
20 // (creating one if none exists). Returns NULL if this profile cannot have an
21 // AccountReconcilor (for example, if |profile| is incognito).
22 static AccountReconcilor* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/components/test/data/autofill/merge/tools/
flatten.py 22 profile = []
30 if len(profile):
31 # Reached the end of a profile.
32 # Save the current profile and prepare to build up the next one.
33 profiles.append(profile)
34 profile = []
36 # Append the current field's value to the current profile.
41 profile.append("'%s'" % field_value)
44 profile[-1] += ", '%s'" % field_value
47 if len(profile)
    [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.cc 34 Profile* profile) {
37 profile_ = profile;
45 Profile* profile) {
48 profile_ = profile;
64 Profile* profile,
67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
77 bool StubNotificationUIManager::CancelAllByProfile(Profile* profile)
    [all...]
notification_ui_manager.h 17 class Profile;
20 // notifications. There is one instance per profile.
29 virtual void Add(const Notification& notification, Profile* profile) = 0;
33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
47 Profile* profile,
54 // Removes notifications matching |profile|. Returns true if any were removed.
55 virtual bool CancelAllByProfile(Profile* profile) = 0
    [all...]
notification_ui_manager_android.cc 21 Profile* profile) {
27 Profile* profile) {
43 Profile* profile,
53 bool NotificationUIManagerAndroid::CancelAllByProfile(Profile* profile) {
  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.h 17 class Profile;
20 // This service kicks off a download of the user's name and profile picture.
21 // The results are saved in the profile info cache.
26 explicit GAIAInfoUpdateService(Profile* profile);
29 // Updates the GAIA info for the profile associated with this instance.
32 // Checks if downloading GAIA info for the given profile is allowed.
33 static bool ShouldUseGAIAProfileInfo(Profile* profile);
38 virtual Profile* GetBrowserProfile() OVERRIDE
    [all...]
profile_window.cc 16 #include "chrome/browser/profiles/profile.h"
44 "enable-new-profile-management";
46 // Handles running a callback when a new Browser for the given profile
51 Profile* profile,
53 : profile_(profile),
64 if (browser->profile() == profile_) {
71 // Profile for which the browser should be opened.
72 Profile* profile_;
83 Profile* profile
263 Profile* profile = profile_manager->GetProfileByPath( local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 10 #include "chrome/browser/profiles/profile.h"
25 bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
26 return profile_ == profile;
31 Profile* profile, ui::OSExchangeData* data) const {
34 WriteToPickle(profile, &data_pickle);
65 Profile* profile, Pickle* pickle) const {
66 pickle->WriteBytes(&profile, sizeof(profile))
    [all...]
  /external/chromium_org/components/signin/core/common/
signin_switches.cc 16 // Disables new profile management system, including new profile chooser UI.
17 const char kDisableNewProfileManagement[] = "disable-new-profile-management";
22 // Enables new profile management system, including new profile chooser UI.
23 const char kEnableNewProfileManagement[] = "new-profile-management";
36 // Enables using GAIA information to populate profile name and icon.
37 const char kGoogleProfileInfo[] = "google-profile-info";
39 // Use new avatar menu. When combined with new-profile-management, it simply
40 // shows the new profile management avatar menu. Otherwise it shows a redesigne
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.cc 9 #include "chrome/browser/profiles/profile.h"
80 // Returns a map from |profile|'s installed extensions to their state.
81 AppStateMap GetAppStates(Profile* profile) {
85 extensions::ExtensionRegistry::Get(profile)
91 LoadApp(profile, id, &(app_state_map[id]));
96 extensions::ExtensionSystem::Get(profile)
105 LoadApp(profile, *id, &(app_state_map[*id]));
133 bool SyncAppHelper::AppStatesMatch(Profile* profile1, Profile* profile2)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 144 for (LocalBluetoothProfile profile : mCachedDevice.getConnectableProfiles()) {
145 Preference pref = createProfilePreference(profile);
179 * Creates a checkbox preference for the particular profile. The key will be
180 * the profile's name.
182 * @param profile The profile for which the preference controls.
183 * @return A preference that allows the user to choose whether this profile
186 private CheckBoxPreference createProfilePreference(LocalBluetoothProfile profile) {
189 pref.setKey(profile.toString());
190 pref.setTitle(profile.getNameResource(mCachedDevice.getDevice()))
236 askDisconnect(mManager.getForegroundActivity(), profile); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.cc 35 void* profile,
38 if (!profile)
43 profile,
60 void* profile,
63 if (!profile)
65 HandleEvent(extension_id, event_name, event_args.Pass(), profile,
88 Profile* profile = NULL; local
90 profile = reinterpret_cast<Profile*>(profile_ptr)
    [all...]
extension_action_manager.cc 10 #include "chrome/browser/profiles/profile.h"
24 static ExtensionActionManager* GetForProfile(Profile* profile) {
26 GetInstance()->GetServiceForBrowserContext(profile, true));
41 content::BrowserContext* profile) const OVERRIDE {
42 return new ExtensionActionManager(static_cast<Profile*>(profile));
58 ExtensionActionManager::ExtensionActionManager(Profile* profile)
59 : profile_(profile), extension_registry_observer_(this)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
create_profile_handler.cc 59 Profile* current_profile = Profile::FromWebUI(web_ui());
66 // We can have only one in progress profile creation
132 Profile* profile,
133 Profile::CreateStatus status) {
134 if (status != Profile::CREATE_STATUS_CREATED)
138 case Profile::CREATE_STATUS_LOCAL_FAIL: {
139 ShowProfileCreationError(profile,
143 case Profile::CREATE_STATUS_CREATED:
    [all...]
  /external/chromium_org/chrome/browser/android/
logo_service.h 14 class Profile;
16 // Provides the logo for a profile's default search provider.
19 // LogoService* logo_service = LogoServiceFactory::GetForProfile(profile);
24 explicit LogoService(Profile* profile);
32 Profile* profile_;
41 static LogoService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_factory.h 12 class Profile;
21 static scoped_refptr<ShortcutsBackend> GetForProfile(Profile* profile);
24 Profile* profile);
30 BuildProfileForTesting(content::BrowserContext* profile);
35 BuildProfileNoDatabaseForTesting(content::BrowserContext* profile);
45 BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_login_manager_factory.cc 8 #include "chrome/browser/profiles/profile.h"
30 Profile* profile) {
32 GetInstance()->GetServiceForBrowserContext(profile, true));
43 Profile* profile = static_cast<Profile*>(context); local
45 service = new OAuth2LoginManager(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/search/suggestions/
suggestions_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
19 SuggestionsService* SuggestionsServiceFactory::GetForProfile(Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
46 content::BrowserContext* profile) const {
47 Profile* the_profile = static_cast<Profile*>(profile);
  /external/chromium_org/chrome/browser/services/gcm/
fake_signin_manager.cc 9 #include "chrome/browser/profiles/profile.h"
21 FakeSigninManager::FakeSigninManager(Profile* profile)
24 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile)),
27 ChromeSigninClientFactory::GetInstance()->GetForProfile(profile),
28 ProfileOAuth2TokenServiceFactory::GetForProfile(profile)),
30 profile_(profile) {
54 return new FakeSigninManager(Profile::FromBrowserContext(context));
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 10 #include "chrome/browser/profiles/profile.h"
48 // Ensure that a profile that has completed registration is included in the
52 // Artificially mark the profile as omitted.
55 Profile* profile = browser()->profile(); local
56 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
61 SupervisedUserServiceFactory::GetForProfile(profile);
63 // A registration error does not clear the flag (the profile should be deleted
67 profile, local
75 profile, local
82 Profile* profile = browser()->profile(); local
89 Profile* profile = browser()->profile(); local
102 Profile* profile = browser()->profile(); local
109 Profile* profile = browser()->profile(); local
    [all...]

Completed in 996 milliseconds

1 2 3 4 5 6 7 8 91011>>