OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeveloperPrivateAPIFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api_factory.h
19
class
DeveloperPrivateAPIFactory
: public BrowserContextKeyedServiceFactory {
23
static
DeveloperPrivateAPIFactory
* GetInstance();
26
friend struct DefaultSingletonTraits<
DeveloperPrivateAPIFactory
>;
28
DeveloperPrivateAPIFactory
();
29
virtual ~
DeveloperPrivateAPIFactory
();
developer_private_api_factory.cc
16
DeveloperPrivateAPI*
DeveloperPrivateAPIFactory
::GetForProfile(
23
DeveloperPrivateAPIFactory
*
DeveloperPrivateAPIFactory
::GetInstance() {
24
return Singleton<
DeveloperPrivateAPIFactory
>::get();
27
DeveloperPrivateAPIFactory
::
DeveloperPrivateAPIFactory
()
34
DeveloperPrivateAPIFactory
::~
DeveloperPrivateAPIFactory
() {
37
BrowserContextKeyedService*
DeveloperPrivateAPIFactory
::BuildServiceInstanceFor(
42
content::BrowserContext*
DeveloperPrivateAPIFactory
::GetBrowserContextToUse
[
all
...]
Completed in 49 milliseconds