HomeSort by relevance Sort by last modified time
    Searched refs:SCROLLBAR (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/rendering/
RenderScrollbar.cpp 34 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, RenderBox* renderer)
40 : Scrollbar(client, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme())
43 // FIXME: We need to do this because RenderScrollbar::styleChanged is called as soon as the scrollbar is created.
45 // Update the scrollbar size.
62 Scrollbar::setParent(parent);
64 // Destroy all of the scrollbar's RenderBoxes.
72 Scrollbar::setEnabled(e);
88 Scrollbar::paint(context, damageRect);
109 Scrollbar::setPressedPart(part);
156 // See if the scrollbar's thickness changed. If so, we need to mark our owning object as needing a layout
    [all...]
RenderListBox.cpp 52 #include "Scrollbar.h"
526 void RenderListBox::valueChanged(Scrollbar*)
620 void RenderListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
623 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
627 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
635 int scrollbarLeft = width() - borderRight() - scrollbar->width();
642 IntRect RenderListBox::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) cons
    [all...]
RenderMenuList.cpp 423 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
425 RefPtr<Scrollbar> widget;
426 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
430 widget = Scrollbar::createNativeScrollbar(client, orientation, controlSize);
RenderTextControlSingleLine.cpp 834 PassRefPtr<Scrollbar> RenderTextControlSingleLine::createScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
836 RefPtr<Scrollbar> widget;
837 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
841 widget = Scrollbar::createNativeScrollbar(client, orientation, controlSize);
RenderLayer.cpp 79 #include "Scrollbar.h"
1681 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 69 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FILE_UPLOAD_BUTTON, INPUT_PLACEHOLDER,
  /external/webkit/WebCore/page/
FrameView.cpp 267 Scrollbar* horizontalBar = horizontalScrollbar();
271 Scrollbar* verticalBar = verticalScrollbar();
350 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
352 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
355 // Try the <body> element first as a scrollbar source.
357 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR))
362 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR))
365 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
367 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR))
370 // Nobody set a custom style, so we just use a native scrollbar
1662 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 2656 RenderScrollbar* scrollbar = RenderScrollbar::scrollbarForStyleResolve(); local
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 542 milliseconds