Searched defs:commandName (Results 1 – 13 of 13) sorted by relevance
66 cvox.ChromeVox.executeUserCommand = function(commandName) { argument
35 final String commandName = args [0]; in main() local
44 String commandName = behavior().interpretKeyEvent(*evt); in handleEditingKeyboardEvent() local
1663 static const EditorInternalCommand* internalCommand(const String& commandName) in internalCommand()1669 Editor::Command Editor::command(const String& commandName) in command()1674 Editor::Command Editor::command(const String& commandName, EditorCommandSource source) in command()1679 bool Editor::executeCommand(const String& commandName) in executeCommand()1704 bool Editor::executeCommand(const String& commandName, const String& value) in executeCommand()
32 SkString commandName(iter->toAscii().data()); in main() local
222 cvox.ChromeVox.executeUserCommand = function(commandName) {}; argument
529 createElementId_: function(namespace, extensionId, commandName) { argument
36 char* commandName = "SampleApp"; in SkiaInstance() local
4346 static Editor::Command command(Document* document, const String& commandName, bool userInterface = … in command()4356 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) in execCommand()4379 bool Document::queryCommandEnabled(const String& commandName) in queryCommandEnabled()4384 bool Document::queryCommandIndeterm(const String& commandName) in queryCommandIndeterm()4389 bool Document::queryCommandState(const String& commandName) in queryCommandState()4394 bool Document::queryCommandSupported(const String& commandName) in queryCommandSupported()4399 String Document::queryCommandValue(const String& commandName) in queryCommandValue()
232 public static int stringToCommand(String commandName) { in stringToCommand()
644 String commandName; in shouldInterruptForMessage() local