Searched defs:FileBrowserPrivateAPIFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_private_api_factory.h17 class FileBrowserPrivateAPIFactory : public BrowserContextKeyedServiceFactory { class in namespace:file_manager
23 // Returns the FileBrowserPrivateAPIFactory instance.
24 static FileBrowserPrivateAPIFactory* GetInstance();
34 friend struct DefaultSingletonTraits<FileBrowserPrivateAPIFactory>;
36 FileBrowserPrivateAPIFactory();
37 virtual ~FileBrowserPrivateAPIFactory();
H A Dfile_browser_private_api_factory.cc19 FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) {
25 FileBrowserPrivateAPIFactory*
26 FileBrowserPrivateAPIFactory::GetInstance() {
27 return Singleton<FileBrowserPrivateAPIFactory>::get();
30 FileBrowserPrivateAPIFactory::FileBrowserPrivateAPIFactory() function in class:file_manager::FileBrowserPrivateAPIFactory
39 FileBrowserPrivateAPIFactory::~FileBrowserPrivateAPIFactory() {
43 FileBrowserPrivateAPIFactory::BuildServiceInstanceFor(
48 content::BrowserContext* FileBrowserPrivateAPIFactory
[all...]

Completed in 77 milliseconds