Searched defs:CommandService (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.h38 class CommandService : public ProfileKeyedAPI, class in namespace:extensions
60 // Constructs a CommandService object for the given profile.
61 explicit CommandService(Profile* profile);
62 virtual ~CommandService();
65 static ProfileKeyedAPIFactory<CommandService>* GetFactoryInstance();
67 // Convenience method to get the CommandService for a profile.
68 static CommandService* Get(Profile* profile);
164 friend class ProfileKeyedAPIFactory<CommandService>;
168 return "CommandService";
198 DISALLOW_COPY_AND_ASSIGN(CommandService);
[all...]
H A Dcommand_service.cc53 if (extensions::CommandService::IsMediaKey(accelerator))
97 void CommandService::RegisterProfilePrefs(
104 CommandService::CommandService(Profile* profile) function in class:extensions::CommandService
115 CommandService::~CommandService() {
118 static base::LazyInstance<ProfileKeyedAPIFactory<CommandService> >
122 ProfileKeyedAPIFactory<CommandService>* CommandService::GetFactoryInstance() {
127 CommandService* CommandServic
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 108 milliseconds