Searched refs:JsCommandCallDomElementMethod (Results 1 – 3 of 3) sorted by relevance
308 class ACE_EXPORT JsCommandCallDomElementMethod final : public JsCommand {310 … JsCommandCallDomElementMethod(NodeId nodeId, const std::string& method, const std::string& param) in JsCommandCallDomElementMethod() function313 ~JsCommandCallDomElementMethod() final = default;
640 void JsCommandCallDomElementMethod::Execute(const RefPtr<JsAcePage>& page) const in Execute()
2199 …page->PushCommand(Referenced::MakeRefPtr<JsCommandCallDomElementMethod>(nodeId, methodName, argume… in JsCallComponent()