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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.h 91 virtual void resumePainting() { }
DrawingAreaImpl.h 67 virtual void resumePainting();
TiledDrawingArea.h 65 void resumePainting();
TiledDrawingArea.cpp 121 void TiledDrawingArea::resumePainting()
178 case DrawingAreaLegacyMessage::ResumePainting:
179 resumePainting();
DrawingAreaImpl.cpp 366 void DrawingAreaImpl::resumePainting()
369 // FIXME: We can get a call to resumePainting when painting is not suspended.

Completed in 73 milliseconds