Home
last modified time | relevance | path

Searched refs:GetMethodNames (Results 1 – 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h199 std::vector<std::string> GetMethodNames() in GetMethodNames() function
Dwebview_javascript_result_callback.cpp1144 auto methods = jsObj->GetMethodNames(); in ExecuteGetJavaScriptObjectMethods()
1211 auto methods = jsObj->GetMethodNames(); in GetJavaScriptObjectMethods()
Dwebview_controller.cpp150 … it->second->GetEnv(), it->second->GetValue(), it->first, it->second->GetMethodNames()); in InnerCompleteWindowNew()