Searched refs:SetCustomUserAgent (Results 1 – 7 of 7) sorted by relevance
88 int32_t SetCustomUserAgent(const std::string& userAgent);
152 int32_t WebviewControllerImpl::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent() function in OHOS::Webview::WebviewControllerImpl
192 return nativeWebviewCtl->SetCustomUserAgent(userAgent); in FfiOHOSWebviewCtlSetCustomUserAgent()
170 ErrCode SetCustomUserAgent(const std::string& userAgent);
130 static napi_value SetCustomUserAgent(napi_env env, napi_callback_info info);
347 ErrCode WebviewController::SetCustomUserAgent(const std::string& userAgent) in SetCustomUserAgent() function in OHOS::NWeb::WebviewController
530 DECLARE_NAPI_FUNCTION("setCustomUserAgent", NapiWebviewController::SetCustomUserAgent), in Init()2567 napi_value NapiWebviewController::SetCustomUserAgent(napi_env env, napi_callback_info info) in SetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController2595 ErrCode ret = webviewController->SetCustomUserAgent(userAgent); in SetCustomUserAgent()