Searched refs:scroll (Results 101 - 120 of 120) sorted by relevance

12345

/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm1515 // If this scroll view provides it's parent object (because it's a sub-frame), then
1521 ScrollView* scroll = scrollView->scrollView();
1522 if (!scroll)
1525 if (scroll->platformWidget())
1526 return NSAccessibilityUnignoredAncestor(scroll->platformWidget());
1569 // In WebKit1, the scroll view is provided by the system (the attachment view), so the parent
1806 // A scrollView's contents are everything except the scroll bars.
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2089 error: 1, abort: 1, scroll: 1 //misc
2266 Contains methods to work with size, scroll, or positioning of Elements and the window object.
2368 var offset = this.getOffsets(), scroll = this.getScrolls();
2369 var position = {x: offset.x - scroll.x, y: offset.y - scroll.y};
H A Dconcat-jquery-mootools-prototype.js3093 jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
4302 var method = 'scroll' + name;
4309 // Set the scroll offset
4319 // Return the scroll offset
4359 // Either scroll[Width/Height] or offset[Width/Height], whichever is greater
4362 document.body["scroll" + name], document.documentElement["scroll" + name],
6465 error: 1, abort: 1, scroll: 1 //misc
6642 Contains methods to work with size, scroll, or positioning of Elements and the window object.
6744 var offset = this.getOffsets(), scroll
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp137 // We need a scroll bar
901 // Put the point into coordinates relative to the scroll bar
937 // Put the point into coordinates relative to the scroll bar
962 // Put the point into coordinates relative to the scroll bar
996 ScrollableArea::scroll(i > 0 ? ScrollUp : ScrollDown, ScrollByLine, abs(i));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp484 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& clipRect) function in class:WebChromeClient
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp636 // Put the point into coordinates relative to the scroll bar
674 // Put the point into coordinates relative to the scroll bar
705 // Put the point into coordinates relative to the scroll bar
745 ScrollableArea::scroll(i > 0 ? ScrollUp : ScrollDown, ScrollByLine, abs(i));
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl112 [RequiresAllArguments] void scroll(in long x, in long y);
H A DFrameView.cpp268 // Since the contents size is being cleared, the scroll position will lost as a consequence.
269 // Cache the scroll position so it can be restored by the page cache if necessary.
492 // Handle the overflow:hidden/scroll case for the body/html elements. WinIE treats
493 // overflow:hidden and overflow:scroll on <body> as applying to the document's
1271 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
1298 // 1) scroll
1299 hostWindow()->scroll(scrollDelta, rectToScroll, clipRect);
1475 // really mess things up if an anchor scroll comes at a bad moment.
2235 // Try the <body> element first as a scroll corner source.
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.mm594 void WebChromeClient::scroll(const IntSize&, const IntRect&, const IntRect&)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp628 // If the current scroll position in a direction is the max scroll position
629 // we don't want to scroll at all.
1103 void WebPage::scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in class:WebKit::WebPage
1115 scroll(m_page.get(), static_cast<ScrollDirection>(scrollDirection), static_cast<ScrollGranularity>(scrollGranularity));
/external/webkit/Source/WebCore/dom/
H A DDocument.h274 DEFINE_ATTRIBUTE_EVENT_LISTENER(scroll);
341 * @param ignoreClipping whether or not to ignore the root scroll frame when retrieving the element.
H A DElement.cpp309 toRenderBox(rend)->layer()->scroll(direction, granularity, units);
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp177 // How many ms to wait for the scroll to "settle" before we will consider doing
1089 // contains the actual scroll position. Setting the location makes hit
1097 // Update history item to reflect the new scroll position.
1099 // background, so scroll position will be restored if browser gets
1103 // scrolling can generate lots of small scroll offset, the following code
1208 // scroll to restore current screen center
1552 const IntPoint& scroll = layer->getScrollOffset(); local
1553 offset.move(-scroll.x(), -scroll.y());
2293 // Element to scroll int
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp1176 * Relative scroll of given frame.
1178 * @param o frame object to scroll.
1179 * @param dx horizontal offset to scroll.
1180 * @param dy vertical offset to scroll.
1195 * Set absolute scroll of given frame.
1200 * @param o frame object to scroll.
1201 * @param x horizontal position to scroll.
1202 * @param y vertical position to scroll.
1217 * Get the possible scroll size of given frame.
1219 * Possible scroll siz
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp713 // Subtract our parent's scroll offset.
717 // For positioned layers, we subtract out the enclosing positioned layer's scroll offset.
1304 // If this layer can't do the scroll we ask the next layer up that can scroll to try
1325 // FIXME: If we didn't scroll the whole way, do we want to try looking at the frames ownerElement?
1381 // We should have a RenderView if we're trying to scroll.
1453 // Schedule the scroll DOM event.
1464 // We may end up propagating a scroll event. It is important that we suspend events until
1477 // Don't scroll to reveal an overflow layer that is restricted by the -webkit-line-clamp property.
1526 // scroll it
2511 bool RenderLayer::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebCore::RenderLayer
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1320 frame->view()->scroll(direction, granularity);
1789 * size, position, whether the location, status and scroll bars
2871 GTK_WIDGET_CLASS(webViewClass)->set_scroll_adjustments_signal = g_signal_new("set-scroll-adjustments",
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 4403 milliseconds

12345