OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RefcountedBrowserContextKeyedService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service.cc
11
const
RefcountedBrowserContextKeyedService
* obj) {
22
RefcountedBrowserContextKeyedService
::
RefcountedBrowserContextKeyedService
()
27
RefcountedBrowserContextKeyedService
::
RefcountedBrowserContextKeyedService
(
33
RefcountedBrowserContextKeyedService
::~
RefcountedBrowserContextKeyedService
() {}
refcounted_browser_context_keyed_service.h
13
class
RefcountedBrowserContextKeyedService
;
19
static void Destruct(const
RefcountedBrowserContextKeyedService
* obj);
35
//
RefcountedBrowserContextKeyedService
must be one type that
37
class BROWSER_CONTEXT_KEYED_SERVICE_EXPORT
RefcountedBrowserContextKeyedService
39
RefcountedBrowserContextKeyedService
,
52
RefcountedBrowserContextKeyedService
();
57
explicit
RefcountedBrowserContextKeyedService
(
62
virtual ~
RefcountedBrowserContextKeyedService
();
66
friend class base::DeleteHelper<
RefcountedBrowserContextKeyedService
>;
67
friend class base::RefCountedThreadSafe<
RefcountedBrowserContextKeyedService
,
[
all
...]
Completed in 99 milliseconds