Searched refs:onHoverFunc (Results 1 – 2 of 2) sorted by relevance
1494 auto onHoverFunc = object->GetProperty("onHover"); in ParseUserMouseOption() local1495 if (onHoverFunc->IsUndefined() || !onHoverFunc->IsFunction()) { in ParseUserMouseOption()1499 …erFunction> jsOnHoverFunc = AceType::MakeRefPtr<JsHoverFunction>(JSRef<JSFunc>::Cast(onHoverFunc)); in ParseUserMouseOption()
910 auto onHoverFunc = options.userMouseOption.onHover; in AddSpanHoverEvent() local911 CHECK_NULL_VOID(spanItem && frameNode && onHoverFunc); in AddSpanHoverEvent()913 spanItem->SetHoverEvent(std::move(onHoverFunc)); in AddSpanHoverEvent()