Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h111 std::string GetCustomUserAgent() const;
Dnapi_webview_controller.h89 static napi_value GetCustomUserAgent(napi_env env, napi_callback_info info);
Dwebview_controller.cpp177 std::string WebviewController::GetCustomUserAgent() const in GetCustomUserAgent() function in OHOS::NWeb::WebviewController
Dnapi_webview_controller.cpp173 DECLARE_NAPI_FUNCTION("getCustomUserAgent", NapiWebviewController::GetCustomUserAgent), in Init()
1879 napi_value NapiWebviewController::GetCustomUserAgent(napi_env env, napi_callback_info info) in GetCustomUserAgent() function in OHOS::NWeb::NapiWebviewController
1892 std::string userAgent = webviewController->GetCustomUserAgent(); in GetCustomUserAgent()