Home
last modified time | relevance | path

Searched refs:SetCustomUserAgent (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h97 static napi_value SetCustomUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.h131 ErrCode SetCustomUserAgent(const std::string& userAgent);
Dwebview_controller.cpp298 ErrCode WebviewController::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp194 DECLARE_NAPI_FUNCTION("setCustomUserAgent", NapiWebviewController::SetCustomUserAgent), in Init()
2034 napi_value NapiWebviewController::SetCustomUserAgent(napi_env env, napi_callback_info info) in SetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController
2060 ErrCode ret = webviewController->SetCustomUserAgent(userAgent); in SetCustomUserAgent()