Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h240 enum CacheModeFlag { USE_DEFAULT = 0, USE_CACHE_ELSE_NETWORK, USE_NO_CACHE, USE_CACHE_ONLY }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h48 USE_CACHE_ELSE_NETWORK, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3479 mode = WebCacheMode::USE_CACHE_ELSE_NETWORK; in CacheMode()