Searched defs:visibleSize (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbarPart.cpp105 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth(); local
123 int visibleSize = m_scrollbar->owningRenderer()->height() - m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollbar.h86 virtual int visibleSize() const { return m_visibleSize; } function in class:WebCore::Scrollbar
H A DScrollView.h146 IntSize visibleSize() const { return visibleContentRect().size(); } function in class:WebCore::ScrollView
H A DScrollbar.cpp147 void Scrollbar::setProportion(int visibleSize, int totalSize) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DInRegionScroller.cpp434 IntSize visibleSize = frame->view()->visibleContentRect().size(); local
H A DWebPage.cpp1460 IntSize visibleSize = actualVisibleSize(); local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.cpp126 setProportion( int visibleSize, int totalSize) argument

Completed in 154 milliseconds