OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllCommandsFunction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/commands/
commands.h
10
class
GetAllCommandsFunction
: public ChromeSyncExtensionFunction {
11
virtual ~
GetAllCommandsFunction
() {}
commands.cc
24
bool
GetAllCommandsFunction
::RunImpl() {
command_service.cc
107
RegisterFunction<
GetAllCommandsFunction
>();
Completed in 57 milliseconds