Home
last modified time | relevance | path

Searched defs:TranscodeSources (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DTranscoding.h40 using TranscodeSources = mozilla::Vector<TranscodeSource>; variable
/dports/www/firefox/firefox-99.0/js/public/
H A DTranscoding.h38 using TranscodeSources = mozilla::Vector<TranscodeSource>; variable
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DTranscoding.h38 using TranscodeSources = mozilla::Vector<TranscodeSource>; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DTranscoding.h38 using TranscodeSources = mozilla::Vector<TranscodeSource>; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h5992 typedef mozilla::Vector<JS::TranscodeSource> TranscodeSources; typedef