Home
last modified time | relevance | path

Searched refs:aCommandParams (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/commandhandler/
H A DnsCommandManager.cpp157 nsICommandParams* aCommandParams) { in GetCommandState() argument
170 aCommandParams); in GetCommandState()
179 nsICommandParams* aCommandParams, in DoCommand() argument
190 if (commandController && aCommandParams) { in DoCommand()
191 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl70 * On input: aCommandParams filled in with values that the caller cares
79 * On output: aCommandParams: values set by the caller filled in with
84 /* inout */ in nsICommandParams aCommandParams);
91 * param: aCommandParams, a list of name-value pairs of command parameters,
97 in nsICommandParams aCommandParams,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/commandhandler/
H A DnsCommandManager.cpp159 nsICommandParams* aCommandParams) { in GetCommandState() argument
172 aCommandParams); in GetCommandState()
181 nsICommandParams* aCommandParams, in DoCommand() argument
192 if (commandController && aCommandParams) { in DoCommand()
193 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl70 * On input: aCommandParams filled in with values that the caller cares
79 * On output: aCommandParams: values set by the caller filled in with
84 /* inout */ in nsICommandParams aCommandParams);
91 * param: aCommandParams, a list of name-value pairs of command parameters,
97 in nsICommandParams aCommandParams,
/dports/www/firefox/firefox-99.0/dom/commandhandler/
H A DnsCommandManager.cpp157 nsICommandParams* aCommandParams) { in GetCommandState() argument
170 aCommandParams); in GetCommandState()
179 nsICommandParams* aCommandParams, in DoCommand() argument
190 if (commandController && aCommandParams) { in DoCommand()
191 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl70 * On input: aCommandParams filled in with values that the caller cares
79 * On output: aCommandParams: values set by the caller filled in with
84 /* inout */ in nsICommandParams aCommandParams);
91 * param: aCommandParams, a list of name-value pairs of command parameters,
97 in nsICommandParams aCommandParams,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/commandhandler/
H A DnsCommandManager.cpp157 nsICommandParams* aCommandParams) { in GetCommandState() argument
170 aCommandParams); in GetCommandState()
179 nsICommandParams* aCommandParams, in DoCommand() argument
190 if (commandController && aCommandParams) { in DoCommand()
191 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl70 * On input: aCommandParams filled in with values that the caller cares
79 * On output: aCommandParams: values set by the caller filled in with
84 /* inout */ in nsICommandParams aCommandParams);
91 * param: aCommandParams, a list of name-value pairs of command parameters,
97 in nsICommandParams aCommandParams,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/commandhandler/
H A DnsCommandManager.cpp163 nsICommandParams* aCommandParams) { in GetCommandState() argument
176 aCommandParams); in GetCommandState()
185 nsICommandParams* aCommandParams, in DoCommand() argument
196 if (commandController && aCommandParams) { in DoCommand()
197 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl66 * On input: aCommandParams filled in with values that the caller cares
75 * On output: aCommandParams: values set by the caller filled in with
80 /* inout */ in nsICommandParams aCommandParams);
87 * param: aCommandParams, a list of name-value pairs of command parameters,
92 in nsICommandParams aCommandParams,
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/commandhandler/
H A DnsCommandManager.cpp176 nsICommandParams* aCommandParams) in GetCommandState() argument
190 aCommandParams); in GetCommandState()
199 nsICommandParams* aCommandParams, in DoCommand() argument
211 if (commandController && aCommandParams) { in DoCommand()
212 rv = commandController->DoCommandWithParams(aCommandName, aCommandParams); in DoCommand()
H A DnsICommandManager.idl66 * On input: aCommandParams filled in with values that the caller cares
75 * On output: aCommandParams: values set by the caller filled in with
80 /* inout */ in nsICommandParams aCommandParams);
87 * param: aCommandParams, a list of name-value pairs of command parameters,
92 in nsICommandParams aCommandParams,
/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DControllersParent.jsm54 getCommandStateWithParams(aCommand, aCommandParams) {
58 doCommandWithParams(aCommand, aCommandParams) {
67 value: aCommandParams.getLongValue("x"),
71 value: aCommandParams.getLongValue("y"),
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DControllersParent.jsm54 getCommandStateWithParams(aCommand, aCommandParams) {
58 doCommandWithParams(aCommand, aCommandParams) {
73 value: aCommandParams.getLongValue("x") - rect.left * scale,
77 value: aCommandParams.getLongValue("y") - rect.top * scale,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/actors/
H A DControllersParent.jsm54 getCommandStateWithParams(aCommand, aCommandParams) {
58 doCommandWithParams(aCommand, aCommandParams) {
73 value: aCommandParams.getLongValue("x") - rect.left * scale,
77 value: aCommandParams.getLongValue("y") - rect.top * scale,
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DRemoteController.jsm40 getCommandStateWithParams: function(aCommand, aCommandParams) {
44 doCommandWithParams: function(aCommand, aCommandParams) {
58 value: aCommandParams.getLongValue("x") - rect.left * scale
62 value: aCommandParams.getLongValue("y") - rect.top * scale
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DControllersParent.jsm60 getCommandStateWithParams(aCommand, aCommandParams) {
64 doCommandWithParams(aCommand, aCommandParams) {
79 value: aCommandParams.getLongValue("x") - rect.left * scale,
83 value: aCommandParams.getLongValue("y") - rect.top * scale,
/dports/www/firefox-esr/firefox-91.8.0/dom/xul/
H A DnsIController.idl33 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
36 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DnsIController.idl33 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
36 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/www/firefox/firefox-99.0/dom/xul/
H A DnsIController.idl33 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
36 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xul/
H A DnsIController.idl33 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
36 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xul/
H A DnsIController.idl32 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
34 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DnsIController.idl32 void getCommandStateWithParams( in string command, in nsICommandParams aCommandParams);
34 void doCommandWithParams(in string command, in nsICommandParams aCommandParams);
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorCommands.h97 const nsAString& aCommandParams,
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DEditorCommands.h93 const nsAString& aCommandParams,

12