Searched defs:currentRect (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp634 IntRect currentRect = current.rect; local
635 deflateIfOverlapped(currentRect, nodeRect);
637 if (!isRectInDirection(direction, currentRect, nodeRect))
644 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint);
679 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.cpp431 QRect currentRect = m_videoWidget->rect(); local
433 if (newSize.width() != currentRect.width() || newSize.height() != currentRect.height())
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocvideo.cpp512 const SDL_Rect& currentRect = rects[i]; local
513 rect2.x = currentRect.x;
514 rect2.y = currentRect.y;
515 rect2.w = currentRect.w;
516 rect2.h = currentRect.h;
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc1526 RECT currentRect; local
1527 GetClientRect(&currentRect);
1528 int width = currentRect.right - currentRect.left;
1529 int height = currentRect.bottom - currentRect.top;

Completed in 104 milliseconds