HomeSort by relevance Sort by last modified time
    Searched defs:updateChunk (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 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
    [all...]
TiledDrawingAreaProxy.cpp 33 #include "UpdateChunk.h"
129 UpdateChunk updateChunk;
132 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount)))
138 tile->updateFromChunk(&updateChunk, scale);
163 UpdateChunk chunk;
183 UpdateChunk updateChunk;
190 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount)))
195 tile->updateFromChunk(&updateChunk, scale)
    [all...]

Completed in 1007 milliseconds