Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h319 if (clearClientAuthenticationCacheImpl_) { in ClearClientAuthenticationCache()
320 clearClientAuthenticationCacheImpl_(); in ClearClientAuthenticationCache()
371 clearClientAuthenticationCacheImpl_ = std::move(clearClientAuthenticationCacheImpl); in SetClearClientAuthenticationCacheImpl()
799 ClearClientAuthenticationCacheImpl clearClientAuthenticationCacheImpl_; variable