Searched refs:canResize (Results 1 – 4 of 4) sorted by relevance
940 if (!hasScrollbar() && !box().canResize()) in positionOverflowControls()1078 if (!hasScrollbar() && !box().canResize()) in hitTestOverflowControls()1201 if (!box().canResize()) in isPointInResizeControl()1211 if (!box().canResize()) in hitTestResizerInFragments()1234 if (box().canResize()) in updateResizerAreaSet()1242 if (!m_resizer && !box().canResize()) in updateResizerStyle()1303 if (!inResizeMode() || !box().canResize() || !box().node()) in resize()
239 if (canResize()) in paint()
202 bool canResize() const;
595 bool RenderBox::canResize() const in canResize() function in WebCore::RenderBox