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