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

  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_registry.h 27 class TabCaptureRegistry : public BrowserContextKeyedService,
34 explicit TabCaptureRegistry(Profile* profile);
55 virtual ~TabCaptureRegistry();
80 DISALLOW_COPY_AND_ASSIGN(TabCaptureRegistry);
tab_capture_registry.cc 26 using extensions::TabCaptureRegistry;
34 const TabCaptureRegistry* registry);
43 const TabCaptureRegistry* registry_;
69 const TabCaptureRegistry* registry)
108 TabCaptureRegistry::TabCaptureRegistry(Profile* profile)
119 TabCaptureRegistry::~TabCaptureRegistry() {
123 const TabCaptureRegistry::RegistryCaptureInfo
124 TabCaptureRegistry::GetCapturedTabs(const std::string& extension_id) const
    [all...]

Completed in 486 milliseconds