Searched defs:commandName (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DKeypressCommand.h38 explicit KeypressCommand(const String& commandName) : commandName(commandName) { ASSERT(isASCIILower(commandName[0U])); } argument
39 KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(text) { ASSERT(commandName == "insertText:"); } argument
41 String commandName; // Actually, a selector name - it may have a trailing colon, and a name that can be different from an editor command name. member in struct:WebCore::KeypressCommand
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXutil.c799 char *commandName; local
/macosx-10.10/tcl-105/tcl_ext/thread/thread/generic/
H A DtclXkeylist.c165 const char *commandName; local
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeNotify.c440 static CONST char *commandName[] = { "bind", "configure", "detailnames", local
H A DtkTreeCtrl.c505 static CONST char *commandName[] = { local
2462 static CONST char *commandName[] = { local
2677 static CONST char *commandName[] = { local
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAFileSystem.c781 CFStringRef commandName = NULL; local
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp526 void PluginControllerProxy::handleEditingCommand(const String& commandName, const String& argument, bool& handled) argument
531 void PluginControllerProxy::isEditingCommandEnabled(const String& commandName, bool& enabled) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp435 bool PluginProxy::handleEditingCommand(const String& commandName, const String& argument) argument
447 bool PluginProxy::isEditingCommandEnabled(const String& commandName) argument
H A DPluginView.cpp939 bool PluginView::handleEditingCommand(const String& commandName, const String& argument) argument
947 bool PluginView::isEditingCommandEnabled(const String& commandName) argument
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c1730 const char *commandName; member in struct:helper
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp1694 static const EditorInternalCommand* internalCommand(const String& commandName) argument
1700 Editor::Command Editor::command(const String& commandName) argument
1705 Editor::Command Editor::command(const String& commandName, EditorCommandSource source) argument
1710 bool Editor::commandIsSupportedFromMenuOrKeyBinding(const String& commandName) argument
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp4270 static Editor::Command command(Document* document, const String& commandName, bool userInterface = false) argument
4282 bool Document::execCommand(const String& commandName, bool userInterface, const String& value) argument
4287 bool Document::queryCommandEnabled(const String& commandName) argument
4292 bool Document::queryCommandIndeterm(const String& commandName) argument
4297 bool Document::queryCommandState(const String& commandName) argument
4302 queryCommandSupported(const String& commandName) argument
4307 queryCommandValue(const String& commandName) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1290 void WebPageProxy::validateCommand(const String& commandName, std::function<void (const String&, bool, int32_t, CallbackBase::Error)> callbackFunction) argument
1306 void WebPageProxy::executeEditCommand(const String& commandName) argument
4193 void WebPageProxy::validateCommandCallback(const String& commandName, bool isEnabled, int state, uint64_t callbackID) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp856 void WebPage::executeEditingCommand(const String& commandName, const String& argument) argument
868 bool WebPage::isEditingCommandEnabled(const String& commandName) argument
2013 void WebPage::validateCommand(const String& commandName, uint64_t callbackID) argument
2029 executeEditCommand(const String& commandName) argument
[all...]

Completed in 382 milliseconds