OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtensionSystemSharedFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_system_factory.h
18
class
ExtensionSystemSharedFactory
: public BrowserContextKeyedServiceFactory {
23
static
ExtensionSystemSharedFactory
* GetInstance();
26
friend struct DefaultSingletonTraits<
ExtensionSystemSharedFactory
>;
28
ExtensionSystemSharedFactory
();
29
virtual ~
ExtensionSystemSharedFactory
();
37
DISALLOW_COPY_AND_ASSIGN(
ExtensionSystemSharedFactory
);
extension_system_factory.cc
20
//
ExtensionSystemSharedFactory
24
ExtensionSystemSharedFactory
::GetForBrowserContext(
31
ExtensionSystemSharedFactory
*
ExtensionSystemSharedFactory
::GetInstance() {
32
return Singleton<
ExtensionSystemSharedFactory
>::get();
35
ExtensionSystemSharedFactory
::
ExtensionSystemSharedFactory
()
48
ExtensionSystemSharedFactory
::~
ExtensionSystemSharedFactory
() {
51
KeyedService*
ExtensionSystemSharedFactory
::BuildServiceInstanceFor
[
all
...]
Completed in 47 milliseconds