Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h95 static napi_value GetCustomUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.h129 std::string GetCustomUserAgent() const;
Dwebview_controller.cpp285 std::string WebviewController::GetCustomUserAgent() const in GetCustomUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp193 DECLARE_NAPI_FUNCTION("getCustomUserAgent", NapiWebviewController::GetCustomUserAgent), in Init()
2016 napi_value NapiWebviewController::GetCustomUserAgent(napi_env env, napi_callback_info info) in GetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController
2029 std::string userAgent = webviewController->GetCustomUserAgent(); in GetCustomUserAgent()