Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h113 ErrCode SetCustomUserAgent(const std::string& userAgent);
Dnapi_webview_controller.h91 static napi_value SetCustomUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.cpp190 ErrCode WebviewController::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp174 DECLARE_NAPI_FUNCTION("setCustomUserAgent", NapiWebviewController::SetCustomUserAgent), in Init()
1897 napi_value NapiWebviewController::SetCustomUserAgent(napi_env env, napi_callback_info info) in SetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController
1923 ErrCode ret = webviewController->SetCustomUserAgent(userAgent); in SetCustomUserAgent()