Home
last modified time | relevance | path

Searched refs:mActorWasAlive (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/midi/
H A DMIDIPortChild.cpp18 mActorWasAlive(false) {} in MIDIPortChild()
54 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
55 mActorWasAlive = true; in SetActorAlive()
H A DMIDIPortChild.h47 bool mActorWasAlive; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/midi/
H A DMIDIPortChild.cpp18 mActorWasAlive(false) {} in MIDIPortChild()
54 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
55 mActorWasAlive = true; in SetActorAlive()
H A DMIDIPortChild.h47 bool mActorWasAlive; variable
/dports/www/firefox/firefox-99.0/dom/midi/
H A DMIDIPortChild.cpp18 mActorWasAlive(false) {} in MIDIPortChild()
54 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
55 mActorWasAlive = true; in SetActorAlive()
H A DMIDIPortChild.h46 bool mActorWasAlive; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/midi/
H A DMIDIPortChild.cpp18 mActorWasAlive(false) {} in MIDIPortChild()
54 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
55 mActorWasAlive = true; in SetActorAlive()
H A DMIDIPortChild.h48 bool mActorWasAlive; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/midi/
H A DMIDIPortChild.cpp18 mActorWasAlive(false) {} in MIDIPortChild()
54 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
55 mActorWasAlive = true; in SetActorAlive()
H A DMIDIPortChild.h47 bool mActorWasAlive; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filehandle/
H A DActorsParent.h112 bool mActorWasAlive; variable
156 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
/dports/www/firefox-esr/firefox-91.8.0/dom/filehandle/
H A DActorsParent.h101 bool mActorWasAlive; variable
127 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
H A DActorsParent.cpp1061 mActorWasAlive(false), in BackgroundMutableFileParentBase()
1072 MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); in ~BackgroundMutableFileParentBase()
1151 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
1154 mActorWasAlive = true; in SetActorAlive()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/filehandle/
H A DActorsParent.h101 bool mActorWasAlive; variable
127 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
H A DActorsParent.cpp1062 mActorWasAlive(false), in BackgroundMutableFileParentBase()
1073 MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); in ~BackgroundMutableFileParentBase()
1159 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
1162 mActorWasAlive = true; in SetActorAlive()
/dports/www/firefox/firefox-99.0/dom/filehandle/
H A DActorsParent.h101 bool mActorWasAlive; variable
127 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
H A DActorsParent.cpp1052 mActorWasAlive(false), in BackgroundMutableFileParentBase()
1063 MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); in ~BackgroundMutableFileParentBase()
1142 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
1145 mActorWasAlive = true; in SetActorAlive()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/filehandle/
H A DActorsParent.h101 bool mActorWasAlive; variable
127 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
H A DActorsParent.cpp1061 mActorWasAlive(false), in BackgroundMutableFileParentBase()
1072 MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); in ~BackgroundMutableFileParentBase()
1151 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
1154 mActorWasAlive = true; in SetActorAlive()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/filehandle/
H A DActorsParent.h99 bool mActorWasAlive; variable
125 return mActorWasAlive && mActorDestroyed; in IsActorDestroyed()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundImpl.cpp532 bool mActorWasAlive; member in __anonc429a1a90111::ChildImpl
562 mActorWasAlive(false), in ChildImpl()
571 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
575 mActorWasAlive = true; in SetActorAlive()
615 ~ChildImpl() { MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); } in ~ChildImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundImpl.cpp300 bool mActorWasAlive; member in __anon8ba989ae0111::ChildImpl
330 mActorWasAlive(false), in ChildImpl()
339 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
343 mActorWasAlive = true; in SetActorAlive()
380 ~ChildImpl() { MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); } in ~ChildImpl()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp452 bool mActorWasAlive; member in __anondf7260de0111::ChildImpl
482 mActorWasAlive(false), in ChildImpl()
491 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
495 mActorWasAlive = true; in SetActorAlive()
532 ~ChildImpl() { MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); } in ~ChildImpl()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp452 bool mActorWasAlive; member in __anon125aa9f50111::ChildImpl
482 mActorWasAlive(false), in ChildImpl()
491 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
495 mActorWasAlive = true; in SetActorAlive()
532 ~ChildImpl() { MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); } in ~ChildImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundImpl.cpp447 bool mActorWasAlive; member in __anon2639c6600111::ChildImpl
477 mActorWasAlive(false), in ChildImpl()
486 MOZ_ASSERT(!mActorWasAlive); in SetActorAlive()
490 mActorWasAlive = true; in SetActorAlive()
527 ~ChildImpl() { MOZ_ASSERT_IF(mActorWasAlive, mActorDestroyed); } in ~ChildImpl()

12