Home
last modified time | relevance | path

Searched refs:ResumePainting (Results 1 – 19 of 19) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/CoreIPCSupport/
H A DDrawingAreaMessageKinds.h43 ResumePainting, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp190 case DrawingAreaLegacyMessage::ResumePainting: { in didReceiveMessage()
H A DDrawingArea.messages.in27 ResumePainting()
H A DTiledDrawingArea.cpp178 case DrawingAreaLegacyMessage::ResumePainting: in didReceiveMessage()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DChunkedUpdateDrawingAreaProxy.cpp104 …page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC:… in setPageIsVisible()
H A DDrawingAreaProxyImpl.cpp139 …m_webPageProxy->process()->send(Messages::DrawingArea::ResumePainting(), m_webPageProxy->pageID()); in visibilityDidChange()
H A DTiledDrawingAreaProxy.cpp113 …page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC:… in setPageIsVisible()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsIPresShell.h940 virtual void ResumePainting() = 0;
H A DPresShell.h700 void ResumePainting() override;
H A DnsDocumentViewer.cpp2772 aChild->ResumePainting(); in ChangeChildPaintingEnabled()
3291 nsDocumentViewer::ResumePainting() { in ResumePainting() function in nsDocumentViewer
3297 presShell->ResumePainting(); in ResumePainting()
H A DPresShell.cpp9994 void PresShell::ResumePainting() { in ResumePainting() function in PresShell
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsDocumentViewer.cpp2886 nsDocumentViewer::ResumePainting() { in ResumePainting() function in nsDocumentViewer
2887 CallChildren([](nsDocumentViewer* aChild) { aChild->ResumePainting(); }); in ResumePainting()
2890 presShell->ResumePainting(); in ResumePainting()
H A DPresShell.h716 void ResumePainting();
H A DPresShell.cpp11168 void PresShell::ResumePainting() { in ResumePainting() function in PresShell
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsIPresShell.h938 virtual void ResumePainting() = 0;
H A DnsDocumentViewer.cpp2901 aChild->ResumePainting(); in ChangeChildPaintingEnabled()
3435 nsDocumentViewer::ResumePainting() in ResumePainting() function in nsDocumentViewer
3442 presShell->ResumePainting(); in ResumePainting()
H A DnsPresShell.h766 virtual void ResumePainting() override;
H A DnsPresShell.cpp11234 PresShell::ResumePainting() in ResumePainting() function in PresShell
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-166697 Send SuspendPainting/ResumePainting messages based on whether the view is visible or not.
6711 Add SuspendPainting and ResumePainting messages.
38892 …Pass the m_forceRepaintWhenResumingPainting along to the DrawingAreaMessage::ResumePainting messag…
43864 Add SuspendPainting/ResumePainting messages.
43890 handle SuspendPainting/ResumePainting messages.