Searched refs:GetCustomUserAgent (Results 1 – 7 of 7) sorted by relevance
90 std::string GetCustomUserAgent() const;
166 std::string WebviewControllerImpl::GetCustomUserAgent() const in GetCustomUserAgent() function in OHOS::Webview::WebviewControllerImpl
203 userAgent = nativeWebviewCtl->GetCustomUserAgent(); in FfiOHOSWebviewCtlGetCustomUserAgent()
168 std::string GetCustomUserAgent() const;
128 static napi_value GetCustomUserAgent(napi_env env, napi_callback_info info);
334 std::string WebviewController::GetCustomUserAgent() const in GetCustomUserAgent() function in OHOS::NWeb::WebviewController
529 DECLARE_NAPI_FUNCTION("getCustomUserAgent", NapiWebviewController::GetCustomUserAgent), in Init()2549 napi_value NapiWebviewController::GetCustomUserAgent(napi_env env, napi_callback_info info) in GetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController2562 std::string userAgent = webviewController->GetCustomUserAgent(); in GetCustomUserAgent()