Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h978 isHoverExit_ = isHoverExit; in SetMouseHoverExit()
1112 bool isHoverExit_ = false; variable
H A Dweb_pattern.cpp1214 isHoverExit_ = false; in WebOnMouseEvent()
1218 isHoverExit_ = true; in WebOnMouseEvent()
4689 if (isHoverExit_ && type == OHOS::NWeb::CursorType::CT_NONE) { in OnCursorChange()