Home
last modified time | relevance | path

Searched refs:scrolling (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/WebCore/html/
DHTMLFrameElementBase.h73 String scrolling() const;
DHTMLFrameElement.idl35 attribute [ConvertNullToNullString] DOMString scrolling;
DHTMLAttributeNames.in181 scrolling
DHTMLIFrameElement.idl36 attribute [ConvertNullToNullString] DOMString scrolling;
DHTMLFrameElementBase.cpp288 String HTMLFrameElementBase::scrolling() const in scrolling() function in WebCore::HTMLFrameElementBase
/external/webkit/WebKit/mac/WebInspector/
DWebNodeHighlight.m91 // the entire superview hierarchy to handle scrolling, bars coming and going, etc.
158 // This is especially visible when resizing the window, scrolling or with DHTML.
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm502 // scrolling overflows is only applicable if we're dealing with an WebHTMLView
551 // It does that because it needs to know definitively whether scrolling was
553 // In the presence of smooth scrolling, there's no easy way to tell if the method
554 // did any scrolling or not with the public API.
797 // Now check scrolling related keys.
825 // Now check scrolling related keys.
DWebPDFView.mm1061 // FIXME 4400480: when PDFView implements the standard scrolling selectors that this
/external/webkit/WebKit/win/Interfaces/
DIWebFrameView.idl66 @param flag YES to allow the document to be scrolled, NO to disallow scrolling
DIWebFrame.idl224 @param flag YES to allow the document to be scrolled, NO to disallow scrolling
/external/webkit/WebKitTools/iExploder/htdocs/
Dhtmlattrs.in152 scrolling
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCarbon.mm329 // we should pass it along so that keyboard scrolling, for example, will work.
/external/webkit/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm154 // then for that frame's document, ignore changes to the scrolling attribute of frames. That script
155 // has a bug in it where it sets the scrolling attribute on frames, and that erroneous scrolling
DWebChromeClient.mm460 …// FIXME: This scrolling behavior should be under the control of the embedding client (rather than…
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h423 @property(copy) NSString *scrolling;
460 @property(copy) NSString *scrolling;
/external/webkit/WebKit/wx/
DChangeLog761 Fix scrolling issues by implementing transitionToCommittedNewPage() so the scroll
963 the move to wxWindow for scrolling.
/external/webkit/WebKit/qt/
DChangeLog1039 the frame rect when scrolling. We also set a mask on the
1413 emit scrollRequested unconditionally when scrolling.
2401 [Qt] Add API access to scrolling
2935 Use the WebCore facility to do the scrolling. Move some code around.
3496 Improve keyboard scrolling
4244 Added simple scrolling API to QWebFrame.
4471 * We store the margin's and scrolling flag inside QWebFrame and use it when
8390 Use QKeySequence::StandardKey for the page wise scrolling shortcuts.
8399 When scrolling with the keyboard don't call update() on the entire widget.
8410 Fix scrolling with the keyboard if only one of the two scrollbars is visible.
[all …]
/external/webkit/WebKit/gtk/
DChangeLog900 Implement a buffering scheme to avoid full repaints when scrolling
901 views or subframes significantly improving scrolling performance.
3550 Frame scrolling and invalidation fixes
3554 Fix the invalidation rect offset for frames so that scrolling works properly.
/external/webkit/WebKit/win/
DChangeLog2116 …rm. For now a stubbed out scrollContents function is invoked to do the scrolling of the backing s…
6389 make sure each FrameView gets its scrolling mode set correctly. On Mac
6390 this works because WebFrameView holds the scrolling mode and a single
6393 scrolling mode.
6395 Tests: fast/frames/frame-scrolling-attribute.html
6396 fast/frames/iframe-scrolling-attribute.html
6401 (WebFrame::transitionToCommittedForNewPage): Set the scrolling mode
6402 on the FrameView based on the scrolling mode of the Frame's owner
6872 Fixed <rdar://5283861> (problems scrolling in gmail message content area)
6876 bubble scrolling from a key event
[all …]
/external/webkit/WebCore/
DChangeLog-2007-10-142436 Fix invisible-text-after-scrolling.xhtml regression. Scroll offset not
4179 Fix <rdar://4965715> Horizontal scrollwheel scrolling moves in opposite direction on Vista
4187 delta when scrolling right to match EventHandler's expectations (which
11883 To allow the Gtk+ way of scrolling the ScrollView allows to get GtkAdjustments
11991 this function takes no parameters, and is for use from auto-scrolling code. The
11997 1) The old code did hit testing only in the layer that was auto-scrolling,
15235 model. This should work well as a "scrolling window."
15237 With this patch, I see a substantial reduction in CPU while scrolling
23561 <rdar://problem/4914940> Some plugins won't redraw correctly when scrolling
23566 …the QT plugin from drawing outside its bounds when scrolling it when it's inside an iframe or div …
[all …]
DChangeLog77 after pan scrolling
1586 … here, since wheel scrolling is currently untestable (the offset varies from machine to machine).
2468 …Move layer() into RenderBox and make it non-virtual. Move all of the scrolling functions from Ren…
7888 the space bar keypress event can be treated as a scrolling command.
11816 turning off scrolling when the quirk is enabled. We just don't allow turning it on.
12103 …(WebCore::HTMLFrameElementBase::parseMappedAttribute): Don't allow changes to the scrolling attrib…
12104 … to affect the scrolling mode if frameElementsShouldIgnoreScrolling() returns true. This is only
15672 … Bug 21256: REGRESSION (r36906): horizontally repeating image leaves ghosts when vertical scrolling
15677 platform widget to disagree about whether optimizing scrolling via
17181 we can no longer assume simple x/y offsets from scrolling with transforms.
[all …]
DChangeLog-2005-12-19723 …When scrolling views, we were failing to take the current scroll position into account when calcul…
882 Hit-testing text in overflows does not take scrolling into account.
1105 … scroll to the top of the document. This got left out in the conversion to the new scrolling code.
1715 A kwq category on NSView used to ensure scrolling the super NSClipViews, but that is gone now.
2291 accommodate any scrolling
2769 - fix <rdar://problem/4361048> Regression: Seed: scrolling with scrollwheel, trackpad
2776 * manual-tests/scrolling-nestedframesets.html: Added.
2965 lower right corner if the origin was 0,0. This was causing the scrolling code to
6639 …<rdar://problem/4346132> REGRESSION (10.4.3-10.4.4): horizontal link scrolling broken at aplacecal…
7670 …Clean up of layer scrolling code. Now we can clearly define what to do if a rectangle is fully vi…
[all …]
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm257 // but apparently when scrolling, the AppKit view system draws directly.
/external/webkit/WebKit/mac/
DChangeLog-2007-10-14979 scrolling rapidly.
1736 … (2) the mechanism to update the match rects on scrolling was busted except for the first scroll
1748 … non-continuous modes the view can be completely updated without any scrolling involved (problem 1)
1891 …ar://problem/5017301> REGRESSION: Scroller in Widget Manager splits down the middle while scrolling
2424 …WebCore to reset the scrolling mode based on the CSS overflow rules. So the setAlwaysShowHorizonta…
2425 and setAlwaysShowVerticalScroller: methods needed a way to lock the scrolling mode before
2445 … Can't scroll page downwards with scroll wheel, when pointer is on top of non-scrolling iframe
2450 does not allow scrolling in the event's direction.
2766 scrolling takes place
18449 …<rdar://problem/4612079> need a way to prevent pages from scrolling to reveal elements that are fo…
[all …]
DChangeLog-2002-12-034052 This prevents this from being called at all in the scrolling case, which is what we want.
5062 event, then ignore the specific scrolling requested, and do our idea of
6392 This was broken a while back when the keyboard scrolling code
6398 New private methods, return one arrow key's worth of scrolling.
6404 overlap by one arrow key's worth of scrolling instead of the
11767 scrolling code by passing along all events that the plug-in doesn't handle
11778 2955757 - Keyboard scrolling code needs to move to WebKit
12353 Implemented auto scrolling.
12409 3. Auto scrolling.
12649 that doesn't allow scrolling, turning off both scrollers in that case.
[all …]

12