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.cpp1047 const double& width, const double& height, const double& pre_height, const double& pre_width) in DragResize()
1226 void WebDelegate::SetDragResizePreSize(const double& pre_height, const double& pre_width) {} in SetDragResizePreSize()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp3376 const double& pre_height, const double& pre_width) in DragResize()
3419 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.cpp5313 int64_t pre_width = width - lastWidth_; in WindowDrag() local