| /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
| RuleListController.java | 55 private final JScrollPane scroll = new JScrollPane( list, field in class:RuleListController 68 return scroll; 89 scroll.setViewportBorder(BorderFactory.createEtchedBorder()); 90 scroll.setBorder(BorderFactory.createTitledBorder( 92 scroll.setOpaque(false);
|
| RunnerController.java | 69 private JScrollPane scroll = new JScrollPane(tree, field in class:RunnerController.RunnerView 76 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY)); 77 scroll.setOpaque(false); 79 this.add(scroll);
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| RenderEmbeddedObject.cpp | 266 bool RenderEmbeddedObject::scroll(ScrollDirection direction, ScrollGranularity granularity, float) function in class:WebCore::RenderEmbeddedObject
|
| RenderListBox.cpp | 59 #include "platform/scroll/Scrollbar.h" 618 bool RenderListBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebCore::RenderListBox 620 return ScrollableArea::scroll(direction, granularity, multiplier); 694 // Determine an index and scroll to it.
|
| /external/droiddriver/src/com/google/android/droiddriver/ |
| UiElement.java | 184 void scroll(ScrollDirection direction); method in interface:UiElement
|
| /external/droiddriver/src/com/google/android/droiddriver/base/ |
| AbstractUiElement.java | 122 public void scroll(ScrollDirection direction) { method in class:AbstractUiElement
|
| /frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
| ScrollViewButtonsAndLabelsTest.java | 17 package android.widget.scroll; 19 import android.widget.scroll.ScrollViewButtonsAndLabels; 77 + "button in the scroll view for this test to work (since we "
|
| RequestRectangleVisibleTest.java | 17 package android.widget.scroll; 19 import android.widget.scroll.RequestRectangleVisible;
|
| /external/chromium_org/third_party/WebKit/Source/core/frame/ |
| DOMWindow.h | 232 void scroll(int x, int y) const { scrollTo(x, y); } function in class:WebCore::DOMWindow
|
| /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
| VTTRegion.cpp | 160 const AtomicString VTTRegion::scroll() const function in class:WebCore::VTTRegion 175 exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid. The 'scroll' property must be either the empty string, or 'up'."); 190 setScroll(region->scroll(), ASSERT_NO_EXCEPTION); 216 DEFINE_STATIC_LOCAL(const AtomicString, scrollKeyword, ("scroll", AtomicString::ConstructFromLiteral)); 229 return Scroll; 268 case Scroll: 272 WTF_LOG(Media, "VTTRegion::parseSettingValue, invalid Scroll"); 357 // property to move elements. We should just scroll the text track cues on the 369 // Find first cue that is not entirely displayed and scroll it upwards.
|
| /external/chromium_org/third_party/WebKit/Source/core/page/ |
| Chrome.cpp | 78 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) function in class:WebCore::Chrome 80 m_client->scroll(scrollDelta, rectToScroll, clipRect);
|
| /external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
| ScrollableArea.cpp | 33 #include "platform/scroll/ScrollableArea.h" 37 #include "platform/scroll//ScrollbarTheme.h" 102 bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebCore::ScrollableArea 134 return scrollAnimator()->scroll(orientation, granularity, step, multiplier); 161 // Tell the derived class to scroll its contents.
|
| ScrollAnimatorNone.cpp | 33 #include "platform/scroll/ScrollAnimatorNone.h" 36 #include "platform/scroll/ScrollableArea.h" 398 bool ScrollAnimatorNone::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float multiplier) function in class:WebCore::ScrollAnimatorNone 401 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); 403 TRACE_EVENT0("webkit", "ScrollAnimatorNone::scroll"); 416 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); 421 return ScrollAnimator::scroll(orientation, granularity, step, multiplier); 423 // This is an animatable scroll. Set the animation in motion using the appropriate parameters.
|
| ScrollView.cpp | 27 #include "platform/scroll/ScrollView.h" 32 #include "platform/scroll/ScrollbarTheme.h" 298 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity) function in class:WebCore::ScrollView 303 return ScrollableArea::scroll(physicalDirection, granularity); 427 // The layout with the new scroll state had no impact on 530 // Since scrolling is double buffered, we will be blitting the scroll view's intersection 548 // FIXME: Find a way to scroll subframes with this faster path 566 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); 691 // Invalidate the scroll corner too on unsuppress. [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebPluginScrollbarImpl.cpp | 35 #include "platform/scroll/ScrollAnimator.h" 36 #include "platform/scroll/Scrollbar.h" 37 #include "platform/scroll/ScrollbarTheme.h" 39 #include "platform/scroll/ScrollTypes.h" 226 void WebPluginScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:blink::WebPluginScrollbarImpl 235 m_group->scroll(dir, static_cast<WebCore::ScrollGranularity>(granularity), multiplier); 368 // Will return false if scroll direction wasn't compatible with this scrollbar. 369 return m_group->scroll(scrollDirection, scrollGranularity);
|
| WebPopupMenuImpl.cpp | 51 #include "platform/scroll/FramelessScrollView.h" 357 void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) function in class:blink::WebPopupMenuImpl
|
| ChromeClientImpl.cpp | 506 void ChromeClientImpl::scroll( function in class:blink::ChromeClientImpl [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
| searchcvs.php | 8 $scroll = 5; //+- pages to show in nav variable
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
| ImageCanvas.java | 172 scroll(destX, 0, 0, 0, imageBounds.width, imageBounds.height, false); method 184 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false);
|
| /external/chromium_org/chrome_frame/ |
| html_window_impl.h | 306 STDMETHOD(scroll)(long x, long y) { function in class:HTMLWindowImpl
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGElementInstance.h | 137 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), scroll); member in class:WebCore::SVGElementInstance
|
| /external/chromium/chrome/browser/renderer_host/ |
| render_widget_host_view_gtk.cc | 67 // scroll size for linux. 152 g_signal_connect_after(widget, "scroll-event", 253 // 8 & 9 for the scroll wheel for the attached USB mouse. 388 // Allow the vertical scroll delta to be overridden from the command line. 412 // If there is a change to the set of modifier keys or scroll axis 421 GdkEventScroll scroll = event->scroll; local 422 if (scroll.state & GDK_SHIFT_MASK) { 423 if (scroll.direction == GDK_SCROLL_UP) 424 scroll.direction = GDK_SCROLL_LEFT [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/ |
| bg.js | 47 "scroll": "shepard.mp3"
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
| bg.js | 51 "scroll": "shepard.mp3"
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
| PopupZoomer.java | 117 // Current scroll position. 119 // Scroll bounds. 187 scroll(distanceX, distanceY); 264 private void scroll(float x, float y) { method in class:PopupZoomer 383 // Now that we know how much we need to scroll, we can intersect with mViewClipRect. 391 // Set an initial scroll position to take touch point into account. 401 // Constrain initial scroll position within allowed bounds.
|