Searched refs:pendingUpdateCount (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | TiledDrawingArea.cpp | 144 unsigned pendingUpdateCount = m_pendingUpdates.size(); in updateTile() local 145 …ge::TileUpdated, m_webPage->pageID(), CoreIPC::In(tileID, updateChunk, scale, pendingUpdateCount)); in updateTile()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TiledDrawingAreaProxy.cpp | 131 unsigned pendingUpdateCount; in didReceiveMessage() local 132 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount))) in didReceiveMessage() 185 unsigned pendingUpdateCount; in waitUntilUpdatesComplete() local 190 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount))) in waitUntilUpdatesComplete()
|