Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h713 isNewDragStyle_ = isNewDragStyle; in SetNewDragStyle()
718 return isNewDragStyle_; in IsNewDragStyle()
1075 bool isNewDragStyle_ = false; variable
H A Dweb_pattern.cpp599 "OnContextMenuShow result:%{public}d, isNewDragStyle_:%{public}d", result, isNewDragStyle_); in OnContextMenuShow()
614 CHECK_NULL_VOID(isNewDragStyle_ && result); in OnContextMenuShow()
1602 if (curContextMenuResult_ && (!isNewDragStyle_ || !previewImageNodeId_.has_value())) { in NotifyStartDragTask()
1614 if (isNewDragStyle_ && delegate_->IsImageDrag() && param && curContextMenuResult_) { in NotifyStartDragTask()