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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.h 16 class Profile;
22 SigninErrorNotifier(SigninErrorController* controller, Profile* profile);
37 // The Profile this service belongs to.
38 Profile* profile_;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_mapping_service_factory.cc 16 content::BrowserContext* profile) {
18 GetInstance()->GetServiceForBrowserContext(profile, true));
39 content::BrowserContext* profile) const {
41 user_prefs::UserPrefs::Get(profile),
43 profile));
supervised_user_settings_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
14 SupervisedUserSettingsServiceFactory::GetForProfile(Profile* profile) {
16 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.h 16 class Profile;
22 SyncErrorNotifier(SyncErrorController* controller, Profile* profile);
35 // The Profile this service belongs to.
36 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/ash/
chrome_new_window_delegate.cc 21 void RestoreTabUsingProfile(Profile* profile) {
22 TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile);
44 Profile* profile,
47 profile_(profile),
74 Profile* profile_;
94 Profile* profile = ProfileManager::GetActiveUserProfile(); local
96 is_incognito ? profile->GetOffTheRecordProfile() : profile
107 Profile* profile = browser ? browser->profile() : NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
first_run_bubble_controller.h 10 class Profile;
17 Profile* profile_;
24 profile:(Profile*)profile;
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.h 14 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static GlobalErrorService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
media_utils.cc 9 #include "chrome/browser/profiles/profile.h"
13 class Profile;
21 Profile* profile,
28 extensions::ExtensionSystem::Get(profile)->extension_service();
  /external/chromium_org/chrome/browser/ui/search/
instant_tab.cc 7 #include "chrome/browser/profiles/profile.h"
12 Profile* profile)
13 : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_panel.h 10 class Profile;
20 // profile and app. Panels in the App Info dialog extend this class.
23 AppInfoPanel(Profile* profile, const extensions::Extension* app);
35 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/ui/webui/extensions/
extension_error_ui_util.h 10 class Profile;
23 // be read and extra details about the file, |profile| is the active profile to
26 Profile* profile,
extension_settings_browsertest.h 12 class Profile;
21 // Get the profile to use.
22 Profile* GetProfile();
40 // The default profile to be used.
41 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_resource_cache_factory.h 12 class Profile;
15 // associates them with Profiles. Listens for the Profile's destruction
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
ntp_resource_cache_factory.h 12 class Profile;
15 // with Profiles. Listens for the Profile's destruction notification and cleans
19 static NTPResourceCache* GetForProfile(Profile* profile);
31 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.h 9 #include "chrome/browser/profiles/profile.h"
23 Profile* profile,
24 Profile::CreateStatus status);
26 // Deletes the profile at the given |file_path|.
  /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/tools/telemetry/telemetry/core/
profile_types.py 19 profile type."""
24 directory to use for that profile or None if the profile doesn't need a
25 profile directory (e.g. using the browser default profile).
  /external/chromium_org/ui/gfx/
color_profile.cc 10 void ReadColorProfile(std::vector<char>* profile);
12 std::vector<char>* profile);
14 void ReadColorProfile(std::vector<char>* profile) { }
16 std::vector<char>* profile) {
17 // TODO(port): consider screen color profile support.
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_cert_service_factory.h 18 class Profile;
28 // Returns an existing PolicyCertService for |profile|. See
30 static PolicyCertService* GetForProfile(Profile* profile);
34 // |profile|, i.e. if NetworkConfigurationUpdater doesn't exist.
35 // This service is created separately for the original profile and the
36 // incognito profile.
38 // user's profile.
39 static scoped_ptr<PolicyCertVerifier> CreateForProfile(Profile* profile);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h 23 // Create a profile icon for the profile with path |profile_path|.
27 // Create a profile shortcut for the profile with path |profile_path|, plus
28 // update the original profile shortcut if |profile_path| is the second
29 // profile created.
32 // Removes any desktop profile shortcuts for the profile corresponding to
36 // Checks if a profile at |profile_path| has any shortcuts and invokes
38 // non-profile specific shortcuts
    [all...]
profiles_state.cc 14 #include "chrome/browser/profiles/profile.h"
52 base::string16 GetAvatarNameForProfile(Profile* profile) {
55 if (profile->IsGuestSession()) {
60 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
65 // Using the --new-profile-management flag, there's a couple of rules
67 // profile, with a default name (i.e. of the form Person %d), it should
68 // display IDS_SINGLE_PROFILE_DISPLAY_NAME. If this is a signed in profile,
69 // or the user has edited the profile name, or there are multiple profiles,
70 // it will return the actual name of the profile
111 Profile* profile = browser->profile(); local
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service_factory.cc 11 #include "chrome/browser/profiles/profile.h"
21 ManagerPasswordServiceFactory::GetForProfile(Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
45 Profile* profile= static_cast<Profile*>(context); local
47 GetUserByProfile(profile);
53 SupervisedUserSyncServiceFactory::GetForProfile(profile),
55 profile));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.h 18 class Profile;
39 // You can use Profile::PauseAccessibilityEvents to prevent a flurry
90 Profile* profile);
94 Profile* profile);
98 Profile* profile);
102 Profile* profile);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_test_utils.cc 86 FormGroup* profile, ServerFieldType type, const char* value) {
88 profile->SetRawInfo(type, base::UTF8ToUTF16(value));
92 AutofillProfile profile(base::GenerateGUID(), "http://www.example.com/");
93 SetProfileInfo(&profile,
105 return profile;
109 AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
110 SetProfileInfo(&profile,
122 return profile;
126 AutofillProfile profile(GetFullProfile());
127 profile.set_origin(kSettingsOrigin)
    [all...]

Completed in 924 milliseconds

<<11121314151617181920>>