Searched refs:startResizing (Results 1 – 4 of 4) sorted by relevance
119 void startResizing(GridAxis&, int position);
756 void RenderFrameSet::startResizing(GridAxis& axis, int position) in startResizing() function in WebCore::RenderFrameSet792 startResizing(m_cols, evt->absoluteLocation().x() - pos.x()); in userResize()793 startResizing(m_rows, evt->absoluteLocation().y() - pos.y()); in userResize()
2188 splitPosition, hitTestSplit, startResizing, and continueResizing.2211 (WebCore::RenderFrameSet::startResizing): Added. Code factored out of the
47974 (WebCore::RenderFrameSet::startResizing):