Home
last modified time | relevance | path

Searched defs:command_name (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_keybinding_registry_views.cc37 const std::string& command_name) { in AddExtensionKeybinding()
69 const std::string& command_name) { in RemoveExtensionKeybindingImpl()
75 std::string extension_id, command_name; in AcceleratorPressed() local
/external/chromium_org/chrome/common/extensions/
Dcommand.cc31 bool IsNamedCommand(const std::string& command_name) { in IsNamedCommand()
263 Command::Command(const std::string& command_name, in Command()
294 const std::string& command_name) { in StringToAccelerator()
407 const std::string& command_name, in Parse()
Dcommand.h62 const std::string& command_name() const { return command_name_; } in command_name() function
Dcommand_unittest.cc20 const char* command_name; member
200 std::string command_name = "foo"; in TEST() local
/external/chromium_org/chrome/browser/extensions/
Dextension_commands_global_registry.cc71 const std::string& command_name) { in AddExtensionKeybinding()
109 const std::string& command_name) { in RemoveExtensionKeybindingImpl()
Dextension_keybinding_registry.cc50 const std::string& command_name) { in RemoveExtensionKeybinding()
137 const std::string& command_name) { in AddEventTarget()
/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc222 std::string command_name, in AddKeybindingPref()
314 const std::string& command_name, in UpdateKeybindingPrefs()
329 const std::string& command_name, in SetScope()
356 std::string command_name; in FindCommandByName() local
464 std::string command_name = it->first; in RemoveRelinquishedKeybindings() local
696 const std::string& command_name) { in IsCommandShortcutUserModified()
726 const std::string& command_name) { in IsKeybindingChanging()
750 const std::string& command_name) { in GetSuggestedKeyPref()
770 const std::string& command_name) { in RemoveKeybindingPrefs()
/external/chromium_org/chrome/test/chromedriver/
Dcommand_listener_proxy.cc17 Status CommandListenerProxy::BeforeCommand(const std::string& command_name) { in BeforeCommand()
Dcommand_listener_proxy_unittest.cc20 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand()
Dcommands.cc132 const char* command_name, in ExecuteSessionCommandOnSessionThread()
231 const char* command_name, in ExecuteSessionCommand()
Dperformance_logger.cc106 Status PerformanceLogger::BeforeCommand(const std::string& command_name) { in BeforeCommand()
Dutil.cc411 const std::string& command_name) { in NotifyCommandListenersBeforeCommand()
Dcommands_unittest.cc558 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand()
665 virtual Status BeforeCommand(const std::string& command_name) OVERRIDE { in BeforeCommand()
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dcommand_handler.cc92 std::string command_name; in HandleSetExtensionCommandShortcut() local
111 std::string command_name; in HandleSetCommandScope() local
/external/chromium_org/chrome/common/extensions/api/commands/
Dcommands_handler.cc111 std::string command_name = binding->command_name(); in Parse() local
/external/chromium_org/sandbox/win/tests/common/
Dcontroller.cc307 std::string command_name = base::SysWideToMultiByte(argv[3], CP_UTF8); in DispatchCall() local
/external/chromium_org/sdch/open-vcdiff/src/
Dvcdiff_main.cc585 const char* const command_name = argv[0]; in main() local
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1014 CommandInterpreter::GetAliasHelp (const char *alias_name, const char *command_name, StreamString &h… in GetAliasHelp()
1808 std::string command_name (cmd_obj->GetCommandName()); in HandleCommand() local
2828 const char *command_name = pos->first.c_str(); in FindCommandsForApropos() local
2850 const char *command_name = pos->first.c_str(); in FindCommandsForApropos() local
/external/lldb/examples/python/
Dcrashlog.py722 def CreateSymbolicateCrashLogOptions(command_name, description, add_interactive_options): argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py79 def command_name(self): member in ScriptError
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py266 def command_by_name(self, command_name): argument
/external/lldb/source/API/
DSBCommandInterpreter.cpp363 SBCommandInterpreter::SetCommandOverrideCallback (const char *command_name, in SetCommandOverrideCallback()
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp320 const char * command_name = pos->first.c_str(); in AproposAllSubCommands() local
/external/chromium_org/components/cloud_devices/tools/prototype/
Dprototype.py168 def handle_command(self, command_name, args): argument
183 def handle_command(self, command_name, args): argument
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp857 const char *command_name = GetCommandAsCString (command); in DumpPacket() local

12