Searched refs:canResize (Results 1 – 4 of 4) sorted by relevance
865 if (!hasScrollbar() && !m_box->canResize()) in positionOverflowControls()1006 if (!hasScrollbar() && !m_box->canResize()) in hitTestOverflowControls()1129 if (!m_box->canResize()) in isPointInResizeControl()1139 if (!m_box->canResize()) in hitTestResizerInFragments()1162 if (m_box->canResize()) in updateResizerAreaSet()1228 if (!inResizeMode() || !m_box->canResize() || !m_box->node()) in resize()
309 if (canResize()) in paint()
179 bool canResize() const;
679 bool RenderBox::canResize() const in canResize() function in WebCore::RenderBox