Searched defs:pre_width (Results 1 – 3 of 3) sorted by relevance
1134 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()
3602 const double& pre_height, const double& pre_width) in DragResize()3645 void WebDelegate::SetDragResizePreSize(const double& pre_height, const double& pre_width) in SetDragResizePreSize()
6157 int64_t pre_width = width - lastWidth_; in WindowDrag() local