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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/search_engines/
template_url_service_factory.h 11 class Profile;
18 static TemplateURLService* GetForProfile(Profile* profile);
23 content::BrowserContext* profile);
33 content::BrowserContext* profile) const OVERRIDE;
  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service_factory.h 12 class Profile;
19 // Profiles. Listens for the Profile's destruction notification and cleans up
23 static GCMProfileService* GetForProfile(Profile* profile);
34 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;
account_reconcilor_factory.cc 7 #include "chrome/browser/profiles/profile.h"
24 Profile* profile) {
26 GetInstance()->GetServiceForBrowserContext(profile, true));
36 return new AccountReconcilor(static_cast<Profile*>(context));
local_auth.h 14 class Profile;
27 void SetLocalAuthCredentials(const Profile* profile,
33 bool ValidateLocalAuthCredentials(const Profile* profile,
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.h 12 class Profile;
19 // Profiles. Listens for the Profile's destruction notification and cleans up
23 static AppListSyncableService* GetForProfile(Profile* profile);
35 content::BrowserContext* profile) const OVERRIDE;
  /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::GetActiveUserProfileOrOffTheRecord(); local
96 is_incognito ? profile->GetOffTheRecordProfile() : profile
107 Profile* profile = browser ? browser->profile() : NULL; local
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.h 14 class Profile;
19 void DragBookmarks(Profile* profile,
25 int DropBookmarks(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/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/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/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/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/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/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 10 #include "chrome/browser/profiles/profile.h"
24 bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
25 return (profile_id_ == profile->GetRuntimeId());
30 Profile* profile, ui::OSExchangeData* data) const {
33 WriteToPickle(profile, &data_pickle);
67 Profile* profile, Pickle* pickle) const {
68 ProfileId profile_id = profile->GetRuntimeId()
    [all...]
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.h 12 class Profile;
21 // Profile must be non-NULL.
22 explicit HtmlDialogTabContentsDelegate(Profile* profile);
26 // The returned profile is guaranteed to be original if non-NULL.
27 Profile* profile() const;
31 // calls to profile() return NULL.
60 Profile* profile_; // Weak pointer. Always an original profile
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
open_util.cc 21 #include "chrome/browser/profiles/profile.h"
54 void ShowWarningMessageBox(Profile* profile, const base::FilePath& file_path) {
56 profile, false, chrome::HOST_DESKTOP_TYPE_ASH);
67 bool GrantFileSystemAccessToFileBrowser(Profile* profile) {
72 profile, kFileManagerAppId)->external_backend();
80 void ExecuteFileTaskForUrl(Profile* profile,
85 if (!GrantFileSystemAccessToFileBrowser(profile))
    [all...]
path_util.h 8 class Profile;
17 // Gets the absolute path for the 'Downloads' folder for the |profile|.
18 base::FilePath GetDownloadsFolderForProfile(Profile* profile);
22 // The |profile| argument is used for determining the location of the
38 // the primary profile of the current session. The two paths always meant the
40 // a multi-profile session, the "user" path cannot be used to mean "its own"
42 // that consistently works whether or not multi-profile is enabled.
43 bool MigratePathFromOldFormat(Profile* profile,
    [all...]
path_util_unittest.cc 16 TestingProfile profile; local
20 &profile,
26 &profile,
33 &profile,
39 TestingProfile profile; local
43 const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile);
48 &profile,
54 &profile,
61 &profile,
67 &profile,
    [all...]
  /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 20 // Create a profile icon for the profile with path |profile_path|.
24 // Create a profile shortcut for the profile with path |profile_path|, plus
25 // update the original profile shortcut if |profile_path| is the second
26 // profile created.
29 // Removes any desktop profile shortcuts for the profile corresponding to
33 // Checks if a profile at |profile_path| has any shortcuts and invokes
35 // non-profile specific shortcuts
    [all...]
  /external/chromium/chrome/browser/
background_contents_service.cc 21 #include "chrome/browser/profiles/profile.h"
51 CrashNotificationDelegate(Profile* profile, const Extension* extension)
52 : profile_(profile),
84 Profile* profile_;
91 void ShowBalloon(const Extension* extension, Profile* profile) {
102 new CrashNotificationDelegate(profile, extension));
103 g_browser_process->notification_ui_manager()->Add(notification, profile);
124 Profile* profile, const CommandLine* command_line
222 Profile* profile = Source<Profile>(source).ptr(); local
237 Profile* profile = Source<Profile>(source).ptr(); local
260 Profile* profile = Source<Profile>(source).ptr(); local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 17 #include "chrome/browser/profiles/profile.h"
39 bool UseSystemTheme(Profile* profile) {
41 return GtkThemeService::GetFrom(profile)->UseGtkTheme();
88 Profile* profile) {
89 DCHECK(profile);
97 profile->GetExtensionService();
113 ThemeServiceFactory::GetThemeForProfile(profile);
119 bool previous_use_system_theme = UseSystemTheme(profile);
    [all...]

Completed in 376 milliseconds

<<11121314151617181920>>