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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.h 91 virtual 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 163 milliseconds