Home
last modified time | relevance | path

Searched defs:pres_context (Results 1 – 14 of 14) sorted by relevance

/dports/security/ncrack/ncrack-0.7/modules/
H A Dncrack_dicom.cc166 struct pres_context { struct
168 struct abstract_syntax {
206 struct transfer_syntax_implicit_l {
219 pres_context() { in pres_context() function
225 uint16_t item_type; // 0x20 = presentation
226 uint16_t item_length;
227 uint8_t context_id;
228 u_char pad0[3] = { 0x00, 0x00, 0x00 };
229 abstract_syntax abs;
231 transfer_syntax_implicit_l trx_il;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dmedia_queries.rs42 pres_context: RawGeckoPresContextOwned, field
139 pub fn pres_context(&self) -> &nsPresContext { in pres_context() method
H A Dvalues.rs480 let pres_context = device.pres_context(); in to_gecko_value() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dmedia_queries.rs166 pub fn pres_context(&self) -> Option<&structs::nsPresContext> { in pres_context() method
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dmedia_queries.rs173 pub fn pres_context(&self) -> Option<&structs::nsPresContext> { in pres_context() method
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dmedia_queries.rs173 pub fn pres_context(&self) -> Option<&structs::nsPresContext> { in pres_context() method
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dmedia_queries.rs176 pub fn pres_context(&self) -> Option<&structs::nsPresContext> { in pres_context() method
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/values/specified/
H A Dcolor.rs368 let pres_context = context.device().pres_context(); in to_computed_color() localVariable
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/
H A DnsImageBoxFrame.cpp85 RefPtr<nsPresContext> pres_context = pres_shell->GetPresContext(); in Run() local
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsImageBoxFrame.cpp91 RefPtr<nsPresContext> pres_context = mContent->OwnerDoc()->GetPresContext(); in Run() local
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsImageBoxFrame.cpp85 RefPtr<nsPresContext> pres_context = mContent->OwnerDoc()->GetPresContext(); in Run() local
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsImageBoxFrame.cpp91 RefPtr<nsPresContext> pres_context = mContent->OwnerDoc()->GetPresContext(); in Run() local
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsImageBoxFrame.cpp88 RefPtr<nsPresContext> pres_context = mContent->OwnerDoc()->GetPresContext(); in Run() local
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dproperties.mako.rs3709 let pres_context = context.builder.device.pres_context(); in apply_declarations() localVariable