Home
last modified time | relevance | path

Searched refs:mInterrupted (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5StreamParser.h232 mInterrupted = true; in Interrupt()
241 mInterrupted = false; in Uninterrupt()
266 return mTerminated || mInterrupted; in IsTerminatedOrInterrupted()
516 bool mInterrupted; variable
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5StreamParser.h227 mInterrupted = true; in Interrupt()
235 mInterrupted = false; in Uninterrupt()
257 return mTerminated || mInterrupted; in IsTerminatedOrInterrupted()
506 bool mInterrupted; variable
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5StreamParser.h228 mInterrupted = true; in Interrupt()
236 mInterrupted = false; in Uninterrupt()
260 return mTerminated || mInterrupted; in IsTerminatedOrInterrupted()
556 bool mInterrupted; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/src/
H A DInputBlockState.h334 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
343 bool mInterrupted;
364 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
369 bool mInterrupted;
H A DInputBlockState.cpp489 mInterrupted(false), in PanGestureBlockState()
528 bool PanGestureBlockState::MustStayActive() { return !mInterrupted; } in MustStayActive()
535 mInterrupted = true; in SetContentResponse()
568 mInterrupted(false), in PinchGestureBlockState()
578 mInterrupted = true; in SetContentResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/src/
H A DInputBlockState.h348 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
357 bool mInterrupted;
378 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
383 bool mInterrupted;
H A DInputBlockState.cpp507 mInterrupted(false), in PanGestureBlockState()
546 bool PanGestureBlockState::MustStayActive() { return !mInterrupted; } in MustStayActive()
553 mInterrupted = true; in SetContentResponse()
586 mInterrupted(false), in PinchGestureBlockState()
596 mInterrupted = true; in SetContentResponse()
/dports/www/firefox/firefox-99.0/gfx/layers/apz/src/
H A DInputBlockState.h335 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
344 bool mInterrupted;
365 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
370 bool mInterrupted;
H A DInputBlockState.cpp495 mInterrupted(false), in PanGestureBlockState()
534 bool PanGestureBlockState::MustStayActive() { return !mInterrupted; } in MustStayActive()
541 mInterrupted = true; in SetContentResponse()
574 mInterrupted(false), in PinchGestureBlockState()
584 mInterrupted = true; in SetContentResponse()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5StreamParser.h312 mInterrupted = true; in Interrupt()
318 mInterrupted = false; in Uninterrupt()
348 bool IsTerminatedOrInterrupted() { return mTerminated || mInterrupted; } in IsTerminatedOrInterrupted()
670 mozilla::Atomic<bool> mInterrupted; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/src/
H A DInputBlockState.h334 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
343 bool mInterrupted;
364 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
369 bool mInterrupted;
H A DInputBlockState.cpp489 mInterrupted(false), in PanGestureBlockState()
528 bool PanGestureBlockState::MustStayActive() { return !mInterrupted; } in MustStayActive()
535 mInterrupted = true; in SetContentResponse()
568 mInterrupted(false), in PinchGestureBlockState()
578 mInterrupted = true; in SetContentResponse()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5StreamParser.h304 mInterrupted = true; in Interrupt()
312 mInterrupted = false; in Uninterrupt()
336 return mTerminated || mInterrupted; in IsTerminatedOrInterrupted()
644 bool mInterrupted; variable
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5StreamParser.h304 mInterrupted = true; in Interrupt()
312 mInterrupted = false; in Uninterrupt()
336 return mTerminated || mInterrupted; in IsTerminatedOrInterrupted()
644 bool mInterrupted; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/apz/src/
H A DInputBlockState.h340 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
345 bool mInterrupted;
H A DInputBlockState.cpp542 , mInterrupted(false) in PanGestureBlockState()
583 return !mInterrupted; in MustStayActive()
597 mInterrupted = true; in SetContentResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/startup/
H A DnsAppStartup.h57 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/startup/
H A DnsAppStartup.h57 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/startup/
H A DnsAppStartup.h57 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/startup/
H A DnsAppStartup.h61 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/www/firefox/firefox-99.0/toolkit/components/startup/
H A DnsAppStartup.h57 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/startup/
H A DnsAppStartup.h60 bool mInterrupted; // Was startup interrupted by an interactive prompt? variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/apz/src/
H A DInputBlockState.h344 bool WasInterrupted() const { return mInterrupted; } in WasInterrupted()
353 bool mInterrupted;
H A DInputBlockState.cpp499 mInterrupted(false), in PanGestureBlockState()
538 bool PanGestureBlockState::MustStayActive() { return !mInterrupted; } in MustStayActive()
545 mInterrupted = true; in SetContentResponse()
/dports/audio/flacon/flacon-8.2.0/converter/
H A Ddiscpipline.cpp167 if (mInterrupted) { in startWorker()
400 mInterrupted = true; in interrupt()
497 if (mInterrupted) in trackProgress()

12