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