OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionSystemSharedFactory
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
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
...]
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_impl.h
18
class
ExtensionSystemSharedFactory
;
74
friend class
ExtensionSystemSharedFactory
;
extension_system_impl.cc
516
shared_ =
ExtensionSystemSharedFactory
::GetForBrowserContext(profile);
Completed in 337 milliseconds