Searched refs:DeveloperPrivateAPI (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api_factory.cc16 DeveloperPrivateAPI* DeveloperPrivateAPIFactory::GetForProfile(
18 return static_cast<DeveloperPrivateAPI*>(
29 "DeveloperPrivateAPI",
39 return new DeveloperPrivateAPI(static_cast<Profile*>(profile));
H A Ddeveloper_private_api_factory.h15 class DeveloperPrivateAPI;
18 // DeveloperPrivateAPI class.
21 static DeveloperPrivateAPI* GetForProfile(Profile* profile);
H A Ddeveloper_private_api.h77 class DeveloperPrivateAPI : public BrowserContextKeyedService, class in namespace:extensions
80 // Convenience method to get the DeveloperPrivateAPI for a profile.
81 static DeveloperPrivateAPI* Get(Profile* profile);
83 explicit DeveloperPrivateAPI(Profile* profile);
84 virtual ~DeveloperPrivateAPI();
113 DISALLOW_COPY_AND_ASSIGN(DeveloperPrivateAPI);
H A Ddeveloper_private_api.cc162 DeveloperPrivateAPI* DeveloperPrivateAPI::Get(Profile* profile) {
166 DeveloperPrivateAPI::DeveloperPrivateAPI(Profile* profile) : profile_(profile) { function in class:extensions::DeveloperPrivateAPI
248 void DeveloperPrivateAPI::SetLastUnpackedDirectory(const base::FilePath& path) {
252 void DeveloperPrivateAPI::RegisterNotifications() {
257 DeveloperPrivateAPI::~DeveloperPrivateAPI() {}
259 void DeveloperPrivateAPI::Shutdown() {}
261 void DeveloperPrivateAPI
[all...]

Completed in 81 milliseconds