Home
last modified time | relevance | path

Searched defs:commandName (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
Dinit_globals.js66 cvox.ChromeVox.executeUserCommand = function(commandName) { argument
/external/emma/core/java12/
Demma.java35 final String commandName = args [0]; in main() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorKeyBindings.cpp44 String commandName = behavior().interpretKeyEvent(*evt); in handleEditingKeyboardEvent() local
DEditorCommand.cpp1663 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()
/external/chromium_org/third_party/skia/debugger/
Ddebuggermain.cpp32 SkString commandName(iter->toAscii().data()); in main() local
/external/skia/debugger/
Ddebuggermain.cpp32 SkString commandName(iter->toAscii().data()); in main() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dchromevox.js222 cvox.ChromeVox.executeUserCommand = function(commandName) {}; argument
/external/chromium_org/chrome/browser/resources/extensions/
Dextension_command_list.js529 createElementId_: function(namespace, extensionId, commandName) { argument
/external/skia/platform_tools/nacl/src/
Dnacl_sample.cpp36 char* commandName = "SampleApp"; in SkiaInstance() local
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
Dnacl_sample.cpp36 char* commandName = "SampleApp"; in SkiaInstance() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4346 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()
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
DBrailleInputEvent.java232 public static int stringToCommand(String commandName) { in stringToCommand()
/external/chromium_org/third_party/WebKit/Source/web/
DWebDevToolsAgentImpl.cpp644 String commandName; in shouldInterruptForMessage() local