Searched refs:SetCustomUserAgent (Results 1 – 4 of 4) sorted by relevance
97 static napi_value SetCustomUserAgent(napi_env env, napi_callback_info info);
131 ErrCode SetCustomUserAgent(const std::string& userAgent);
298 ErrCode WebviewController::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent() function in OHOS::NWeb::WebviewController
194 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::NapiWebviewController2060 ErrCode ret = webviewController->SetCustomUserAgent(userAgent); in SetCustomUserAgent()