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

<<11121314151617181920>>

  /external/chromium/chrome/browser/service/
service_process_control_manager.h 10 class Profile;
23 // Get the ServiceProcess instance corresponding to |profile| and |type|.
26 // There will be at most one ServiceProcess for a |profile|.
29 ServiceProcessControl* GetProcessControl(Profile* profile);
  /external/chromium_org/apps/
app_lifetime_monitor_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppLifetimeMonitor* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
app_restore_service_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppRestoreService* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc 14 #include "chrome/browser/profiles/profile.h"
43 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
44 DCHECK(profile);
45 if (!profile)
48 AutocompleteActionPredictorFactory::GetForProfile(profile);
56 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
57 // Initialize the AutocompleteActionPredictor for this profile.
59 AutocompleteActionPredictorFactory::GetForProfile(profile);
71 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.h 13 class Profile;
19 void HandleAppLaunchForMetroRestart(Profile* profile);
22 void SetAppLaunchForMetroRestart(Profile* profile,
shortcut_manager_factory.h 12 class Profile;
17 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static AppShortcutManager* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/background/
background_contents_service_factory.h 13 class Profile;
16 // Profiles. Listens for the Profile's destruction notification and cleans up
21 static BackgroundContentsService* GetForProfile(Profile* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.h 14 class Profile;
20 static BookmarkModel* GetForProfile(Profile* profile);
22 static BookmarkModel* GetForProfileIfExists(Profile* profile);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.h 11 class Profile;
19 // Returns the FileBrowserPrivateAPI for |profile|, creating it if
21 static FileBrowserPrivateAPI* GetForProfile(Profile* profile);
41 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter_factory.cc 9 #include "chrome/browser/profiles/profile.h"
15 InstallLimiter* InstallLimiterFactory::GetForProfile(Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
36 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
24 // |profile| (creates one if none exists).
25 static AuthSyncObserver* GetForProfile(Profile* profile);
fake_login_utils.cc 31 void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
35 UserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);
46 profile,
64 Profile* profile; local
66 profile = CreateProfile(user_context.username);
71 profile = testing_profile;
73 RegisterTestingProfile(profile, false, false);
83 profile->GetPrefs()->SetString(prefs::kManagedUserId
126 Profile* profile = g_browser_process->profile_manager()->GetProfile(path); local
    [all...]
oauth2_login_manager_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
24 // |profile| (creates one if none exists).
25 static OAuth2LoginManager* GetForProfile(Profile* profile);
profile_auth_data.h 11 class Profile;
15 // Helper class for transferring authentication related data from one profile
20 // server bound certs from the profile that was used for authentication.
23 static void Transfer(Profile* from_profile,
24 Profile* to_profile,
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_factory.cc 8 #include "chrome/browser/profiles/profile.h"
21 Profile* profile) {
23 GetInstance()->GetServiceForBrowserContext(profile, false));
29 return new RecommendationRestorer(static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/extensions/
extension_view_host_factory.h 12 class Profile;
24 // profile.
30 // hence only require a |profile|.
31 static ExtensionViewHost* CreateDialogHost(const GURL& url, Profile* profile);
  /external/chromium_org/chrome/browser/history/
web_history_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
16 // Used for creating and fetching a per-profile instance of the
23 // Get the WebHistoryService for |profile|, creating one if needed.
24 static history::WebHistoryService* GetForProfile(Profile* profile);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_settings_service_factory.cc 9 #include "chrome/browser/profiles/profile.h"
14 ManagedUserSettingsServiceFactory::GetForProfile(Profile* profile) {
16 GetInstance()->GetServiceForBrowserContext(profile, true));
36 content::BrowserContext* profile) const {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h 9 #include "chrome/browser/profiles/profile.h"
21 Profile* profile, Profile::ServiceAccessType sat);
39 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor_factory.h 12 class Profile;
19 // Profiles. Listens for the Profile's destruction notification and cleans up
24 static AutocompleteActionPredictor* GetForProfile(Profile* profile);
38 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_url.h 11 class Profile;
22 explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
36 Profile* profile_;
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 23 // An observer that returns back to test code after a new profile is
25 void OnUnblockOnProfileCreation(Profile* profile,
26 Profile::CreateStatus status) {
27 if (status == Profile::CREATE_STATUS_INITIALIZED)
57 Profile* current_profile = browser()->profile();
93 Profile* current_profile = browser()->profile();
98 // Create an additional profile
    [all...]
startup_task_runner_service_factory.h 14 class Profile;
21 // profile (creating one if none exists).
22 static StartupTaskRunnerService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/search/
hotword_service_factory.h 13 class Profile;
18 // Returns the HotwordService for |profile|.
19 static HotwordService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
instant_service_factory.h 14 class Profile;
20 // Returns the InstantService for |profile|.
21 static InstantService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;

Completed in 688 milliseconds

<<11121314151617181920>>