Searched refs:repaintRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DRemoteFrameView.cpp36 IntRect repaintRect = rect;
37 repaintRect.move(renderer->borderLeft() + renderer->paddingLeft(),
39 renderer->invalidatePaintRectangle(repaintRect);
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.h82 void repaintRect(const QRect& rect);
H A DSDL_QWin.cc337 void SDL_QWin::repaintRect(const QRect& rect) { function in class:SDL_QWin
362 repaintRect(ev->rect());
H A DSDL_sysvideo.cc361 SDL_Win->repaintRect(rect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp442 void GraphicsLayer::addRepaintRect(const FloatRect& repaintRect) argument
446 largestRepaintRect.intersect(repaintRect);

Completed in 351 milliseconds