Searched refs:CURSOR_FORBID (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.cpp | 53 { MouseFormat::CURSOR_FORBID, MMI::CURSOR_FORBID }, in SetPointerStyle()
|
/foundation/arkui/ace_engine/frameworks/base/mousestyle/ |
H A D | mouse_style.h | 40 CURSOR_FORBID = 15, member in OHOS::Ace::MouseFormat
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 134 CURSOR_FORBID = 15, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 62 { OHOS::NWeb::CursorType::CT_NODROP, MouseFormat::CURSOR_FORBID }, 64 { OHOS::NWeb::CursorType::CT_NOTALLOWED, MouseFormat::CURSOR_FORBID },
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 964 CHKRP(napi_create_int32(env, MOUSE_ICON::CURSOR_FORBID, &cursor_forbid), CREATE_INT32); in CreatePointerStyle() 1041 DECLARE_NAPI_STATIC_PROPERTY("CURSOR_FORBID", cursor_forbid), in CreatePointerStyle()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 2713 {CURSOR_FORBID, {ANGLE_NW, IMAGE_POINTER_DEFAULT_PATH + "Forbid.svg"}}, in InitStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 126 { OHOS::NWeb::CursorType::CT_NODROP, MouseFormat::CURSOR_FORBID }, 129 { OHOS::NWeb::CursorType::CT_NOTALLOWED, MouseFormat::CURSOR_FORBID },
|
Completed in 22 milliseconds