OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile
(Results
101 - 125
of
8345
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
15
Profile
*
profile
) {
18
GetInstance()->GetServiceForProfile(
profile
));
35
Profile
*
profile
) const {
36
DesktopNotificationService* service = new DesktopNotificationService(
profile
,
desktop_notification_service_factory.h
13
class
Profile
;
16
// Profiles. Listens for the
Profile
's destruction notification and cleans up
21
// for |
profile
|.
22
static DesktopNotificationService* GetForProfile(
Profile
*
profile
);
34
Profile
*
profile
) const OVERRIDE;
/external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.h
13
class
Profile
;
16
// Listens for the
Profile
's destruction notification and cleans up the
20
// Returns the PinnedTabService that tracks pinning changes for |
profile
|.
21
static PinnedTabService* GetForProfile(
Profile
*
profile
);
33
Profile
*
profile
) const OVERRIDE;
/external/chromium/chrome/browser/ui/find_bar/
find_bar_state.h
5
// Stores per-
profile
state needed for find in page. This includes the most
15
class
Profile
;
30
// Retrieves the last prepopulate text for a given
Profile
. If the
profile
is
32
// prepopulate text from the normal
profile
.
33
static string16 GetLastPrepopulateText(
Profile
*
profile
);
/external/chromium_org/apps/
app_restore_service_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
15
AppRestoreService* AppRestoreServiceFactory::GetForProfile(
Profile
*
profile
) {
17
GetInstance()->GetServiceForBrowserContext(
profile
, true));
35
content::BrowserContext*
profile
) const {
36
return new AppRestoreService(static_cast<
Profile
*>(
profile
));
saved_files_service_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
14
SavedFilesService* SavedFilesServiceFactory::GetForProfile(
Profile
*
profile
) {
16
GetInstance()->GetServiceForBrowserContext(
profile
, true));
32
content::BrowserContext*
profile
) const {
33
return new SavedFilesService(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
Profile.java
10
* Wrapper that allows passing a
Profile
reference around in the Java layer.
12
public class
Profile
{
16
private
Profile
(long nativeProfileAndroid) {
20
public static
Profile
getLastUsedProfile() {
21
return (
Profile
) nativeGetLastUsedProfile();
25
private static
Profile
create(long nativeProfileAndroid) {
26
return new
Profile
(nativeProfileAndroid);
/external/chromium_org/chrome/browser/apps/
shortcut_manager_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
12
AppShortcutManager* AppShortcutManagerFactory::GetForProfile(
Profile
*
profile
) {
14
GetInstance()->GetServiceForBrowserContext(
profile
,
32
content::BrowserContext*
profile
) const {
33
return new AppShortcutManager(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
16
Profile
*
profile
) {
18
GetInstance()->GetServiceForBrowserContext(
profile
, true));
37
content::BrowserContext*
profile
) const {
38
return new CaptivePortalService(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/chromeos/extensions/
media_player_api.h
16
class
Profile
;
23
explicit MediaPlayerAPI(
Profile
*
profile
);
26
// Convenience method to get the MediaPlayerAPI for a
profile
.
27
static MediaPlayerAPI* Get(
Profile
*
profile
);
37
Profile
* const profile_;
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
17
ExtensionSyncEventObserverFactory::GetForProfile(
Profile
*
profile
) {
19
GetInstance()->GetServiceForBrowserContext(
profile
, true));
40
content::BrowserContext*
profile
) const {
41
return new ExtensionSyncEventObserver(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager_factory.cc
10
#include "chrome/browser/profiles/
profile
.h"
17
Profile
*
profile
) {
19
GetInstance()->GetServiceForBrowserContext(
profile
, true));
38
content::BrowserContext*
profile
) const {
44
return new SystemIndicatorManager(static_cast<
Profile
*>(
profile
),
/external/chromium_org/chrome/browser/extensions/token_cache/
token_cache_service_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
14
TokenCacheServiceFactory::GetForProfile(
Profile
*
profile
) {
16
GetInstance()->GetServiceForBrowserContext(
profile
, true));
34
content::BrowserContext*
profile
) const {
35
return new extensions::TokenCacheService(static_cast<
Profile
*>(
profile
));
/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.cc
8
#include "chrome/browser/profiles/
profile
.h"
15
Profile
*
profile
) {
17
GetInstance()->GetServiceForBrowserContext(
profile
, true));
40
content::BrowserContext*
profile
) const {
41
return new CustodianProfileDownloaderService(static_cast<
Profile
*>(
profile
));
managed_user_sync_service_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
13
Profile
*
profile
) {
15
GetInstance()->GetServiceForBrowserContext(
profile
, true));
33
content::BrowserContext*
profile
) const {
34
return new ManagedUserSyncService(static_cast<
Profile
*>(
profile
)->GetPrefs());
/external/chromium_org/chrome/browser/media/
chrome_midi_permission_context_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
14
ChromeMIDIPermissionContextFactory::GetForProfile(
Profile
*
profile
) {
16
GetInstance()->GetServiceForBrowserContext(
profile
, true));
38
content::BrowserContext*
profile
) const {
39
return new ChromeMIDIPermissionContext(static_cast<
Profile
*>(
profile
));
webrtc_log_upload_list.cc
9
#include "chrome/browser/profiles/
profile
.h"
20
Profile
*
profile
) {
21
return new WebRtcLogUploadList(delegate, GetFilePathForProfile(
profile
));
25
base::FilePath WebRtcLogUploadList::GetFilePathForProfile(
Profile
*
profile
) {
26
base::FilePath log_dir_path =
profile
->GetPath();
webrtc_log_upload_list.h
10
class
Profile
;
16
// a
profile
.
17
static WebRtcLogUploadList* Create(Delegate* delegate,
Profile
*
profile
);
19
// Get the file path for the log list file for a
profile
.
20
static base::FilePath GetFilePathForProfile(
Profile
*
profile
);
/external/chromium_org/chrome/browser/predictors/
predictor_database_factory.cc
9
#include "chrome/browser/profiles/
profile
.h"
15
PredictorDatabase* PredictorDatabaseFactory::GetForProfile(
Profile
*
profile
) {
17
GetInstance()->GetServiceForBrowserContext(
profile
, true));
34
content::BrowserContext*
profile
) const {
35
return new PredictorDatabase(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
13
Profile
*
profile
) {
15
GetInstance()->GetServiceForBrowserContext(
profile
, true));
33
content::BrowserContext*
profile
) const {
35
new CloudPrintProxyService(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/profiles/
startup_task_runner_service_factory.cc
7
#include "chrome/browser/profiles/
profile
.h"
21
Profile
*
profile
) {
23
GetInstance()->GetServiceForBrowserContext(
profile
, true));
34
content::BrowserContext*
profile
) const {
35
return new StartupTaskRunnerService(static_cast<
Profile
*>(
profile
));
/external/chromium_org/chrome/browser/signin/
chrome_signin_manager_delegate.h
13
class
Profile
;
17
explicit ChromeSigninManagerDelegate(
Profile
*
profile
);
21
static bool ProfileAllowsSigninCookies(
Profile
*
profile
);
29
// outlived by
Profile
.
30
Profile
* profile_;
/external/chromium_org/chrome/browser/ui/
browser_finder.h
12
class
Profile
;
25
// Retrieve the last active tabbed browser with a
profile
matching |
profile
|.
27
// original
profile
, eg
profile
->GetOriginalProfile() ==
28
// browser->
profile
()->GetOriginalProfile(). This has the effect of matching
32
Browser* FindTabbedBrowser(
Profile
*
profile
,
38
Browser* FindAnyBrowser(
Profile
*
profile
,
[
all
...]
/external/chromium_org/chrome/browser/ui/global_error/
global_error_service_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
13
GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(
Profile
*
profile
) {
15
GetInstance()->GetServiceForBrowserContext(
profile
, true));
33
content::BrowserContext*
profile
) const {
34
return new GlobalErrorService(static_cast<
Profile
*>(
profile
));
Completed in 1089 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>