OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceHasOwnInstanceInIncognito
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/
background_contents_service_factory.h
34
virtual bool
ServiceHasOwnInstanceInIncognito
() OVERRIDE;
background_contents_service_factory.cc
38
bool BackgroundContentsServiceFactory::
ServiceHasOwnInstanceInIncognito
() {
/external/chromium/chrome/browser/notifications/
desktop_notification_service_factory.h
36
virtual bool
ServiceHasOwnInstanceInIncognito
() OVERRIDE;
desktop_notification_service_factory.cc
42
bool DesktopNotificationServiceFactory::
ServiceHasOwnInstanceInIncognito
() {
/external/chromium/chrome/browser/profiles/
profile_keyed_service_factory.h
76
virtual bool
ServiceHasOwnInstanceInIncognito
();
profile_keyed_service_factory.cc
31
} else if (
ServiceHasOwnInstanceInIncognito
()) {
72
bool ProfileKeyedServiceFactory::
ServiceHasOwnInstanceInIncognito
() {
Completed in 104 milliseconds