Home
last modified time | relevance | path

Searched defs:AutoAssertNoFlush (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DPresShell.h1201 struct MOZ_RAII AutoAssertNoFlush { struct
1202 explicit AutoAssertNoFlush(PresShell& aPresShell) in AutoAssertNoFlush() function
1207 ~AutoAssertNoFlush() { mPresShell.mForbiddenToFlush = mOldForbidden; } in ~AutoAssertNoFlush() argument
1209 PresShell& mPresShell;
1210 const bool mOldForbidden;
/dports/www/firefox/firefox-99.0/layout/base/
H A DPresShell.h1232 struct MOZ_RAII AutoAssertNoFlush { struct
1233 explicit AutoAssertNoFlush(PresShell& aPresShell) in AutoAssertNoFlush() function
1238 ~AutoAssertNoFlush() { mPresShell.mForbiddenToFlush = mOldForbidden; } in ~AutoAssertNoFlush() argument
1240 PresShell& mPresShell;
1241 const bool mOldForbidden;
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DPresShell.h1201 struct MOZ_RAII AutoAssertNoFlush { struct
1202 explicit AutoAssertNoFlush(PresShell& aPresShell) in AutoAssertNoFlush() function
1207 ~AutoAssertNoFlush() { mPresShell.mForbiddenToFlush = mOldForbidden; } in ~AutoAssertNoFlush() argument
1209 PresShell& mPresShell;
1210 const bool mOldForbidden;
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DPresShell.h1233 struct MOZ_RAII AutoAssertNoFlush { struct
1234 explicit AutoAssertNoFlush(PresShell& aPresShell) in AutoAssertNoFlush() argument
1239 ~AutoAssertNoFlush() { mPresShell.mForbiddenToFlush = mOldForbidden; } in ~AutoAssertNoFlush() argument
1241 PresShell& mPresShell;
1242 const bool mOldForbidden;