Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsWindowRoot.cpp285 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommandsForControllers() argument
312 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
323 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommands() argument
330 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
341 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h50 nsTArray<nsCString>& aDisabledCommands) override;
82 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h53 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsWindowRoot.cpp286 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommandsForControllers() argument
313 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
324 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommands() argument
331 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
342 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h50 nsTArray<nsCString>& aDisabledCommands) override;
83 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h53 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsWindowRoot.cpp277 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommandsForControllers() argument
304 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
315 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommands() argument
322 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
333 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h51 nsTArray<nsCString>& aDisabledCommands) override;
83 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h57 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsWindowRoot.cpp285 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommandsForControllers() argument
312 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
323 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommands() argument
330 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
341 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h50 nsTArray<nsCString>& aDisabledCommands) override;
82 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h53 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsWindowRoot.cpp271 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommandsForControllers() argument
299 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
312 nsTArray<nsCString>& aDisabledCommands) { in GetEnabledDisabledCommands() argument
319 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
330 controllers, commandsHandled, aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h52 nsTArray<nsCString>& aDisabledCommands) override;
98 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h59 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsWindowRoot.cpp306 nsTArray<nsCString>& aDisabledCommands) in GetEnabledDisabledCommandsForControllers() argument
333 aDisabledCommands.AppendElement(commandStr); in GetEnabledDisabledCommandsForControllers()
346 nsTArray<nsCString>& aDisabledCommands) in GetEnabledDisabledCommands() argument
354 aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
363 aEnabledCommands, aDisabledCommands); in GetEnabledDisabledCommands()
H A DnsWindowRoot.h51 nsTArray<nsCString>& aDisabledCommands) override;
101 nsTArray<nsCString>& aDisabledCommands);
H A DnsPIWindowRoot.h44 nsTArray<nsCString>& aDisabledCommands) = 0;
/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DControllersParent.jsm24 enableDisableCommands(aAction, aEnabledCommands, aDisabledCommands) {
32 for (let command of aDisabledCommands) {
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DControllersParent.jsm24 enableDisableCommands(aAction, aEnabledCommands, aDisabledCommands) {
32 for (let command of aDisabledCommands) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/actors/
H A DControllersParent.jsm24 enableDisableCommands(aAction, aEnabledCommands, aDisabledCommands) {
32 for (let command of aDisabledCommands) {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DRemoteController.jsm82 aDisabledLength, aDisabledCommands) {
91 this._supportedCommands[aDisabledCommands[c]] = false;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DControllersParent.jsm30 enableDisableCommands(aAction, aEnabledCommands, aDisabledCommands) {
38 for (let command of aDisabledCommands) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabParent.cpp1865 nsTArray<nsCString>&& aDisabledCommands) in RecvEnableDisableCommands() argument
1878 if (aDisabledCommands.Length()) { in RecvEnableDisableCommands()
1879 disabledCommands = MakeUnique<const char*[]>(aDisabledCommands.Length()); in RecvEnableDisableCommands()
1880 for (uint32_t c = 0; c < aDisabledCommands.Length(); c++) { in RecvEnableDisableCommands()
1881 disabledCommands[c] = aDisabledCommands[c].get(); in RecvEnableDisableCommands()
1887 aDisabledCommands.Length(), disabledCommands.get()); in RecvEnableDisableCommands()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTabParent.cpp1875 nsTArray<nsCString>&& aDisabledCommands) { in RecvEnableDisableCommands() argument
1887 if (aDisabledCommands.Length()) { in RecvEnableDisableCommands()
1888 disabledCommands = MakeUnique<const char* []>(aDisabledCommands.Length()); in RecvEnableDisableCommands()
1889 for (uint32_t c = 0; c < aDisabledCommands.Length(); c++) { in RecvEnableDisableCommands()
1890 disabledCommands[c] = aDisabledCommands[c].get(); in RecvEnableDisableCommands()
1896 aDisabledCommands.Length(), disabledCommands.get()); in RecvEnableDisableCommands()

12