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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarPart.cpp101 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->style()->borderLeftWidth() - m_scrollbar->owningRenderer()->style()->borderRightWidth(); local
102 int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize);
103 int minWidth = calcScrollbarThicknessUsing(MinSize, style()->minWidth(), visibleSize);
104 int maxWidth = style()->maxWidth().isMaxSizeNone() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize);
108 m_marginBox.setLeft(minimumValueForLength(style()->marginLeft(), visibleSize));
109 m_marginBox.setRight(minimumValueForLength(style()->marginRight(), visibleSize));
118 int visibleSize = m_scrollbar->owningRenderer()->height() - m_scrollbar->owningRenderer()->style()->borderTopWidth() - m_scrollbar->owningRenderer()->style()->borderBottomWidth(); local
119 int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize);
120 int minHeight = calcScrollbarThicknessUsing(MinSize, style()->minHeight(), visibleSize);
121 int maxHeight = style()->maxHeight().isMaxSizeNone() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeClientImpl.cpp170 int WebScrollbarThemeClientImpl::visibleSize() const function in class:blink::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h112 IntSize visibleSize() const { return visibleContentRect().size(); } function in class:blink::ScrollView
H A DScrollbar.cpp147 void Scrollbar::setProportion(int visibleSize, int totalSize) argument
149 if (visibleSize == m_visibleSize && totalSize == m_totalSize)
152 m_visibleSize = visibleSize;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebThemeEngine.h79 int visibleSize; member in struct:blink::WebThemeEngine::ScrollbarInfo
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp3122 IntSize visibleSize = expandedIntSize(visibleContentSizeF); local
3125 contentsWidth() - visibleSize.width() - scrollOrigin().x(),
3126 contentsHeight() - visibleSize.height() - scrollOrigin().y());
/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 4829 milliseconds