Home | History | Annotate | Download | only in WebCore

Lines Matching full:coordinates

122         viewport coordinates. The flag is set (and scrolling is compensated for) for
2781 coordinates of the events; that's not "handling" an event, and setting
14886 * platform/qt/ScrollViewQt.cpp: Fix translation of coordinates between
14888 coordinates from QScrollArea.
15067 Also, adjust the repaint rect coordinates for the scroll offset.
23835 * page/FrameView.cpp: Store the current mouse position in window coordinates. The callers can convert to their own coordinate space.
23846 (WebCore::RenderListBox::autoscroll): Convert the mouse coordinates to the right space.
27274 Calculate viewport coordinates at layout time, since
41600 for bug 9312: For coordinates outside a replaced object, return the position
41601 just before (after) the element if the coordinates are above or to the left (below
41870 (WebCore::RenderBlock::positionForCoordinates): For coordinates outside a replaced
41871 object, return the position just before (after) the element if the coordinates are above or
42378 for coordinates outside those roots, except for coordinates outside a document that is entirely
46757 to compute coordinates, and renamed the confusingly named clientPos (which was
48270 Fixed coordinates for mouse events. Added call to keepWebHistory().
49970 Also added code to convert coordinates so it works for points that are in nodes in subframes.
51699 coordinates, and change other functions that work with screen
51700 coordinates to use the scaling functions for their underlying
51707 FloatRects, because window coordinates can be fractional when scaled
51708 to WebView/DOM coordinates.