Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h93 static napi_value GetUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.h127 std::string GetUserAgent();
Dwebview_controller.cpp272 std::string WebviewController::GetUserAgent() in GetUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp192 DECLARE_NAPI_FUNCTION("getUserAgent", NapiWebviewController::GetUserAgent), in Init()
2001 napi_value NapiWebviewController::GetUserAgent(napi_env env, napi_callback_info info) in GetUserAgent() function in OHOS::NWeb::NapiWebviewController
2010 userAgent = webviewController->GetUserAgent(); in GetUserAgent()