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