Searched refs:currentRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_util.js649 var currentRect = null;
657 var currentRect = range.getBoundingClientRect();
659 rightMostRect = currentRect;
663 if (currentRect.bottom != rightMostRect.bottom &&
670 rightMostRect = currentRect;
695 var currentRect = null;
703 var currentRect = range.getBoundingClientRect();
705 leftMostRect = currentRect;
709 if (currentRect.top != leftMostRect.top &&
716 leftMostRect = currentRect;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp803 const SDL_Rect& currentRect = rects[i];
805 rect2.x = currentRect.x;
806 rect2.y = currentRect.y;
807 rect2.w = currentRect.w;
808 rect2.h = currentRect.h;
820 int e = b->Create(TSize(currentRect.w, currentRect.h), Private->EPOC_DisplayMode);
832 for(TInt o = 0; o < currentRect.h; o++)
833 for(TInt p = 0; p < currentRect.w; p++)
839 SDL_TRACE1("w %d", (int)currentRect
881 const SDL_Rect& currentRect = rects[i]; local
1170 const SDL_Rect& currentRect = rects[i]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.cpp653 LayoutRect currentRect = current.rect; local
654 deflateIfOverlapped(currentRect, nodeRect);
656 if (!isRectInDirection(type, currentRect, nodeRect))
661 entryAndExitPointsForDirection(type, currentRect, nodeRect, exitPoint, entryPoint);
686 LayoutRect intersectionRect = intersection(currentRect, nodeRect);
693 candidate.alignment = alignmentForRects(type, currentRect, nodeRect, viewSize);

Completed in 1147 milliseconds