Home
last modified time | relevance | path

Searched refs:mAllowContextRestore (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLContext.cpp173 mAllowContextRestore = true; in WebGLContext()
1779 mAllowContextRestore = false; in UpdateContextLossStatus()
1817 mAllowContextRestore = false; in UpdateContextLossStatus()
1828 if (!mAllowContextRestore) in UpdateContextLossStatus()
1847 if (!mAllowContextRestore) { in UpdateContextLossStatus()
1904 mAllowContextRestore = true; // Hey, you did say 'force'. in ForceRestoreContext()
H A DWebGLContextGL.cpp2298 if (!mAllowContextRestore) in RestoreContext()
H A DWebGLContext.h1924 bool mAllowContextRestore; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLContext.cpp152 mAllowContextRestore = true; in WebGLContext()
1665 if (isGuilty) mAllowContextRestore = false; in UpdateContextLossStatus()
1698 if (useDefaultHandler) mAllowContextRestore = false; in UpdateContextLossStatus()
1709 if (!mAllowContextRestore) return; in UpdateContextLossStatus()
1725 if (!mAllowContextRestore) { in UpdateContextLossStatus()
1775 mAllowContextRestore = true; // Hey, you did say 'force'. in ForceRestoreContext()
H A DWebGLContextGL.cpp2082 if (!mAllowContextRestore) in RestoreContext()
H A DWebGLContext.h1955 bool mAllowContextRestore; variable