Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dmock_web_delegate.cpp1134 const double& width, const double& height, const double& pre_height, const double& pre_width) in DragResize()
1350 void WebDelegate::SetDragResizePreSize(const double& pre_height, const double& pre_width) {} in SetDragResizePreSize()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp3602 const double& pre_height, const double& pre_width) in DragResize()
3645 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.cpp6157 int64_t pre_width = width - lastWidth_; in WindowDrag() local