OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionGalleriesHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry.h
23
class
ExtensionGalleriesHost
;
97
// Map an extension to the
ExtensionGalleriesHost
.
99
scoped_refptr<
ExtensionGalleriesHost
> > ExtensionHostMap;
100
// Map a profile and extension to the
ExtensionGalleriesHost
.
112
// This map owns all the
ExtensionGalleriesHost
objects created.
media_file_system_registry.cc
56
std::set<
ExtensionGalleriesHost
*> extension_hosts;
207
class
ExtensionGalleriesHost
208
: public base::RefCountedThreadSafe<
ExtensionGalleriesHost
> {
212
ExtensionGalleriesHost
(MediaFileSystemContext* file_system_context,
216
rph_refs_(base::Bind(&
ExtensionGalleriesHost
::CleanUp,
236
&
ExtensionGalleriesHost
::GetMediaFileSystemsForAttachedDevices, this,
285
friend class base::RefCountedThreadSafe<
ExtensionGalleriesHost
>;
287
virtual ~
ExtensionGalleriesHost
() {
384
DISALLOW_COPY_AND_ASSIGN(
ExtensionGalleriesHost
);
413
ExtensionGalleriesHost
* extension_host
[
all
...]
Completed in 41 milliseconds