Home
last modified time | relevance | path

Searched refs:targetRect (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp51 …ullScreenApart(FocusType, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSiz…
97 …tForRects(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSiz… in alignmentForRects() argument
100 if (areRectsMoreThanFullScreenApart(type, curRect, targetRect, viewSize)) in alignmentForRects()
103 if (areRectsFullyAligned(type, curRect, targetRect)) in alignmentForRects()
106 if (areRectsPartiallyAligned(type, curRect, targetRect)) in alignmentForRects()
228 …reenApart(FocusType type, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSiz… in areRectsMoreThanFullScreenApart() argument
230 ASSERT(isRectInDirection(type, curRect, targetRect)); in areRectsMoreThanFullScreenApart()
234 return curRect.x() - targetRect.maxX() > viewSize.width(); in areRectsMoreThanFullScreenApart()
236 return targetRect.x() - curRect.maxX() > viewSize.width(); in areRectsMoreThanFullScreenApart()
238 return curRect.y() - targetRect.maxY() > viewSize.height(); in areRectsMoreThanFullScreenApart()
[all …]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
Dui.js57 var targetRect = target.getBoundingClientRect();
59 … var x = Math.min(targetRect.left - 10, document.documentElement.clientWidth - popup.offsetWidth);
63 var y = targetRect.top + targetRect.height;
65 y = targetRect.top - popup.offsetHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.h86 …static IntRect calculateImageBufferRect(const FloatRect& targetRect, const AffineTransform& absolu… in calculateImageBufferRect() argument
88 return enclosingIntRect(absoluteTransform.mapRect(targetRect)); in calculateImageBufferRect()
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
Dcontrol_panel.js15 var targetRect = target.getBoundingClientRect();
19 left: anchorRect.left + anchorRect.width / 2 - targetRect.width / 2,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
DOpaqueRegionSkia.cpp285 SkRect targetRect = rect; in didDraw() local
289 if (!canvasTransform.mapRect(&targetRect)) in didDraw()
296 else if (!targetRect.intersect(deviceClipRect)) in didDraw()
304 markRectAsOpaque(targetRect); in didDraw()
306 markRectAsNonOpaque(targetRect); in didDraw()
/external/chromium_org/ui/app_list/cocoa/
Ditem_drag_controller.mm127 NSRect targetRect = NSMakeRect(
136 NSViewAnimationEndFrameKey: [NSValue valueWithRect:targetRect]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
Ddsa_old.cpp634 TRect targetRect = HwRect();
644 …if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iSta…
646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
647 updateRect.Intersection(targetRect);
Ddsa_new.cpp1005 TRect targetRect = Rect();
1015 …if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iSta…
1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1018 updateRect.Intersection(targetRect);
Ddsa.cpp1068 TRect targetRect = TRect(TPoint(0, 0), SwSize());
1082 …if(iSourceMode != DisplayMode() || targetRect != sourceRect || targetRect != updateRect || ((iSta…
1084 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1549 IntRect targetRect(rect); in scrollElementToRect() local
1559 targetRect.moveBy(ceiledIntPoint(pinchViewport.visibleRect().location())); in scrollElementToRect()
1560 targetRect.setSize(pinchViewportSize.shrunkTo(targetRect.size())); in scrollElementToRect()
1564 int centeringOffsetX = (targetRect.width() - bounds.width()) / 2; in scrollElementToRect()
1565 int centeringOffsetY = (targetRect.height() - bounds.height()) / 2; in scrollElementToRect()
1568 bounds.x() - centeringOffsetX - targetRect.x(), in scrollElementToRect()
1569 bounds.y() - centeringOffsetY - targetRect.y()); in scrollElementToRect()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSoftContextMenu.js59 var targetRect;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentViewCore.java2487 private void showDisambiguationPopup(Rect targetRect, Bitmap zoomedBitmap) {
2489 mPopupZoomer.show(targetRect);