Home
last modified time | relevance | path

Searched refs:canResize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp940 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()
DRenderWidget.cpp239 if (canResize()) in paint()
DRenderBox.h202 bool canResize() const;
DRenderBox.cpp595 bool RenderBox::canResize() const in canResize() function in WebCore::RenderBox