OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabCaptureRegistry
(Results
1 - 5
of
5
) 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
...]
tab_capture_api.cc
146
extensions::
TabCaptureRegistry
* registry =
147
extensions::
TabCaptureRegistry
::Get(GetProfile());
168
extensions::
TabCaptureRegistry
* registry =
169
extensions::
TabCaptureRegistry
::Get(GetProfile());
171
const
TabCaptureRegistry
::RegistryCaptureInfo& captured_tabs =
175
for (
TabCaptureRegistry
::RegistryCaptureInfo::const_iterator it =
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
303
extensions::
TabCaptureRegistry
::GetFactoryInstance();
/external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.cc
420
extensions::
TabCaptureRegistry
* tab_capture_registry =
421
extensions::
TabCaptureRegistry
::Get(profile);
Completed in 87 milliseconds