HomeSort by relevance Sort by last modified time
    Searched refs:Scrollbar (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 138 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
12 self.vbar = vbar = Scrollbar(frame, name="vbar")
19 # Tie listbox and scrollbar together
TreeWidget.py 420 self.vbar = Scrollbar(self.frame, name="vbar")
422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
configDialog.py 128 scrollFont=Scrollbar(frameFontName)
275 scrollTargetY=Scrollbar(frameTarget)
276 scrollTargetX=Scrollbar(frameTarget,orient=HORIZONTAL)
386 scrollHelpList=Scrollbar(frameHelpList)
    [all...]
keybindingDialog.py 101 scrollKeysFinal=Scrollbar(self.frameControlsBasic,orient=VERTICAL,
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
191 scrollbar.config(command=listbox.yview)
192 scrollbar.pack(side=RIGHT, fill=Y)
400 self.scrollbar.destroy()
401 self.scrollbar = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
ScrolledList.py 8 # Create top frame, with scrollbar and listbox
12 self.vbar = vbar = Scrollbar(frame, name="vbar")
19 # Tie listbox and scrollbar together
TreeWidget.py 420 self.vbar = Scrollbar(self.frame, name="vbar")
422 self.hbar = Scrollbar(self.frame, name="hbar", orient="horizontal")
configDialog.py 128 scrollFont=Scrollbar(frameFontName)
275 scrollTargetY=Scrollbar(frameTarget)
276 scrollTargetX=Scrollbar(frameTarget,orient=HORIZONTAL)
386 scrollHelpList=Scrollbar(frameHelpList)
    [all...]
keybindingDialog.py 101 scrollKeysFinal=Scrollbar(self.frameControlsBasic,orient=VERTICAL,
AutoCompleteWindow.py 28 self.autocompletewindow = self.listbox = self.scrollbar = None
184 self.scrollbar = scrollbar = Scrollbar(acw, orient=VERTICAL)
185 self.listbox = listbox = Listbox(acw, yscrollcommand=scrollbar.set,
191 scrollbar.config(command=listbox.yview)
192 scrollbar.pack(side=RIGHT, fill=Y)
400 self.scrollbar.destroy()
401 self.scrollbar = None
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 470 void ScrollAnimatorNone::didAddVerticalScrollbar(Scrollbar*)
475 void ScrollAnimatorNone::didAddHorizontalScrollbar(Scrollbar*)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 69 self.filesbar = Scrollbar(self.midframe)
80 self.dirsbar = Scrollbar(self.midframe)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 279 Scrollbar* horizontalBar = horizontalScrollbar();
283 Scrollbar* verticalBar = verticalScrollbar();
300 // and determine which scrollbar style to use based on a lightness
418 // FIXME: We need to update the scrollbar dynamically as documents change (or as doc elements and bodies get discovered that have custom styles).
421 // Try the <body> element first as a scrollbar source.
423 if (body && body->renderer() && body->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
430 if (docElement && docElement->renderer() && docElement->renderer()->style()->hasPseudoStyle(SCROLLBAR)) {
435 // If we have an owning ipage/LocalFrame element, then it can set the custom scrollbar also.
437 if (frameRenderer && frameRenderer->style()->hasPseudoStyle(SCROLLBAR)) {
445 PassRefPtr<Scrollbar> FrameView::createScrollbar(ScrollbarOrientation orientation
2610 Scrollbar* scrollbar = static_cast<Scrollbar*>(widget); local
    [all...]
PinchViewport.cpp 48 #include "platform/scroll/Scrollbar.h"
273 // if (GraphicsLayer* scrollbar = m_frameHost->compositor()->layerForHorizontalScrollbar())
274 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
275 // if (GraphicsLayer* scrollbar = m_frameHost->compositor()->layerForVerticalScrollbar())
276 // scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars());
381 void PinchViewport::invalidateScrollbarRect(Scrollbar*, const IntRect&)
443 name = "Overlay Scrollbar Horizontal Layer";
445 name = "Overlay Scrollbar Vertical Layer";
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 88 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
89 if (scrollbar) {
90 m_capturingScrollbar = scrollbar;
108 Scrollbar* scrollbar = scrollbarAtPoint(event.position()); local
109 if (m_lastScrollbarUnderMouse != scrollbar) {
110 // Send mouse exited to the old scrollbar.
113 m_lastScrollbarUnderMouse = scrollbar;
116 if (scrollbar) {
    [all...]
WebPluginScrollbarImpl.cpp 32 #include "platform/scroll/Scrollbar.h"
68 m_scrollbar = Scrollbar::create(
367 // Will return false if scroll direction wasn't compatible with this scrollbar.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 42 #include "platform/scroll/Scrollbar.h"
86 , m_scrollbar(other.scrollbar())
107 m_scrollbar = other.scrollbar();
177 void HitTestResult::setScrollbar(Scrollbar* s)
445 if (!m_scrollbar && other.scrollbar()) {
446 setScrollbar(other.scrollbar());
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 129 virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation, ScrollbarControlSize) { return nullptr; }
ScrollAnimatorNoneTest.cpp 53 MOCK_METHOD2(invalidateScrollbar, void(Scrollbar*, const IntRect&));
57 MOCK_METHOD2(invalidateScrollbarRect, void(Scrollbar*, const IntRect&));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 246 static PassOwnPtr<WebScrollbarLayer> createScrollbarLayer(Scrollbar* scrollbar)
248 ScrollbarTheme* theme = scrollbar->theme();
249 blink::WebScrollbarThemePainter painter(theme, scrollbar);
252 OwnPtr<WebScrollbarLayer> scrollbarLayer = adoptPtr(blink::Platform::current()->compositorSupport()->createScrollbarLayer(new blink::WebScrollbarImpl(scrollbar), painter, geometry.leakPtr()));
325 Scrollbar* scrollbar = orientation == HorizontalScrollbar ? scrollableArea->horizontalScrollbar() : scrollableArea->verticalScrollbar(); local
326 if (scrollbar->isCustomScrollbar()) {
338 webScrollbarLayer = createSolidColorScrollbarLayer(orientation, scrollbar->theme()->thumbThickness(scrollbar), scrollbar->theme()->trackPosition(scrollbar), scrollableArea->shouldPlaceVerticalScrollbarOnLeft (…)
    [all...]

Completed in 943 milliseconds

1 23 4 5