Home
last modified time | relevance | path

Searched refs:updateRectBounds (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DUpdateInfo.cpp38 encoder->encode(updateRectBounds); in encode()
51 if (!decoder->decode(result.updateRectBounds)) in decode()
DUpdateInfo.h57 WebCore::IntRect updateRectBounds; variable
/external/webkit/Source/WebKit2/UIProcess/
DBackingStore.cpp63 ASSERT(bitmap->size() == updateInfo.updateRectBounds.size()); in incorporateUpdate()
DDrawingAreaProxyImpl.cpp240 if (updateInfo.updateRectBounds.isEmpty()) in incorporateUpdate()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
DLayerTreeHostCAWin.cpp208 …updateInfo.updateRectBounds = IntRect(IntPoint(imageOrigin.x, m_webPage->size().height() - imageOr… in display()
209 updateInfo.updateRects.append(updateInfo.updateRectBounds); in display()
/external/webkit/Source/WebKit2/UIProcess/win/
DBackingStoreWin.cpp85 IntPoint updateRectLocation = updateInfo.updateRectBounds.location(); in incorporateUpdate()
/external/webkit/Source/WebKit2/UIProcess/mac/
DBackingStoreMac.mm102 IntPoint updateRectLocation = updateInfo.updateRectBounds.location();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDrawingAreaImpl.cpp597 updateInfo.updateRectBounds = bounds; in display()