/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebScrollbarThemeGeometryNative.cpp | 51 int WebScrollbarThemeGeometryNative::thumbPosition(WebScrollbar* scrollbar) in thumbPosition() 57 int WebScrollbarThemeGeometryNative::thumbLength(WebScrollbar* scrollbar) in thumbLength() 63 int WebScrollbarThemeGeometryNative::trackPosition(WebScrollbar* scrollbar) in trackPosition() 69 int WebScrollbarThemeGeometryNative::trackLength(WebScrollbar* scrollbar) in trackLength() 75 bool WebScrollbarThemeGeometryNative::hasButtons(WebScrollbar* scrollbar) in hasButtons() 81 bool WebScrollbarThemeGeometryNative::hasThumb(WebScrollbar* scrollbar) in hasThumb() 87 WebRect WebScrollbarThemeGeometryNative::trackRect(WebScrollbar* scrollbar) in trackRect() 93 WebRect WebScrollbarThemeGeometryNative::thumbRect(WebScrollbar* scrollbar) in thumbRect() 99 int WebScrollbarThemeGeometryNative::minimumThumbLength(WebScrollbar* scrollbar) in minimumThumbLength() 105 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar) in scrollbarThickness() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderScrollbarTheme.cpp | 41 void RenderScrollbarTheme::buttonSizesAlongTrackAxis(ScrollbarThemeClient* scrollbar, int& beforeSi… in buttonSizesAlongTrackAxis() 56 bool RenderScrollbarTheme::hasButtons(ScrollbarThemeClient* scrollbar) in hasButtons() 64 bool RenderScrollbarTheme::hasThumb(ScrollbarThemeClient* scrollbar) in hasThumb() 69 int RenderScrollbarTheme::minimumThumbLength(ScrollbarThemeClient* scrollbar) in minimumThumbLength() 74 IntRect RenderScrollbarTheme::backButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partTyp… in backButtonRect() 79 IntRect RenderScrollbarTheme::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart part… in forwardButtonRect() 84 IntRect RenderScrollbarTheme::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() 96 IntRect RenderScrollbarTheme::constrainTrackRectToTrackPieces(ScrollbarThemeClient* scrollbar, cons… in constrainTrackRectToTrackPieces() 117 …ScrollbarTheme::paintScrollbarBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar) in paintScrollbarBackground() 122 …rollbarTheme::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintTrackBackground() [all …]
|
D | RenderScrollbarTheme.h | 45 …virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event)… in shouldCenterOnThumb() 46 …virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent&… in shouldSnapBackToDragOrigin() 51 …virtual void registerScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme::… in registerScrollbar() 52 …virtual void unregisterScrollbar(ScrollbarThemeClient* scrollbar) OVERRIDE { return ScrollbarTheme… in unregisterScrollbar()
|
D | RenderScrollbarPart.cpp | 37 RenderScrollbarPart::RenderScrollbarPart(RenderScrollbar* scrollbar, ScrollbarPart part) in RenderScrollbarPart() 48 …Part* RenderScrollbarPart::createAnonymous(Document* document, RenderScrollbar* scrollbar, Scrollb… in createAnonymous()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollbarTheme.cpp | 50 bool ScrollbarTheme::paint(ScrollbarThemeClient* scrollbar, GraphicsContext* graphicsContext, const… in paint() 125 ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position) in hitTest() 165 void ScrollbarTheme::invalidatePart(ScrollbarThemeClient* scrollbar, ScrollbarPart part) in invalidatePart() 226 bool ScrollbarTheme::shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent&… in shouldCenterOnThumb() 231 bool ScrollbarTheme::shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMous… in shouldSnapBackToDragOrigin() 240 static float usedTotalSize(ScrollbarThemeClient* scrollbar) in usedTotalSize() 248 int ScrollbarTheme::thumbPosition(ScrollbarThemeClient* scrollbar) in thumbPosition() 261 int ScrollbarTheme::thumbLength(ScrollbarThemeClient* scrollbar) in thumbLength() 284 int ScrollbarTheme::trackPosition(ScrollbarThemeClient* scrollbar) in trackPosition() 290 int ScrollbarTheme::trackLength(ScrollbarThemeClient* scrollbar) in trackLength() [all …]
|
D | ScrollbarThemeNonMacCommon.cpp | 37 bool ScrollbarThemeNonMacCommon::hasThumb(ScrollbarThemeClient* scrollbar) in hasThumb() 44 IntRect ScrollbarThemeNonMacCommon::backButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart p… in backButtonRect() 54 IntRect ScrollbarThemeNonMacCommon::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPar… in forwardButtonRect() 72 IntRect ScrollbarThemeNonMacCommon::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() 88 …NonMacCommon::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintTrackBackground() 95 …rThemeNonMacCommon::paintTickmarks(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintTickmarks()
|
D | ScrollbarThemeOverlay.cpp | 70 int ScrollbarThemeOverlay::thumbPosition(ScrollbarThemeClient* scrollbar) in thumbPosition() 80 int ScrollbarThemeOverlay::thumbLength(ScrollbarThemeClient* scrollbar) in thumbLength() 93 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar) in hasThumb() 108 IntRect ScrollbarThemeOverlay::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() 123 void ScrollbarThemeOverlay::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, c… in paintThumb() 154 ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& posit… in hitTest()
|
D | ScrollbarThemeAura.cpp | 72 void ScrollbarThemeAura::paintTrackPiece(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, cons… in paintTrackPiece() 90 void ScrollbarThemeAura::paintButton(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const In… in paintButton() 133 void ScrollbarThemeAura::paintThumb(GraphicsContext* gc, ScrollbarThemeClient* scrollbar, const Int… in paintThumb() 146 IntSize ScrollbarThemeAura::buttonSize(ScrollbarThemeClient* scrollbar) in buttonSize() 158 int ScrollbarThemeAura::minimumThumbLength(ScrollbarThemeClient* scrollbar) in minimumThumbLength()
|
D | ScrollbarThemeMock.cpp | 37 IntRect ScrollbarThemeMock::trackRect(ScrollbarThemeClient* scrollbar, bool) in trackRect() 52 …barThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintTrackBackground() 57 void ScrollbarThemeMock::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, cons… in paintThumb()
|
D | ScrollableArea.h | 141 …virtual IntRect convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& sc… in convertFromScrollbarToContainingView() 145 …virtual IntRect convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& pa… in convertFromContainingViewToScrollbar() 149 …virtual IntPoint convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& … in convertFromScrollbarToContainingView() 153 …virtual IntPoint convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntPoint& … in convertFromContainingViewToScrollbar() 215 void addScrollbarDamage(Scrollbar* scrollbar, const IntRect& rect) in addScrollbarDamage()
|
D | ScrollableArea.cpp | 329 void ScrollableArea::didAddScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) in didAddScrollbar() 340 void ScrollableArea::willRemoveScrollbar(Scrollbar* scrollbar, ScrollbarOrientation orientation) in willRemoveScrollbar() 367 if (Scrollbar* scrollbar = horizontalScrollbar()) { in setScrollbarOverlayStyle() local 372 if (Scrollbar* scrollbar = verticalScrollbar()) { in setScrollbarOverlayStyle() local 378 void ScrollableArea::invalidateScrollbar(Scrollbar* scrollbar, const IntRect& rect) in invalidateScrollbar()
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_scrollbar_thunk.cc | 29 uint32_t GetThickness(PP_Resource scrollbar) { in GetThickness() 36 PP_Bool IsOverlay(PP_Resource scrollbar) { in IsOverlay() 43 uint32_t GetValue(PP_Resource scrollbar) { in GetValue() 50 void SetValue(PP_Resource scrollbar, uint32_t value) { in SetValue() 56 void SetDocumentSize(PP_Resource scrollbar, uint32_t size) { in SetDocumentSize() 62 void SetTickMarks(PP_Resource scrollbar, in SetTickMarks() 70 void ScrollBy(PP_Resource scrollbar, PP_ScrollBy_Dev unit, int32_t multiplier) { in ScrollBy()
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_scrollbar_impl.cc | 39 scoped_refptr<PPB_Scrollbar_Impl> scrollbar(new PPB_Scrollbar_Impl(instance)); in Create() local 160 void PPB_Scrollbar_Impl::valueChanged(blink::WebPluginScrollbar* scrollbar) { in valueChanged() 181 void PPB_Scrollbar_Impl::overlayChanged(WebPluginScrollbar* scrollbar) { in overlayChanged() 197 blink::WebPluginScrollbar* scrollbar, in invalidateScrollbarRect() 214 blink::WebPluginScrollbar* scrollbar, in getTickmarks()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ScrollbarGroup.cpp | 51 void ScrollbarGroup::scrollbarCreated(WebPluginScrollbarImpl* scrollbar) in scrollbarCreated() 70 void ScrollbarGroup::scrollbarDestroyed(WebPluginScrollbarImpl* scrollbar) in scrollbarDestroyed() 97 Scrollbar* scrollbar = webScrollbar->scrollbar(); in scrollSize() local 109 void ScrollbarGroup::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) in invalidateScrollbarRect() 147 IntPoint ScrollbarGroup::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const Int… in convertFromContainingViewToScrollbar() argument
|
D | WebPluginScrollbarImpl.h | 53 Scrollbar* scrollbar() { return m_scrollbar.get(); } in scrollbar() function
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXScrollbar.cpp | 36 AXScrollbar::AXScrollbar(Scrollbar* scrollbar) in AXScrollbar() 48 PassRefPtr<AXScrollbar> AXScrollbar::create(Scrollbar* scrollbar) in create()
|
D | AXScrollbar.h | 42 Scrollbar* scrollbar() const { return m_scrollbar.get(); } in scrollbar() function
|
D | AXScrollView.cpp | 117 void AXScrollView::removeChildScrollbar(AXObject* scrollbar) in removeChildScrollbar() 126 AXScrollbar* AXScrollView::addChildScrollbar(Scrollbar* scrollbar) in addChildScrollbar()
|
/external/chromium_org/ppapi/tests/ |
D | test_scrollbar.cc | 58 void TestScrollbar::ScrollbarValueChanged(pp::Scrollbar_Dev scrollbar, in ScrollbarValueChanged() 64 void TestScrollbar::ScrollbarOverlayChanged(pp::Scrollbar_Dev scrollbar, in ScrollbarOverlayChanged()
|
/external/chromium_org/cc/layers/ |
D | scrollbar_layer_unittest.cc | 37 scoped_ptr<Scrollbar> scrollbar, in LayerImplForScrollAreaAndScrollbar() 65 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); in TEST() local 81 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); in TEST() local 99 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); in TEST() local 132 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); in TEST() local 335 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar(false, true, true)); in TEST() local 421 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar(false, true, true)); in TEST() local 585 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar); in BeginTest() local 706 scoped_ptr<Scrollbar> scrollbar(new FakeScrollbar(false, true, false)); in TestResourceUpload() local
|
D | painted_scrollbar_layer.cc | 30 scoped_ptr<Scrollbar> scrollbar, in Create() 36 PaintedScrollbarLayer::PaintedScrollbarLayer(scoped_ptr<Scrollbar> scrollbar, in PaintedScrollbarLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventWithHitTestResults.h | 47 Scrollbar* scrollbar() const { return m_hitTestResult.scrollbar(); } in scrollbar() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | PseudoStyleRequest.h | 63 RenderScrollbar* scrollbar; variable
|
/external/chromium_org/cc/animation/ |
D | scrollbar_animation_controller_linear_fade.cc | 55 ScrollbarLayerImplBase* scrollbar = *it; in ApplyOpacityToScrollbars() local
|
/external/chromium_org/cc/blink/ |
D | web_scrollbar_layer_impl.cc | 30 blink::WebScrollbar* scrollbar, in WebScrollbarLayerImpl()
|