Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h94 std::string GetUserAgent();
Dnapi_webview_controller.h82 static napi_value GetUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.cpp163 std::string WebviewController::GetUserAgent() in GetUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp60 DECLARE_NAPI_FUNCTION("getUserAgent", NapiWebviewController::GetUserAgent), in Init()
994 napi_value NapiWebviewController::GetUserAgent(napi_env env, napi_callback_info info) in GetUserAgent() function in OHOS::NWeb::NapiWebviewController
1008 userAgent = webviewController->GetUserAgent(); in GetUserAgent()