Searched refs:GetCustomUserAgent (Results 1 – 4 of 4) sorted by relevance
111 std::string GetCustomUserAgent() const;
89 static napi_value GetCustomUserAgent(napi_env env, napi_callback_info info);
177 std::string WebviewController::GetCustomUserAgent() const in GetCustomUserAgent() function in OHOS::NWeb::WebviewController
173 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::NapiWebviewController1892 std::string userAgent = webviewController->GetCustomUserAgent(); in GetCustomUserAgent()