Home
last modified time | relevance | path

Searched refs:aMuteState (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.cpp1007 OutputMuteState aMuteState, bool aHasAlpha) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1011 mIntendedElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1012 mElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1022 OutputMuteState aMuteState) in MediaElementTrackSource() argument
1030 mIntendedElementMuteState(aMuteState), in MediaElementTrackSource()
1031 mElementMuteState(aMuteState) { in MediaElementTrackSource()
1054 void SetMutedByElement(OutputMuteState aMuteState) { in SetMutedByElement() argument
1055 if (mIntendedElementMuteState == aMuteState) { in SetMutedByElement()
1058 mIntendedElementMuteState = aMuteState; in SetMutedByElement()
1061 [self = RefPtr<MediaElementTrackSource>(this), this, aMuteState] { in SetMutedByElement()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.cpp1003 OutputMuteState aMuteState, bool aHasAlpha) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1007 mIntendedElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1008 mElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1018 OutputMuteState aMuteState) in MediaElementTrackSource() argument
1026 mIntendedElementMuteState(aMuteState), in MediaElementTrackSource()
1027 mElementMuteState(aMuteState) { in MediaElementTrackSource()
1050 void SetMutedByElement(OutputMuteState aMuteState) { in SetMutedByElement() argument
1051 if (mIntendedElementMuteState == aMuteState) { in SetMutedByElement()
1054 mIntendedElementMuteState = aMuteState; in SetMutedByElement()
1057 [self = RefPtr<MediaElementTrackSource>(this), this, aMuteState] { in SetMutedByElement()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.cpp1007 OutputMuteState aMuteState, bool aHasAlpha) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1011 mIntendedElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1012 mElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1022 OutputMuteState aMuteState) in MediaElementTrackSource() argument
1030 mIntendedElementMuteState(aMuteState), in MediaElementTrackSource()
1031 mElementMuteState(aMuteState) { in MediaElementTrackSource()
1054 void SetMutedByElement(OutputMuteState aMuteState) { in SetMutedByElement() argument
1055 if (mIntendedElementMuteState == aMuteState) { in SetMutedByElement()
1058 mIntendedElementMuteState = aMuteState; in SetMutedByElement()
1061 [self = RefPtr<MediaElementTrackSource>(this), this, aMuteState] { in SetMutedByElement()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.cpp1014 OutputMuteState aMuteState) in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1018 mIntendedElementMuteState(aMuteState), in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1019 mElementMuteState(aMuteState) { in NS_DECL_CYCLE_COLLECTION_CLASS_INHERITED()
1028 OutputMuteState aMuteState) in MediaElementTrackSource() argument
1036 mIntendedElementMuteState(aMuteState), in MediaElementTrackSource()
1037 mElementMuteState(aMuteState) { in MediaElementTrackSource()
1060 void SetMutedByElement(OutputMuteState aMuteState) { in SetMutedByElement() argument
1061 if (mIntendedElementMuteState == aMuteState) { in SetMutedByElement()
1064 mIntendedElementMuteState = aMuteState; in SetMutedByElement()
1067 [self = RefPtr<MediaElementTrackSource>(this), this, aMuteState] { in SetMutedByElement()
[all …]