Searched refs:hasBackBufferUpdatePending (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DTiledDrawingAreaTile.h60 bool hasBackBufferUpdatePending() const { return m_hasUpdatePending; } function in class:WebKit::TiledDrawingAreaTile
H A DTiledDrawingAreaProxy.cpp294 if (current->isReadyToPaint() && (current->isDirty() || current->hasBackBufferUpdatePending()))
539 if (!tile->hasBackBufferUpdatePending())
614 if (current->hasBackBufferUpdatePending())

Completed in 86 milliseconds