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 29 class TabCaptureRegistry : public ProfileKeyedAPI,
36 static TabCaptureRegistry* Get(Profile* profile);
39 static ProfileKeyedAPIFactory<TabCaptureRegistry>* GetFactoryInstance();
58 friend class ProfileKeyedAPIFactory<TabCaptureRegistry>;
61 explicit TabCaptureRegistry(Profile* profile);
62 virtual ~TabCaptureRegistry();
66 return "TabCaptureRegistry";
95 DISALLOW_COPY_AND_ASSIGN(TabCaptureRegistry);
tab_capture_registry.cc 24 using extensions::TabCaptureRegistry;
34 const TabCaptureRegistry* registry);
43 const TabCaptureRegistry* registry_;
69 const TabCaptureRegistry* registry)
108 TabCaptureRegistry::TabCaptureRegistry(Profile* profile)
119 TabCaptureRegistry::~TabCaptureRegistry() {
124 TabCaptureRegistry* TabCaptureRegistry::Get(Profile* profile)
    [all...]

Completed in 174 milliseconds