Searched refs:scroll (Results 26 - 50 of 241) sorted by relevance

12345678910

/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dstates.tcl31 scrollbar $w.frame.scroll -command "$w.frame.list yview"
32 listbox $w.frame.list -yscroll "$w.frame.scroll set" -setgrid 1 -height 12
33 pack $w.frame.scroll -side right -fill y
H A Dimage2.tcl90 listbox $w.f.list -width 20 -height 10 -yscrollcommand "$w.f.scroll set"
91 scrollbar $w.f.scroll -command "$w.f.list yview"
92 pack $w.f.list $w.f.scroll -side left -fill y -expand 1
H A Dsearch.tcl113 text $w.text -yscrollcommand "$w.scroll set" -setgrid true
114 scrollbar $w.scroll -command "$w.text yview"
116 pack $w.scroll -side right -fill y
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp224 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in namespace:WebKit
241 scroll(m_page.get(), ScrollLeft, ScrollByLine);
244 scroll(m_page.get(), ScrollRight, ScrollByLine);
247 scroll(m_page.get(), ScrollUp, ScrollByLine);
250 scroll(m_page.get(), ScrollDown, ScrollByLine);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dscrollbar.rb134 def scroll(*args) method in class:Tk
135 tk_send_without_enc('scroll', *args)
140 scroll(num, 'units')
145 scroll(num, 'pages')
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrackRegion.h76 const AtomicString scroll() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollAnimator.h53 // Computes a scroll destination for the given parameters. Returns false if
57 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
/macosx-10.9.5/WebCore-7537.78.1/platform/cairo/
H A DWidgetBackingStoreCairo.cpp64 void WidgetBackingStoreCairo::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebCore::WidgetBackingStoreCairo
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DQWebPageClient.h59 virtual void scroll(int dx, int dy, const QRect&) = 0;
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginViewBase.h55 virtual bool scroll(ScrollDirection, ScrollGranularity) { return false; } function in class:WebCore::PluginViewBase
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DPageClientQt.cpp54 void PageClientQWidget::scroll(int dx, int dy, const QRect& rectToScroll) function in class:WebCore::PageClientQWidget
56 view->scroll(qreal(dx), qreal(dy), rectToScroll);
162 void PageClientQGraphicsWidget::scroll(int dx, int dy, const QRect& rectToScroll) function in class:WebCore::PageClientQGraphicsWidget
164 view->scroll(qreal(dx), qreal(dy), rectToScroll);
H A DPageClientQt.h59 virtual void scroll(int dx, int dy, const QRect&);
92 // the overlay is here for one reason only: to have the scroll-bars and other
146 virtual void scroll(int dx, int dy, const QRect&);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css8 .CodeMirror-scroll {
109 .CodeMirror-scroll {
133 overflow-y: scroll;
138 overflow-x: scroll;
204 .CodeMirror-wrap .CodeMirror-scroll {
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtext.tcl152 %W xview scroll -1 page
155 %W xview scroll 1 page
449 %W yview scroll [expr {-15 * (%D)}] pixels
452 %W yview scroll [expr {-150 * (%D)}] pixels
455 %W xview scroll [expr {-15 * (%D)}] pixels
458 %W xview scroll [expr {-150 * (%D)}] pixels
469 %W yview scroll [expr {-%D/3}] pixels
471 %W yview scroll [expr {(2-%D)/3}] pixels
480 # http://www.inria.fr/koala/colas/mouse-wheel-scroll/
483 %W yview scroll
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtext.tcl151 %W xview scroll -1 page
154 %W xview scroll 1 page
459 %W yview scroll [expr {- (%D)}] units
462 %W yview scroll [expr {-10 * (%D)}] units
465 %W xview scroll [expr {- (%D)}] units
468 %W xview scroll [expr {-10 * (%D)}] units
472 %W yview scroll [expr {- (%D / 120) * 4}] units
480 # http://www.inria.fr/koala/colas/mouse-wheel-scroll/
483 %W yview scroll -5 units
488 %W yview scroll
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dlistbox.tcl147 set data(dnd,scroll) ""
172 # MouseWheel scroll events will be properly handled by the canvas.
944 $path.c yview scroll [expr {$y-$yv0}] units
946 $path.c yview scroll [expr {$y-$yv1+1}] units
956 $path.c xview scroll [expr {$x1-$xv1+1}] units
962 $path.c xview scroll [expr {$x0-$xv0}] units
1282 set data(dnd,scroll) ""
1307 set data(dnd,scroll) ""
1325 # test for auto-scroll unless mode is widget only
1478 set scroll {}
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScrollBarPrivate.idl71 HRESULT scroll([in] WebScrollDirection direction, [in] WebScrollGranularity granularity, [in] float multiplier);
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dimage2.tcl96 listbox $w.f.list -width 20 -height 10 -yscrollcommand "$w.f.scroll set"
97 scrollbar $w.f.scroll -command "$w.f.list yview"
98 pack $w.f.list $w.f.scroll -side left -fill y -expand 1
H A Dsearch.tcl113 text $w.text -yscrollcommand "$w.scroll set" -setgrid true
114 scrollbar $w.scroll -command "$w.text yview"
116 pack $w.scroll -side right -fill y
H A Dbind.tcl25 text $w.text -yscrollcommand "$w.scroll set" -setgrid true \
27 scrollbar $w.scroll -command "$w.text yview"
28 pack $w.scroll -side right -fill y
/macosx-10.9.5/vim-53/src/proto/
H A Dmove.pro27 void curs_columns __ARGS((int scroll));
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkWidgetBackingStoreX11.cpp63 void WidgetBackingStoreGtkX11::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebCore::WidgetBackingStoreGtkX11
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTextControlSingleLine.h70 virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier = 1, Node** stopNode = 0);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DBackingStore.h78 void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystem.cpp306 IOLog(" deltaAxis1=%d deltaAxis2=%d deltaAxis3=%d", event->data.scroll.lines.deltaAxis1, event->data.scroll.lines.deltaAxis2, event->data.scroll.lines.deltaAxis3);

Completed in 201 milliseconds

12345678910