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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp 143 void ChunkedUpdateDrawingArea::suspendPainting()
186 case DrawingAreaLegacyMessage::SuspendPainting:
187 suspendPainting();
DrawingArea.h 90 virtual void suspendPainting() { }
TiledDrawingArea.cpp 113 void TiledDrawingArea::suspendPainting()
175 case DrawingAreaLegacyMessage::SuspendPainting:
176 suspendPainting();
DrawingAreaImpl.cpp 355 void DrawingAreaImpl::suspendPainting()

Completed in 48 milliseconds