HomeSort by relevance Sort by last modified time
    Searched refs:DeveloperPrivateAPIFactory (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/developer_private/
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...]
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.cc 135 return DeveloperPrivateAPIFactory::GetForProfile(profile);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 211 extensions::DeveloperPrivateAPIFactory::GetInstance();

Completed in 100 milliseconds