OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile
(Results
276 - 300
of
7885
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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
;
19
static BookmarkModel* GetForProfile(
Profile
*
profile
);
21
static BookmarkModel* GetForProfileIfExists(
Profile
*
profile
);
chrome_bookmark_client_factory.cc
10
#include "chrome/browser/profiles/
profile
.h"
15
Profile
*
profile
) {
17
GetInstance()->GetServiceForBrowserContext(
profile
, true));
36
return new ChromeBookmarkClient(static_cast<
Profile
*>(context));
/external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter_factory.cc
8
#include "chrome/browser/profiles/
profile
.h"
16
InstallLimiter* InstallLimiterFactory::GetForProfile(
Profile
*
profile
) {
18
GetInstance()->GetServiceForBrowserContext(
profile
, true));
37
content::BrowserContext*
profile
) const {
/external/chromium_org/chrome/browser/chromeos/login/signin/
auth_sync_observer_factory.h
11
class
Profile
;
18
// Profiles. Listens for the
Profile
's destruction notification and cleans up
24
// |
profile
| (creates one if none exists).
25
static AuthSyncObserver* GetForProfile(
Profile
*
profile
);
oauth2_login_manager_factory.h
11
class
Profile
;
18
// Profiles. Listens for the
Profile
's destruction notification and cleans up
24
// |
profile
| (creates one if none exists).
25
static OAuth2LoginManager* GetForProfile(
Profile
*
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));
28
return new RecommendationRestorer(static_cast<
Profile
*>(context));
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.h
20
class
Profile
;
31
explicit MediaGalleriesPrivateEventRouter(
Profile
*
profile
);
39
// Current
profile
.
40
Profile
* profile_;
/external/chromium_org/chrome/browser/extensions/
extension_view_host_factory.h
12
class
Profile
;
24
//
profile
.
30
// hence only require a |
profile
|.
31
static ExtensionViewHost* CreateDialogHost(const GURL& url,
Profile
*
profile
);
proxy_overridden_bubble_controller.h
13
class
Profile
;
20
explicit ProxyOverriddenBubbleController(
Profile
*
profile
);
31
// A weak pointer to the
profile
we are associated with. Not owned by us.
32
Profile
* profile_;
suspicious_extension_bubble_controller.h
10
class
Profile
;
23
explicit SuspiciousExtensionBubbleController(
Profile
*
profile
);
34
// A weak pointer to the
profile
we are associated with. Not owned by us.
35
Profile
* profile_;
/external/chromium_org/chrome/browser/favicon/
chrome_favicon_client.cc
11
class
Profile
;
13
ChromeFaviconClient::ChromeFaviconClient(
Profile
*
profile
) : profile_(
profile
) {
21
Profile
::EXPLICIT_ACCESS);
/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/media/
webrtc_log_list.h
10
class
Profile
;
15
//
profile
. The upload list loads and parses a text file list of WebRTC
18
Profile
*
profile
);
20
// Get the file path for the log directory for a
profile
.
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h
9
#include "chrome/browser/profiles/
profile
.h"
23
Profile
*
profile
,
Profile
::ServiceAccessType service_access_type);
41
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/profiles/
profile.h
5
// This class gathers state related to a single user
profile
.
70
// Instead of adding more members to
Profile
, consider creating a
72
// http://dev.chromium.org/developers/design-documents/
profile
-architecture
73
class
Profile
: public content::BrowserContext {
75
//
Profile
services are accessed with the following parameter. This parameter
78
// result in persistent implicit records while using an OffTheRecord
profile
.
79
// This flag allows the
profile
to perform an additional check.
94
// in the
profile
, as part of Chrome's implicit data logging. Use this flag
101
//
Profile
services were not created due to a local error (e.g., disk full).
103
//
Profile
services were not created due to a remote error (e.g., networ
[
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/safe_browsing/
last_download_finder.h
20
class
Profile
;
35
// Finds the most recent executable downloaded by any on-the-record
profile
with
60
LastDownloadFinder(const std::vector<
Profile
*>& profiles,
63
// Adds |
profile
| to the set of profiles to be searched if it is an
64
// on-the-record
profile
with history that participates in safe browsing. The
65
// search is initiated if the
profile
has already loaded history.
66
void SearchInProfile(
Profile
*
profile
);
68
// Initiates a search in |
profile
| if it is in the set of profiles to be
70
void OnProfileHistoryLoaded(
Profile
* profile
[
all
...]
/external/chromium_org/chrome/browser/search/
instant_service_factory.h
14
class
Profile
;
19
// Returns the InstantService for |
profile
|.
20
static InstantService* GetForProfile(
Profile
*
profile
);
34
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/search/suggestions/
suggestions_service_factory.h
11
class
Profile
;
21
// Returns the SuggestionsService for |
profile
|.
22
static suggestions::SuggestionsService* GetForProfile(
Profile
*
profile
);
36
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/search_engines/
template_url_service_factory.h
11
class
Profile
;
18
static TemplateURLService* GetForProfile(
Profile
*
profile
);
22
static KeyedService* BuildInstanceFor(content::BrowserContext*
profile
);
32
content::BrowserContext*
profile
) const OVERRIDE;
/external/chromium_org/chrome/browser/signin/
chrome_signin_client_factory.cc
7
#include "chrome/browser/profiles/
profile
.h"
18
SigninClient* ChromeSigninClientFactory::GetForProfile(
Profile
*
profile
) {
20
GetInstance()->GetServiceForBrowserContext(
profile
, true));
31
new ChromeSigninClient(static_cast<
Profile
*>(context));
local_auth.h
14
class
Profile
;
27
void SetLocalAuthCredentials(const
Profile
*
profile
,
33
bool ValidateLocalAuthCredentials(const
Profile
*
profile
,
Completed in 2630 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>