Home
last modified time | relevance | path

Searched defs:proxyUrls (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_engine.h103 virtual void SetProxyOverride(const std::vector<std::string>& proxyUrls, in SetProxyOverride()
/base/web/webview/interfaces/kits/napi/proxycontroller/
Dnapi_proxy_controller.cpp66 std::vector<std::string> proxyUrls; in InnerApplyProxyOverride() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_engine_impl.cpp241 void ArkWebEngineImpl::SetProxyOverride(const ArkWebStringVector& proxyUrls, in SetProxyOverride()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_engine_wrapper.cpp274 const std::vector<std::string>& proxyUrls, in SetProxyOverride()
/base/web/webview/test/unittest/nweb_helper_test/
Dnweb_helper_ex_test.cpp678 std::vector<std::string> proxyUrls = {"http://127.0.0.1:8080"}; variable
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp814 void NWebHelper::SetProxyOverride(const std::vector<std::string>& proxyUrls, in SetProxyOverride()