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

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_private_api_factory.h 17 class FileBrowserPrivateAPIFactory : public BrowserContextKeyedServiceFactory {
23 // Returns the FileBrowserPrivateAPIFactory instance.
24 static FileBrowserPrivateAPIFactory* GetInstance();
34 friend struct DefaultSingletonTraits<FileBrowserPrivateAPIFactory>;
36 FileBrowserPrivateAPIFactory();
37 virtual ~FileBrowserPrivateAPIFactory();
file_browser_private_api_factory.cc 19 FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) {
25 FileBrowserPrivateAPIFactory*
26 FileBrowserPrivateAPIFactory::GetInstance() {
27 return Singleton<FileBrowserPrivateAPIFactory>::get();
30 FileBrowserPrivateAPIFactory::FileBrowserPrivateAPIFactory()
39 FileBrowserPrivateAPIFactory::~FileBrowserPrivateAPIFactory() {
43 FileBrowserPrivateAPIFactory::BuildServiceInstanceFor(
48 content::BrowserContext* FileBrowserPrivateAPIFactory::GetBrowserContextToUse
    [all...]

Completed in 681 milliseconds