Searched refs:objectMethod (Results 1 – 4 of 4) sorted by relevance
56 const std::string& objectMethod,
279 const std::string& objectMethod, const std::vector<std::shared_ptr<WebJSValue>>& args) in GetJavaScriptResult() argument295 if (jsObject->GetProperty(objectMethod.c_str())->IsEmpty() || in GetJavaScriptResult()296 !(jsObject->GetProperty(objectMethod.c_str())->IsFunction())) { in GetJavaScriptResult()300 JSRef<JSFunc> func = JSRef<JSFunc>::Cast(jsObject->GetProperty(objectMethod.c_str())); in GetJavaScriptResult()938 const std::string& objectMethod, in SetJavascriptCallBackImpl()944 return jsWebController->GetJavaScriptResult(objectName, objectMethod, args); in SetJavascriptCallBackImpl()
90 const std::string& objectMethod,
702 const std::string& objectMethod,