OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileKeyedServiceFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
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);
Completed in 2039 milliseconds