HomeSort by relevance Sort by last modified time
    Searched full:suspendpainting (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingArea.messages.in 26 SuspendPainting()
ChunkedUpdateDrawingArea.cpp 143 void ChunkedUpdateDrawingArea::suspendPainting()
186 case DrawingAreaLegacyMessage::SuspendPainting:
187 suspendPainting();
TiledDrawingArea.cpp 113 void TiledDrawingArea::suspendPainting()
175 case DrawingAreaLegacyMessage::SuspendPainting:
176 suspendPainting();
ChunkedUpdateDrawingArea.h 60 void suspendPainting();
DrawingArea.h 90 virtual void suspendPainting() { }
TiledDrawingArea.h 64 void suspendPainting();
DrawingAreaImpl.h 66 virtual void suspendPainting();
DrawingAreaImpl.cpp 355 void DrawingAreaImpl::suspendPainting()
  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaMessageKinds.h 40 SuspendPainting,
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 99 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SuspendPainting, page->pageID(), CoreIPC::In());
DrawingAreaProxyImpl.cpp 133 m_webPageProxy->process()->send(Messages::DrawingArea::SuspendPainting(), m_webPageProxy->pageID());
TiledDrawingAreaProxy.cpp 102 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SuspendPainting, page->pageID(), CoreIPC::In());
  /external/webkit/Source/WebKit2/
ChangeLog-2011-02-16     [all...]
ChangeLog     [all...]

Completed in 1333 milliseconds