HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 276 - 300 of 7858) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 21 #include "chrome/browser/profiles/profile.h"
48 static void CreateNewPollTask(Profile* profile);
49 static IdleState ThrottledCalculateIdleState(int threshold, Profile* profile);
54 explicit ExtensionIdlePollingTask(Profile* profile) : profile_(profile) {}
61 Profile* profile_;
92 void CreateNewPollTask(Profile* profile)
    [all...]
  /external/chromium/chrome/browser/instant/
instant_confirm_dialog.h 12 class Profile;
23 Profile* profile);
29 Profile* profile);
  /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 13 #include "chrome/browser/profiles/profile.h"
42 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
43 DCHECK(profile);
44 if (!profile)
47 AutocompleteActionPredictorFactory::GetForProfile(profile);
55 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
56 // Initialize the AutocompleteActionPredictor for this profile.
58 AutocompleteActionPredictorFactory::GetForProfile(profile);
70 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local
    [all...]
  /external/chromium_org/chrome/browser/apps/
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/
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_pref_value_map_factory.cc 8 #include "chrome/browser/profiles/profile.h"
22 Profile* profile) {
24 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
image_loader_factory.cc 9 #include "chrome/browser/profiles/profile.h"
15 ImageLoader* ImageLoaderFactory::GetForProfile(Profile* profile) {
17 GetInstance()->GetServiceForBrowserContext(profile, true));
34 content::BrowserContext* profile) const {
image_loader_factory.h 11 class Profile;
18 // Profiles. Listens for the Profile's destruction notification and cleans up
22 static ImageLoader* GetForProfile(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /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/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/
avatar_menu_model_browsertest.cc 22 // An observer that returns back to test code after a new profile is
24 void OnUnblockOnProfileCreation(Profile* profile,
25 Profile::CreateStatus status) {
26 if (status == Profile::CREATE_STATUS_INITIALIZED)
37 Profile* current_profile = browser()->profile();
70 Profile* current_profile = browser()->profile();
75 // 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/
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;
  /external/chromium_org/chrome/browser/signin/
about_signin_internals_factory.h 12 class Profile;
18 // Returns the instance of AboutSigninInternals associated with this profile,
20 static AboutSigninInternals* GetForProfile(Profile* profile);
37 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 14 class Profile;
19 void DragBookmarks(Profile* profile,
25 int DropBookmarks(Profile* profile,

Completed in 1161 milliseconds

<<11121314151617181920>>