OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfileKeyedServiceFactory
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_dependency_manager.h
14
class
ProfileKeyedServiceFactory
;
17
// rebroadcasts them to each
ProfileKeyedServiceFactory
in a safe order based
23
void AddComponent(
ProfileKeyedServiceFactory
* component);
24
void RemoveComponent(
ProfileKeyedServiceFactory
* component);
27
void AddEdge(
ProfileKeyedServiceFactory
* depended,
28
ProfileKeyedServiceFactory
* dependee);
48
typedef std::multimap<
ProfileKeyedServiceFactory
*,
49
ProfileKeyedServiceFactory
*> EdgeMap;
55
// so that Observe() can notify each
ProfileKeyedServiceFactory
in order.
58
std::vector<
ProfileKeyedServiceFactory
*> all_components_
[
all
...]
profile_keyed_service_factory.cc
14
ProfileKeyedServiceFactory
::
ProfileKeyedServiceFactory
(
20
ProfileKeyedServiceFactory
::~
ProfileKeyedServiceFactory
() {
25
ProfileKeyedService*
ProfileKeyedServiceFactory
::GetServiceForProfile(
58
void
ProfileKeyedServiceFactory
::DependsOn(
ProfileKeyedServiceFactory
* rhs) {
62
void
ProfileKeyedServiceFactory
::Associate(Profile* profile,
68
bool
ProfileKeyedServiceFactory
::ServiceRedirectedInIncognito() {
72
bool
ProfileKeyedServiceFactory
::ServiceHasOwnInstanceInIncognito()
[
all
...]
profile_keyed_service_factory.h
22
class
ProfileKeyedServiceFactory
{
48
// :
ProfileKeyedServiceFactory
(
51
explicit
ProfileKeyedServiceFactory
(ProfileDependencyManager* manager);
52
virtual ~
ProfileKeyedServiceFactory
();
61
void DependsOn(
ProfileKeyedServiceFactory
* rhs);
profile_dependency_manager.cc
18
ProfileKeyedServiceFactory
* component) {
24
ProfileKeyedServiceFactory
* component) {
43
void ProfileDependencyManager::AddEdge(
ProfileKeyedServiceFactory
* depended,
44
ProfileKeyedServiceFactory
* dependee) {
53
for (std::vector<
ProfileKeyedServiceFactory
*>::const_iterator it =
58
for (std::vector<
ProfileKeyedServiceFactory
*>::const_iterator it =
75
std::deque<
ProfileKeyedServiceFactory
*> queue;
80
std::deque<
ProfileKeyedServiceFactory
*>::iterator queue_end = queue.end();
88
std::vector<
ProfileKeyedServiceFactory
*> output;
91
ProfileKeyedServiceFactory
* node = queue.front()
[
all
...]
profile_dependency_manager_unittest.cc
19
void DependOn(
ProfileKeyedServiceFactory
* child,
20
ProfileKeyedServiceFactory
* parent) {
34
class TestService : public
ProfileKeyedServiceFactory
{
39
:
ProfileKeyedServiceFactory
(manager),
/external/chromium/chrome/browser/
background_contents_service_factory.h
18
class BackgroundContentsServiceFactory : public
ProfileKeyedServiceFactory
{
30
//
ProfileKeyedServiceFactory
:
background_mode_manager_factory.cc
25
:
ProfileKeyedServiceFactory
(ProfileDependencyManager::GetInstance()) {
background_mode_manager_factory.h
18
class BackgroundModeManagerFactory : public
ProfileKeyedServiceFactory
{
30
//
ProfileKeyedServiceFactory
:
background_contents_service_factory.cc
26
:
ProfileKeyedServiceFactory
(ProfileDependencyManager::GetInstance()) {
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h
18
class DesktopNotificationServiceFactory : public
ProfileKeyedServiceFactory
{
32
//
ProfileKeyedServiceFactory
:
desktop_notification_service_factory.cc
28
:
ProfileKeyedServiceFactory
(ProfileDependencyManager::GetInstance()) {
/external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc
23
:
ProfileKeyedServiceFactory
(ProfileDependencyManager::GetInstance()) {
pinned_tab_service_factory.h
18
class PinnedTabServiceFactory : public
ProfileKeyedServiceFactory
{
31
//
ProfileKeyedServiceFactory
:
/external/chromium/chrome/browser/themes/
theme_service_factory.h
22
class ThemeServiceFactory : public
ProfileKeyedServiceFactory
{
42
//
ProfileKeyedServiceFactory
:
theme_service_factory.cc
39
:
ProfileKeyedServiceFactory
(
Completed in 381 milliseconds