HomeSort by relevance Sort by last modified time
    Searched refs:Profile (Results 126 - 150 of 2603) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.h 13 class Profile;
36 Profile* profile);
47 Profile* profile_;
  /external/chromium_org/chrome/browser/extensions/
extension_assets_manager.h 13 class Profile;
38 Profile* profile,
43 Profile* profile,
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_extensions.h 17 class Profile;
22 explicit GeolocationPermissionContextExtensions(Profile* profile);
42 Profile* profile_;
  /external/chromium_org/chrome/browser/google/
google_search_counter_android.h 12 class Profile;
19 explicit GoogleSearchCounterAndroid(Profile* profile);
33 Profile* profile_;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h 11 class Profile;
26 explicit ChromeNotifierService(Profile* profile);
43 // The owning profile.
44 Profile* const profile_;
chrome_notifier_service_factory.cc 14 Profile* profile, Profile::ServiceAccessType service_access_type) {
16 GetInstance()->GetServiceForBrowserContext(profile, true));
35 content::BrowserContext* profile) const {
37 new ChromeNotifierService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator.h 14 class Profile;
21 // KeyedService to allow profile-based lifetime management.
26 // |profile| is profile associated with the invalidator. It is used to get
27 // a reference to the profile's invalidation service. Both the profile and
32 Profile* profile,
46 // The profile associated with the invalidator.
47 Profile* profile_
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.h 11 class Profile;
18 static TemplateURLFetcher* GetForProfile(Profile* profile);
25 static void ShutdownForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/signin/
local_auth.h 14 class Profile;
27 void SetLocalAuthCredentials(const Profile* profile,
33 bool ValidateLocalAuthCredentials(const Profile* profile,
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_factory.h 12 class Profile;
17 static SupervisedUserService* GetForProfile(Profile* profile);
22 static KeyedService* BuildInstanceFor(Profile* profile);
34 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
extension_uninstaller.h 11 class Profile;
19 ExtensionUninstaller(Profile* profile,
32 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.h 15 class Profile;
23 explicit OmniboxProvider(Profile* profile);
37 Profile* profile_;
search_webstore_result.h 14 class Profile;
21 SearchWebstoreResult(Profile* profile, const std::string& query);
31 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_folder_target.h 13 class Profile;
25 Profile* profile_;
29 profile:(Profile*)profile;
  /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/find_bar/
find_bar_state_factory.h 13 class Profile;
18 static FindBarState* GetForProfile(Profile* profile);
20 // Retrieves the last prepopulate text for a given Profile. If the profile is
22 // prepopulate text from the normal profile.
23 static base::string16 GetLastPrepopulateText(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/global_error/
global_error_service.h 14 class Profile;
17 // If an error applies to an entire profile and not just to a tab then the
19 // - the previous session crashed for a given profile.
26 // Constructs a GlobalErrorService object for the given profile. The profile
28 explicit GlobalErrorService(Profile* profile);
63 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.h 11 class Profile;
21 explicit SessionCrashedInfoBarDelegate(Profile* profile);
32 Profile* profile_;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.h 9 class Profile;
37 int GetBookmarkDropOperation(Profile* profile,
44 // |index|. A drop from a separate profile is always allowed, where as
45 // a drop from the same profile is only allowed if none of the nodes in
48 bool IsValidBookmarkDropLocation(Profile* profile,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
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/sync_file_system_internals/
file_metadata_handler.h 15 class Profile;
25 explicit FileMetadataHandler(Profile* profile);
38 Profile* profile_;
  /external/chromium_org/chrome/browser/undo/
bookmark_undo_service_factory.cc 8 #include "chrome/browser/profiles/profile.h"
14 Profile* profile) {
16 GetInstance()->GetServiceForBrowserContext(profile, true));
36 Profile* profile = static_cast<Profile*>(context); local
37 return new BookmarkUndoService(profile);
  /external/chromium_org/athena/content/chrome/
scheme_classifier_factory.cc 8 #include "chrome/browser/profiles/profile.h"
16 Profile::FromBrowserContext(context)));
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.h 14 class Profile;
  /external/chromium_org/chrome/browser/chromeos/login/
test_login_utils.h 15 class Profile;
27 virtual void RespectLocalePreference(Profile* profile,
29 virtual void DoBrowserLaunch(Profile* profile,
39 virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,

Completed in 1030 milliseconds

1 2 3 4 56 7 8 91011>>