/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | PinchViewport.cpp | 278 int scrollbarThickness = thumbThickness; in setupScrollbar() local 284 scrollbarThickness = ScrollbarTheme::theme()->scrollbarThickness(RegularScrollbar); in setupScrollbar() 298 … xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - scrollbarThickness; in setupScrollbar() 299 …yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - scrollbarThickness : 0; in setupScrollbar() 300 …rizontal ? m_innerViewportContainerLayer->size().width() - scrollbarThickness : scrollbarThickness; in setupScrollbar() 301 …int height = isHorizontal ? scrollbarThickness : m_innerViewportContainerLayer->size().height() - … in setupScrollbar()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderScrollbarTheme.h | 39 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness() function
|
D | RenderTextControl.cpp | 122 int RenderTextControl::scrollbarThickness() const in scrollbarThickness() function in blink::RenderTextControl 125 return ScrollbarTheme::theme()->scrollbarThickness(); in scrollbarThickness() 139 logicalHeight += scrollbarThickness(); in computeLogicalHeight()
|
D | RenderTextControlMultiLine.cpp | 65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness(); in preferredContentLogicalWidth()
|
D | RenderTextControl.h | 46 int scrollbarThickness() const;
|
D | RenderScrollbarPart.cpp | 92 return ScrollbarTheme::theme()->scrollbarThickness(); in calcScrollbarThicknessUsing()
|
D | RenderThemeChromiumSkia.cpp | 409 return ScrollbarTheme::theme()->scrollbarThickness(); in menuListArrowPadding()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebScrollbarThemeGeometryNative.cpp | 105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() function in blink::WebScrollbarThemeGeometryNative 108 return m_theme->scrollbarThickness(client.controlSize()); in scrollbarThickness()
|
D | WebScrollbarThemeGeometryNative.h | 54 virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarThemeAura.h | 40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
|
D | ScrollbarThemeMock.cpp | 42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeMock
|
D | ScrollbarThemeMock.h | 36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
|
D | ScrollbarThemeMacNonOverlayAPI.h | 40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
|
D | ScrollbarThemeOverlay.h | 44 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
|
D | ScrollbarThemeMacOverlayAPI.h | 43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
|
D | ScrollbarThemeMacNonOverlayAPI.mm | 156 int ScrollbarThemeMacNonOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize) 210 int thickness = scrollbarThickness(scrollbar->controlSize()); 244 int thickness = scrollbarThickness(scrollbar->controlSize()); 280 int thickness = scrollbarThickness(scrollbar->controlSize());
|
D | ScrollbarThemeOverlay.cpp | 60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeOverlay
|
D | ScrollbarThemeNonMacCommon.cpp | 75 int thickness = scrollbarThickness(scrollbar->controlSize()); in trackRect()
|
D | ScrollbarTheme.h | 50 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
|
D | ScrollbarThemeAura.cpp | 62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness() function in blink::ScrollbarThemeAura
|
D | ScrollbarThemeMacOverlayAPI.mm | 123 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
|
D | ScrollbarTheme.cpp | 318 return scrollbarThickness(scrollbar->controlSize()); in minimumThumbLength()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebScrollbarThemeGeometry.h | 49 virtual int scrollbarThickness(WebScrollbar*) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPluginScrollbarImpl.cpp | 56 return ScrollbarTheme::theme()->scrollbarThickness(); in defaultThickness()
|
D | PopupMenuTest.cpp | 547 …ner->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2); in TEST_F()
|