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

/external/chromium_org/third_party/WebKit/public/platform/mac/
H A DWebThemeEngine.h69 int visibleSize; member in struct:WebKit::WebThemeEngine::ScrollbarInfo
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollbar.h83 virtual int visibleSize() const { return m_visibleSize; } function in class:WebCore::Scrollbar
107 void setProportion(int visibleSize, int totalSize);
H A DScrollView.h123 IntSize visibleSize() const { return visibleContentRect().size(); } function in class:WebCore::ScrollView
H A DScrollbar.cpp140 void Scrollbar::setProportion(int visibleSize, int totalSize) argument
142 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
145 m_visibleSize = visibleSize;
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebScrollbarThemeClientImpl.cpp166 int WebScrollbarThemeClientImpl::visibleSize() const function in class:WebCore::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp104 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth(); local
105 int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize, renderView);
106 int minWidth = calcScrollbarThicknessUsing(MinSize, style()->minWidth(), visibleSize, renderView);
107 int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize, renderView);
111 m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize, renderView));
112 m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize, renderView));
122 int visibleSize = m_scrollbar->owningRenderer()->height() - m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth(); local
123 int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize, renderView);
124 int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize, renderView);
125 int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize, renderVie
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 150 milliseconds