HomeSort by relevance Sort by last modified time
    Searched defs:TabCaptureRegistryFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry_factory.h 17 class TabCaptureRegistryFactory : public BrowserContextKeyedServiceFactory {
21 static TabCaptureRegistryFactory* GetInstance();
27 friend struct DefaultSingletonTraits<TabCaptureRegistryFactory>;
29 TabCaptureRegistryFactory();
30 virtual ~TabCaptureRegistryFactory();
38 DISALLOW_COPY_AND_ASSIGN(TabCaptureRegistryFactory);
tab_capture_registry_factory.cc 17 TabCaptureRegistry* TabCaptureRegistryFactory::GetForProfile(Profile* profile) {
23 TabCaptureRegistryFactory* TabCaptureRegistryFactory::GetInstance() {
24 return Singleton<TabCaptureRegistryFactory>::get();
27 bool TabCaptureRegistryFactory::ServiceIsCreatedWithBrowserContext() const {
31 TabCaptureRegistryFactory::TabCaptureRegistryFactory()
38 TabCaptureRegistryFactory::~TabCaptureRegistryFactory() {
41 BrowserContextKeyedService* TabCaptureRegistryFactory::BuildServiceInstanceFor
    [all...]

Completed in 413 milliseconds