Home
last modified time | relevance | path

Searched defs:pre_width (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp7538 const double& pre_height, const double& pre_width) in DragResize()
7581 void WebDelegate::SetDragResizePreSize(const double& pre_height, const double& pre_width) in SetDragResizePreSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.cpp4871 int64_t pre_width = width - lastWidth_; in WindowDrag() local