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

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

Completed in 572 milliseconds