Home
last modified time | relevance | path

Searched refs:ResetViewportScrolling (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DPresShellForwards.h158 ResetViewportScrolling = 1 << 8, enumerator
H A DnsLayoutUtils.h1148 ResetViewportScrolling = 0x1000, enumerator
H A DPresShell.cpp4585 if (aFlags & RenderDocumentFlags::ResetViewportScrolling) { in RenderDocument()
4587 flags |= PaintFrameFlags::ResetViewportScrolling; in RenderDocument()
H A DnsLayoutUtils.cpp3308 if (aFlags & PaintFrameFlags::ResetViewportScrolling) { in PaintFrame()
/dports/www/firefox/firefox-99.0/layout/base/
H A DPresShellForwards.h159 ResetViewportScrolling = 1 << 8, enumerator
H A DnsLayoutUtils.h1170 ResetViewportScrolling = 0x400, enumerator
H A DPresShell.cpp4654 if (aFlags & RenderDocumentFlags::ResetViewportScrolling) { in RenderDocument()
4656 flags |= PaintFrameFlags::ResetViewportScrolling; in RenderDocument()
H A DnsLayoutUtils.cpp3243 if (aFlags & PaintFrameFlags::ResetViewportScrolling) { in PaintFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DPresShellForwards.h158 ResetViewportScrolling = 1 << 8, enumerator
H A DnsLayoutUtils.h1148 ResetViewportScrolling = 0x1000, enumerator
H A DPresShell.cpp4585 if (aFlags & RenderDocumentFlags::ResetViewportScrolling) { in RenderDocument()
4587 flags |= PaintFrameFlags::ResetViewportScrolling; in RenderDocument()
H A DnsLayoutUtils.cpp3308 if (aFlags & PaintFrameFlags::ResetViewportScrolling) { in PaintFrame()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ipc/
H A DCrossProcessPaint.cpp124 RenderDocumentFlags::ResetViewportScrolling | in Record()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ipc/
H A DCrossProcessPaint.cpp124 RenderDocumentFlags::ResetViewportScrolling | in Record()
/dports/www/firefox/firefox-99.0/gfx/ipc/
H A DCrossProcessPaint.cpp127 renderDocFlags |= RenderDocumentFlags::ResetViewportScrolling; in Record()