Searched defs:command_name (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
H A Dcommand_listener_proxy.cc17 Status CommandListenerProxy::BeforeCommand(const std::string& command_name) { argument
18 return command_listener_->BeforeCommand(command_name);
H A Dcommands.cc132 const char* command_name,
151 VLOG(0) << "COMMAND " << command_name << " "
157 Status status = NotifyCommandListenersBeforeCommand(session, command_name);
205 VLOG(0) << "RESPONSE " << command_name
231 const char* command_name,
245 command_name,
131 ExecuteSessionCommandOnSessionThread( const char* command_name, const SessionCommand& command, bool return_ok_without_session, scoped_ptr<base::DictionaryValue> params, scoped_refptr<base::SingleThreadTaskRunner> cmd_task_runner, const CommandCallback& callback_on_cmd, const base::Closure& terminate_on_cmd) argument
229 ExecuteSessionCommand( SessionThreadMap* session_thread_map, const char* command_name, const SessionCommand& command, bool return_ok_without_session, const base::DictionaryValue& params, const std::string& session_id, const CommandCallback& callback) argument
H A Dperformance_logger.cc106 Status PerformanceLogger::BeforeCommand(const std::string& command_name) { argument
108 if (trace_buffering_ && ShouldRequestTraceEvents(command_name)) {
H A Dutil.cc411 const std::string& command_name) {
416 Status status = (*it)->BeforeCommand(command_name);
424 command_name.c_str());
410 NotifyCommandListenersBeforeCommand(Session* session, const std::string& command_name) argument
/external/chromium_org/chrome/common/extensions/
H A Dcommand.h27 Command(const std::string& command_name,
39 const std::string& command_name);
52 const std::string& command_name,
62 const std::string& command_name() const { return command_name_; } function in class:extensions::Command
H A Dcommand.cc31 bool IsNamedCommand(const std::string& command_name) { argument
32 return command_name != values::kPageActionCommandEvent &&
33 command_name != values::kBrowserActionCommandEvent;
263 Command::Command(const std::string& command_name, argument
267 : command_name_(command_name),
272 IsNamedCommand(command_name), &error);
294 const std::string& command_name) {
298 IsNamedCommand(command_name), &error);
407 const std::string& command_name,
410 DCHECK(!command_name
293 StringToAccelerator(const std::string& accelerator, const std::string& command_name) argument
406 Parse(const base::DictionaryValue* command, const std::string& command_name, int index, base::string16* error) argument
[all...]
H A Dcommand_unittest.cc20 const char* command_name; member in struct:__anon5646
34 SCOPED_TRACE(std::string("Command name: |") + data.command_name + "| key: |" +
47 bool result = command.Parse(input.get(), data.command_name, i, &error);
52 EXPECT_STREQ(data.command_name, command.command_name().c_str());
78 bool result = command.Parse(input.get(), data.command_name, i, &error);
84 EXPECT_STREQ(data.command_name, command.command_name().c_str());
130 // test |command_name| being blank as it is used as a key in the manifest,
200 std::string command_name local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_commands_global_registry.cc71 const std::string& command_name) {
73 if (ShouldIgnoreCommand(command_name))
89 if (!command_name.empty() && (iter->second.command_name() != command_name))
94 << " " << command_name.c_str()
103 AddEventTarget(accelerator, extension->id(), iter->second.command_name());
109 const std::string& command_name) {
110 VLOG(0) << "Removing keybinding for " << command_name.c_str();
69 AddExtensionKeybinding( const extensions::Extension* extension, const std::string& command_name) argument
107 RemoveExtensionKeybindingImpl( const ui::Accelerator& accelerator, const std::string& command_name) argument
H A Dextension_keybinding_registry.cc50 const std::string& command_name) {
57 (command_name.empty() || command_name == target->second))
66 RemoveExtensionKeybindingImpl(old->first, command_name);
69 // If a specific command_name was requested, it has now been deleted so no
71 if (!command_name.empty())
137 const std::string& command_name) {
139 std::make_pair(extension_id, command_name));
149 std::string* command_name) const {
157 *command_name
48 RemoveExtensionKeybinding( const Extension* extension, const std::string& command_name) argument
134 AddEventTarget( const ui::Accelerator& accelerator, const std::string& extension_id, const std::string& command_name) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_keybinding_registry_views.cc37 const std::string& command_name) {
39 if (ShouldIgnoreCommand(command_name))
55 if (!command_name.empty() && (iter->second.command_name() != command_name))
63 AddEventTarget(accelerator, extension->id(), iter->second.command_name());
69 const std::string& command_name) {
75 std::string extension_id, command_name; local
76 GetFirstTarget(accelerator, &extension_id, &command_name);
35 AddExtensionKeybinding( const extensions::Extension* extension, const std::string& command_name) argument
67 RemoveExtensionKeybindingImpl( const ui::Accelerator& accelerator, const std::string& command_name) argument
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_handler.cc111 std::string command_name = binding->command_name(); local
112 if (command_name == manifest_values::kBrowserActionCommandEvent) {
114 } else if (command_name ==
118 if (command_name[0] != '_') // All commands w/underscore are reserved.
119 commands_info->named_commands[command_name] = *binding.get();
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dcommand_handler.cc92 std::string command_name; local
95 !args->GetString(1, &command_name) ||
103 command_service->UpdateKeybindingPrefs(extension_id, command_name, keystroke);
111 std::string command_name; local
114 !args->GetString(1, &command_name) ||
122 if (command_service->SetScope(extension_id, command_name, global))
184 (*extension)->id(), iter->second.command_name());
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc585 const char* const command_name = argv[0]; local
589 std::cerr << command_name << ": Must specify exactly one command option"
591 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
596 std::cerr << command_name << " " << command_option
598 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
603 std::cerr << command_name << ": Option --buffersize cannot be 0"
605 ShowUsageWithFlagsRestrict(command_name, "vcdiff");
630 std::cerr << command_name
650 std::cerr << command_name << ": Unrecognized command option "
652 ShowUsageWithFlagsRestrict(command_name, "vcdif
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py79 def command_name(self): member in class:ScriptError
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp320 const char * command_name = pos->first.c_str(); local
324 complete_command_name.Printf ("%s %s", prefix, command_name);
H A DCommandObjectCommands.cpp810 const char *command_name = args.GetArgumentAtIndex(0); local
811 cmd_obj = m_interpreter.GetCommandObject(command_name);
814 if (m_interpreter.CommandExists (command_name))
817 command_name);
823 if (m_interpreter.RemoveAlias (command_name) == false)
825 if (m_interpreter.AliasExists (command_name))
827 command_name);
829 result.AppendErrorWithFormat ("'%s' is not an existing alias.\n", command_name);
840 command_name);
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp363 SBCommandInterpreter::SetCommandOverrideCallback (const char *command_name, argument
367 if (command_name && command_name[0] && m_opaque_ptr)
369 std::string command_name_str (command_name);
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc39 const char kCommandName[] = "command_name";
199 FindCommandByName(extension_id, iter->second.command_name());
213 (*command_map)[iter->second.command_name()] = command;
222 std::string command_name,
230 Command existing_command = FindCommandByName(extension_id, command_name);
237 (command_name != manifest_values::kPageActionCommandEvent &&
238 command_name != manifest_values::kBrowserActionCommandEvent));
266 RemoveKeybindingPrefs(extension_id, command_name);
271 keybinding->SetString(kCommandName, command_name);
281 suggested_key_prefs->Set(command_name, command_key
219 AddKeybindingPref( const ui::Accelerator& accelerator, std::string extension_id, std::string command_name, bool allow_overrides, bool global) argument
313 UpdateKeybindingPrefs(const std::string& extension_id, const std::string& command_name, const std::string& keystroke) argument
328 SetScope(const std::string& extension_id, const std::string& command_name, bool global) argument
356 std::string command_name; local
464 std::string command_name = it->first; local
694 IsCommandShortcutUserModified( const Extension* extension, const std::string& command_name) argument
725 IsKeybindingChanging(const Extension* extension, const std::string& command_name) argument
748 GetSuggestedKeyPref( const Extension* extension, const std::string& command_name) argument
769 RemoveKeybindingPrefs(const std::string& extension_id, const std::string& command_name) argument
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp857 const char *command_name = GetCommandAsCString (command); local
858 if (command_name)
864 command_name,
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1014 CommandInterpreter::GetAliasHelp (const char *alias_name, const char *command_name, StreamString &help_string) argument
1016 help_string.Printf ("'%s", command_name);
1808 std::string command_name (cmd_obj->GetCommandName());
2828 const char *command_name = pos->first.c_str(); local
2833 commands_found.AppendString (command_name);
2838 cmd_obj->AproposAllSubCommands (command_name,
2850 const char *command_name = pos->first.c_str(); local
2855 commands_found.AppendString (command_name);
2860 cmd_obj->AproposAllSubCommands (command_name,
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc10854 std::string command_name; local
10855 if (!bucket->GetAsString(&command_name)) {
10858 TRACE_EVENT_COPY_ASYNC_BEGIN0("gpu", command_name.c_str(), this);
10859 if (!gpu_tracer_->Begin(command_name, kTraceCHROMIUM)) {

Completed in 533 milliseconds