OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profile
(Results
226 - 250
of
4127
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/cocoa/
first_run_bubble_controller.h
9
class
Profile
;
17
Profile
* profile_;
23
profile
:(
Profile
*)
profile
;
/external/chromium/chrome/browser/ui/webui/
active_downloads_ui.h
17
class
Profile
;
23
static Browser* OpenPopup(
Profile
*
profile
);
24
static Browser* GetPopup(
Profile
*
profile
);
/external/chromium_org/apps/
app_launch_for_metro_restart_win.cc
18
#include "chrome/browser/profiles/
profile
.h"
29
void LaunchAppWithId(
Profile
*
profile
,
32
ExtensionSystem::Get(
profile
)->extension_service();
41
extensions::AppEventRouter::DispatchOnLaunchedEvent(
profile
, extension);
46
void HandleAppLaunchForMetroRestart(
Profile
*
profile
) {
51
// This will be called for each
profile
that had a browser window open before
53
//
profile
that is starting up matches the
profile
that initially wanted t
[
all
...]
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;
saved_files_service_factory.h
11
class
Profile
;
20
static SavedFilesService* GetForProfile(
Profile
*
profile
);
30
content::BrowserContext*
profile
) const OVERRIDE;
/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/chromeos/extensions/file_manager/
file_browser_private_api.h
11
class
Profile
;
20
explicit FileBrowserPrivateAPI(
Profile
*
profile
);
26
// Convenience function to return the FileBrowserPrivateAPI for a
Profile
.
27
static FileBrowserPrivateAPI* Get(
Profile
*
profile
);
fileapi_util.h
12
class
Profile
;
25
// Returns a file system context associated with the given
profile
and the
28
Profile
*
profile
,
31
// Returns a file system context associated with the given
profile
and the
34
Profile
*
profile
,
/external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter_factory.h
13
class
Profile
;
22
static InstallLimiter* GetForProfile(
Profile
*
profile
);
34
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/download/
download_crx_util.h
16
class
Profile
;
38
Profile
*
profile
,
47
bool OffStoreInstallAllowedByPrefs(
Profile
*
profile
,
/external/chromium_org/chrome/browser/drive/
drive_notification_manager_factory.h
11
class
Profile
;
22
static DriveNotificationManager* GetForProfile(
Profile
*
profile
);
34
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_api_factory.h
11
class
Profile
;
19
static scoped_refptr<DialAPI> GetForProfile(
Profile
*
profile
);
31
BuildServiceInstanceFor(content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer_factory.h
11
class
Profile
;
20
static ExtensionSyncEventObserver* GetForProfile(
Profile
*
profile
);
32
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager_factory.h
11
class
Profile
;
19
static SystemIndicatorManager* GetForProfile(
Profile
*
profile
);
31
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
extension_pref_value_map_factory.h
12
class
Profile
;
16
static ExtensionPrefValueMap* GetForProfile(
Profile
*
profile
);
27
content::BrowserContext*
profile
) const OVERRIDE;
extension_system_factory.cc
11
#include "chrome/browser/profiles/
profile
.h"
22
ExtensionSystemSharedFactory::GetForProfile(
Profile
*
profile
) {
24
GetInstance()->GetServiceForBrowserContext(
profile
, true));
49
content::BrowserContext*
profile
) const {
50
return new ExtensionSystemImpl::Shared(static_cast<
Profile
*>(
profile
));
61
ExtensionSystem* ExtensionSystemFactory::GetForProfile(
Profile
*
profile
) {
63
GetInstance()->GetServiceForBrowserContext(
profile
, true))
[
all
...]
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;
scoped_gaia_auth_extension.cc
11
#include "chrome/browser/profiles/
profile
.h"
24
extensions::ComponentLoader* GetComponentLoader(
Profile
*
profile
) {
26
extensions::ExtensionSystem::Get(
profile
);
31
void LoadGaiaAuthExtension(
Profile
*
profile
) {
32
extensions::ComponentLoader* component_loader = GetComponentLoader(
profile
);
55
void UnloadGaiaAuthExtension(
Profile
*
profile
) {
57
GetComponentLoader(
profile
)->Remove(kGaiaAuthId)
[
all
...]
/external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_factory.h
12
class
Profile
;
20
static extensions::TokenCacheService* GetForProfile(
Profile
*
profile
);
31
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/favicon/
favicon_service_factory.h
9
#include "chrome/browser/profiles/
profile
.h"
14
class
Profile
;
22
// the ServiceAccessType definition in
profile
.h.
23
static FaviconService* GetForProfile(
Profile
*
profile
,
24
Profile
::ServiceAccessType sat);
36
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/managed_mode/
custodian_profile_downloader_service_factory.h
12
class
Profile
;
17
static CustodianProfileDownloaderService* GetForProfile(
Profile
*
profile
);
30
content::BrowserContext*
profile
) const OVERRIDE;
managed_user_sync_service_factory.h
12
class
Profile
;
17
static ManagedUserSyncService* GetForProfile(
Profile
*
profile
);
29
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/media/
chrome_midi_permission_context_factory.h
12
class
Profile
;
17
static ChromeMIDIPermissionContext* GetForProfile(
Profile
*
profile
);
28
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/notifications/
desktop_notification_service_factory.h
13
class
Profile
;
16
// Profiles. Listens for the
Profile
's destruction notification and cleans up
22
// for |
profile
|.
23
static DesktopNotificationService* GetForProfile(
Profile
*
profile
);
35
content::BrowserContext*
profile
) const OVERRIDE;
Completed in 2974 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>