OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SchemaRegistryServiceFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/policy/
schema_registry_service_factory.h
30
class
SchemaRegistryServiceFactory
: public BrowserContextKeyedBaseFactory {
32
// Returns the
SchemaRegistryServiceFactory
singleton.
33
static
SchemaRegistryServiceFactory
* GetInstance();
48
friend struct DefaultSingletonTraits<
SchemaRegistryServiceFactory
>;
50
SchemaRegistryServiceFactory
();
51
virtual ~
SchemaRegistryServiceFactory
();
74
DISALLOW_COPY_AND_ASSIGN(
SchemaRegistryServiceFactory
);
schema_registry_service_factory.cc
17
SchemaRegistryServiceFactory
*
SchemaRegistryServiceFactory
::GetInstance() {
18
return Singleton<
SchemaRegistryServiceFactory
>::get();
22
SchemaRegistryService*
SchemaRegistryServiceFactory
::GetForContext(
29
SchemaRegistryServiceFactory
::CreateForContext(
37
SchemaRegistryServiceFactory
::
SchemaRegistryServiceFactory
()
42
SchemaRegistryServiceFactory
::~
SchemaRegistryServiceFactory
() {}
44
SchemaRegistryService*
SchemaRegistryServiceFactory
::GetForContextInternal
[
all
...]
Completed in 477 milliseconds