Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/native/
H A Darkweb_interface.cpp70 static void LoadFunction(const char* functionName, Fn* fnOut) in LoadFunction() argument
77 *fnOut = reinterpret_cast<Fn>(fn); in LoadFunction()
H A Darkweb_scheme_handler.cpp101 void LoadFunction(const char* functionName, Fn* fnOut) in LoadFunction() argument
108 *fnOut = reinterpret_cast<Fn>(fn); in LoadFunction()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp103 void LoadFunction(const char* functionName, Fn* fnOut) in LoadFunction() argument
110 *fnOut = reinterpret_cast<Fn>(fn); in LoadFunction()