Home
last modified time | relevance | path

Searched refs:excludeScrollbars (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h296 IntSize excludeScrollbars(const IntSize&) const;
DScrollView.cpp189 …return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(frameRect().size()) : frameRect… in unscaledVisibleContentSize()
192 IntSize ScrollView::excludeScrollbars(const IntSize& size) const in excludeScrollbars() function in WebCore::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1699 return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(m_layoutSize) : m_layoutSize; in layoutSize()