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

  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 51 , m_forceRepaintWhenResumingPainting(false)
104 page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC::In(m_forceRepaintWhenResumingPainting));
105 m_forceRepaintWhenResumingPainting = false;
129 m_forceRepaintWhenResumingPainting = true;
ChunkedUpdateDrawingAreaProxy.h 91 bool m_forceRepaintWhenResumingPainting;

Completed in 4437 milliseconds