Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:updateChunk

33 #include "UpdateChunk.h"
108 void ChunkedUpdateDrawingAreaProxy::didSetSize(UpdateChunk* updateChunk)
113 IntSize viewSize = updateChunk->rect().size();
119 if (!updateChunk->isEmpty())
120 drawUpdateChunkIntoBackingStore(updateChunk);
123 void ChunkedUpdateDrawingAreaProxy::deprecatedUpdate(UpdateChunk* updateChunk)
132 drawUpdateChunkIntoBackingStore(updateChunk);
155 UpdateChunk updateChunk;
156 if (!arguments->decode(updateChunk))
159 deprecatedUpdate(&updateChunk);
163 UpdateChunk updateChunk;
164 if (!arguments->decode(CoreIPC::Out(updateChunk)))
167 didSetSize(&updateChunk);