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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/predictors/
predictor_database_factory.cc 9 #include "chrome/browser/profiles/profile.h"
15 PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new PredictorDatabase(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
32 content::BrowserContext* profile) const {
34 new CloudPrintProxyService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/profiles/
profile_window.h 13 class Profile;
18 // Callback to be used when switching to a new profile is completed.
28 // Activates a window for |profile| on the desktop specified by
33 // creation of a window from the multi-profile dropdown menu.
35 Profile* profile,
41 // Opens a Browser with the specified profile given by |path|.
43 // even if a window for that profile already exists. When the browser is
52 // Opens a Browser for the guest profile and runs |callback| if it isn't null.
56 // Creates a new profile from the next available profile directory, an
    [all...]
startup_task_runner_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
21 Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
34 return new StartupTaskRunnerService(static_cast<Profile*>(profile));
profile_manager.cc 113 // Simple task to log the size of the current profile.
120 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB);
124 UMA_HISTOGRAM_COUNTS_10000("Profile.HistorySize", size_MB);
128 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalHistorySize", size_MB);
132 UMA_HISTOGRAM_COUNTS_10000("Profile.CookiesSize", size_MB);
136 UMA_HISTOGRAM_COUNTS_10000("Profile.BookmarksSize", size_MB);
140 UMA_HISTOGRAM_COUNTS_10000("Profile.FaviconsSize", size_MB);
144 UMA_HISTOGRAM_COUNTS_10000("Profile.TopSitesSize", size_MB);
148 UMA_HISTOGRAM_COUNTS_10000("Profile.VisitedLinksSize", size_MB);
152 UMA_HISTOGRAM_COUNTS_10000("Profile.WebDataSize", size_MB)
294 Profile* profile = GetLastUsedProfile(); local
361 Profile* profile = GetProfileByPath(profile_dir); local
423 Profile* profile = info->profile.get(); local
505 Profile* profile = GetProfile(profile_path.Append(profile_dir)); local
540 std::string profile; local
637 Profile* profile = GetProfileByPath(profile_dir); local
852 Profile* profile = browser->profile(); local
871 Profile* profile = browser->profile(); local
1028 Profile* profile = GetProfile(default_profile_dir); local
1046 Profile* profile = GetProfile(default_profile_dir); local
1081 Profile* profile = GetProfileByPath(profile_dir); local
1222 Profile* profile = browser->profile(); local
    [all...]
  /external/chromium_org/chrome/browser/signin/
chrome_signin_client_factory.h 12 class Profile;
18 // Returns the instance of SigninClient associated with this profile
19 // (creating one if none exists). Returns NULL if this profile cannot have an
20 // SigninClient (for example, if |profile| is incognito).
21 static SigninClient* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
account_reconcilor_factory.cc 7 #include "chrome/browser/profiles/profile.h"
26 Profile* profile) {
28 GetInstance()->GetServiceForBrowserContext(profile, true));
38 Profile* profile = Profile::FromBrowserContext(context); local
40 ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
41 SigninManagerFactory::GetForProfile(profile),
42 ChromeSigninClientFactory::GetForProfile(profile));
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
custodian_profile_downloader_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
15 Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
39 content::BrowserContext* profile) const {
40 return new CustodianProfileDownloaderService(static_cast<Profile*>(profile));
supervised_user_sync_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
35 static_cast<Profile*>(profile)->GetPrefs());
supervised_user_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
17 Profile* profile) {
19 GetInstance()->GetServiceForBrowserContext(profile, true));
28 KeyedService* SupervisedUserServiceFactory::BuildInstanceFor(Profile* profile) {
29 return new SupervisedUserService(profile);
49 content::BrowserContext* profile) const {
50 return BuildInstanceFor(static_cast<Profile*>(profile));
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_finder.h 12 class Profile;
25 // Retrieve the last active tabbed browser with a profile matching |profile|.
27 // original profile, eg profile->GetOriginalProfile() ==
28 // browser->profile()->GetOriginalProfile(). This has the effect of matching
32 Browser* FindTabbedBrowser(Profile* profile,
38 Browser* FindAnyBrowser(Profile* profile,
    [all...]
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
13 GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
33 content::BrowserContext* profile) const {
34 return new GlobalErrorService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service_factory.cc 7 #include "chrome/browser/profiles/profile.h"
13 Profile* profile) {
15 GetInstance()->GetServiceForBrowserContext(profile, true));
32 content::BrowserContext* profile) const {
33 return new PinnedTabService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/ui/webui/signin/
login_ui_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
23 LoginUIService* LoginUIServiceFactory::GetForProfile(Profile* profile) {
25 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
35 return new LoginUIService(static_cast<Profile*>(profile));
  /hardware/intel/common/libva/test/basic/
test_common.c 88 #define PROFILE(profile) case VAProfile##profile: return("VAProfile" #profile);
90 const char *profile2string(VAProfile profile)
92 switch(profile)
94 PROFILE(None)
95 PROFILE(MPEG2Simple)
96 PROFILE(MPEG2Main)
97 PROFILE(MPEG4Simple
    [all...]
  /external/chromium_org/apps/
app_restore_service.h 19 class Profile;
31 explicit AppRestoreService(Profile* profile);
41 static AppRestoreService* Get(Profile* profile);
45 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
46 virtual void OnAppActivated(Profile* profile,
48 virtual void OnAppDeactivated(Profile* profile
    [all...]
launcher.h 12 class Profile;
26 // the |command_line| fields present. |extension| and |profile| must not be
29 void LaunchPlatformAppWithCommandLine(Profile* profile,
36 void LaunchPlatformAppWithPath(Profile* profile,
41 void LaunchPlatformApp(Profile* profile,
49 Profile* profile,
    [all...]
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.h 20 class Profile;
49 virtual Profile* ProfileForPath(const base::FilePath& path);
51 base::Callback<void(Profile*)> callback);
54 Profile* profile,
58 Profile* profile, const std::string& extension_id);
59 virtual void EnableExtension(Profile* profile,
62 virtual void LaunchApp(Profile* profile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.h 20 class Profile;
25 // load and initialize Profile (including custom Profile preferences),
36 // Called after profile is loaded and prepared for the session.
37 virtual void OnProfilePrepared(Profile* profile) = 0;
40 // Called after post-profile RLZ initialization.
55 Profile* user_profile,
57 virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) OVERRIDE;
64 // authentication context (profile)
    [all...]
  /external/chromium_org/components/autofill/core/browser/android/
auxiliary_profiles_android.cc 5 // Populates default autofill profile from user's own Android contact.
22 // Generates the autofill profile by accessing the Android
23 // ContactsContract.Profile API through PersonalAutofillPopulator via JNI.
24 // The generated profile corresponds to the user's "ME" contact in the
65 scoped_ptr<AutofillProfile> profile(
67 LoadName(profile.get());
68 LoadEmailAddress(profile.get());
69 LoadPhoneNumbers(profile.get());
71 // Android user's profile contact does not parse its address
76 // LoadAddress(profile.get())
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service_unittest.cc 9 #include "chrome/browser/profiles/profile.h"
21 explicit TestExtensionWarningSet(Profile* profile)
22 : ExtensionWarningService(profile) {
35 TestExtensionWarningBadgeService(Profile* profile,
37 : ExtensionWarningBadgeService(profile),
50 bool HasBadge(Profile* profile) {
52 GlobalErrorServiceFactory::GetForProfile(profile);
65 TestingProfile profile; local
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier_factory.cc 10 #include "chrome/browser/profiles/profile.h"
18 Profile* profile) {
20 GetInstance()->GetServiceForBrowserContext(profile, true));
30 content::BrowserContext* profile) {
31 return new AutocompleteClassifier(static_cast<Profile*>(profile));
59 content::BrowserContext* profile) const {
60 return BuildInstanceFor(static_cast<Profile*>(profile));
    [all...]
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context_factory.cc 9 #include "chrome/browser/profiles/profile.h"
18 explicit Service(Profile* profile) {
19 context_ = new ProtectedMediaIdentifierPermissionContext(profile);
41 Profile* profile) {
43 GetInstance()->GetServiceForBrowserContext(profile, true))->context();
66 content::BrowserContext* profile) const {
67 return new Service(static_cast<Profile*>(profile));
    [all...]
  /external/chromium_org/chrome/browser/themes/
theme_service_factory.h 12 class Profile;
20 // Profiles. Listens for the Profile's destruction notification and cleans up
25 // |profile|. Note that even if a Profile doesn't have a theme installed, it
27 static ThemeService* GetForProfile(Profile* profile);
30 // |profile|. Returns NULL if the theme is no longer installed, if there is
32 static const extensions::Extension* GetThemeForProfile(Profile* profile);
44 content::BrowserContext* profile) const OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_disabled.cc 26 virtual void Init(Profile* initial_profile) OVERRIDE {}
35 virtual void CreateForProfile(Profile* profile) OVERRIDE {}
36 virtual void ShowForProfile(Profile* profile) OVERRIDE {}
37 virtual void AutoShowForProfile(Profile* profile) OVERRIDE {}
40 virtual Profile* GetCurrentAppListProfile() OVERRIDE { return NULL; }
42 virtual void EnableAppList(Profile* initial_profile,
65 void AppListService::InitAll(Profile* initial_profile) {
    [all...]

Completed in 689 milliseconds

1 2 3 45 6 7 8 91011>>