Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp20 #define COMPATIBILITY_MODE macro
26 #ifdef COMPATIBILITY_MODE
71 #ifdef COMPATIBILITY_MODE in GetTestView()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h29 enum class AccessMode { ALWAYS_ALLOW = 0, NEVER_ALLOW = 1, COMPATIBILITY_MODE = 2 }; enumerator