Searched refs:isFloatImage (Results 1 – 5 of 5) sorted by relevance
187 void StartLongPressActionForWeb(bool isFloatImage = true);
651 void StartLongPressActionForWeb(bool isFloatImage = true);
511 void GestureEventHub::StartLongPressActionForWeb(bool isFloatImage) in StartLongPressActionForWeb() argument520 [weak = WeakClaim(this), isFloatImage]() { in StartLongPressActionForWeb()525 dragEventActuator->StartLongPressActionForWeb(isFloatImage); in StartLongPressActionForWeb()
130 void DragEventActuator::StartLongPressActionForWeb(bool isFloatImage) in StartLongPressActionForWeb() argument132 … TAG_LOGW(AceLogTag::ACE_WEB, "StartLongPressActionForWeb isFloatImage:%{public}d", isFloatImage); in StartLongPressActionForWeb()133 isFloatImage_ = isFloatImage; in StartLongPressActionForWeb()
1612 bool isFloatImage = true; in NotifyStartDragTask() local1615 isFloatImage = false; in NotifyStartDragTask()1617 gestureHub->StartLongPressActionForWeb(isFloatImage); in NotifyStartDragTask()