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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 38 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, Frame* owningFrame)
44 : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme())
50 // FIXME: We need to do this because RenderScrollbar::styleChanged is called as soon as the scrollbar is created.
52 // Update the scrollbar size.
71 // When a scrollbar is detached from its parent (causing all parts removal) and
75 // scrollbar part. So, we need to destroy these parts since we don't want them
76 // to call on a destroyed scrollbar. See webkit bug 68009.
92 Scrollbar::setParent(parent);
94 // Destroy all of the scrollbar's RenderBoxes.
102 Scrollbar::setEnabled(e)
    [all...]
RenderMenuList.cpp 531 PassRefPtr<Scrollbar> RenderMenuList::createScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize)
533 RefPtr<Scrollbar> widget;
534 bool hasCustomScrollbarStyle = style()->hasPseudoStyle(SCROLLBAR);
538 widget = Scrollbar::createNativeScrollbar(scrollableArea, orientation, controlSize);
RenderListBox.cpp 51 #include "core/platform/Scrollbar.h"
733 void RenderListBox::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
736 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop());
740 IntRect RenderListBox::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
748 int scrollbarLeft = width() - borderRight() - scrollbar->width();
755 IntRect RenderListBox::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
763 int scrollbarLeft = width() - borderRight() - scrollbar->width()
    [all...]
RenderLayer.cpp 73 #include "core/platform/Scrollbar.h"
2843 RefPtr<Scrollbar>& scrollbar = orientation == HorizontalScrollbar ? m_hBar : m_vBar; local
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_win.cc 308 // Scrollbar components on Windows Classic theme (on all Windows versions)
310 // indirectly. In addition, scrollbar thumbs and grippers for the Windows XP
318 if (!GetThemeHandle(SCROLLBAR))
325 if (!GetThemeHandle(SCROLLBAR) ||
    [all...]
native_theme_win.h 44 SCROLLBAR,
208 // Paints a scrollbar arrow. |classic_state| should have the appropriate
223 // Paints a scrollbar track section. |align_rect| is only used in classic
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 74 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 350 Scrollbar* horizontalBar = horizontalScrollbar();
354 Scrollbar* verticalBar = verticalScrollbar();
372 // and determine which scrollbar style to use based on a lightness
487 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation)
494 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
497 // Try the <body> element first as a scrollbar source.
499 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR))
504 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR))
507 // If we have an owning iframe/frame element, then it can set the custom scrollbar also.
509 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR))
2776 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 170 return SCROLLBAR;
309 DEFINE_STATIC_LOCAL(AtomicString, scrollbar, ("-webkit-scrollbar", AtomicString::ConstructFromLiteral));
310 DEFINE_STATIC_LOCAL(AtomicString, scrollbarButton, ("-webkit-scrollbar-button", AtomicString::ConstructFromLiteral));
311 DEFINE_STATIC_LOCAL(AtomicString, scrollbarCorner, ("-webkit-scrollbar-corner", AtomicString::ConstructFromLiteral));
312 DEFINE_STATIC_LOCAL(AtomicString, scrollbarThumb, ("-webkit-scrollbar-thumb", AtomicString::ConstructFromLiteral));
313 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrack, ("-webkit-scrollbar-track", AtomicString::ConstructFromLiteral));
314 DEFINE_STATIC_LOCAL(AtomicString, scrollbarTrackPiece, ("-webkit-scrollbar-track-piece", AtomicString::ConstructFromLiteral));
406 nameToPseudoType->set(scrollbar.impl(), CSSSelector::PseudoScrollbar);
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 129 milliseconds