Home
last modified time | relevance | path

Searched defs:nsRestyleHint (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsChangeHint.h405 enum nsRestyleHint { enum
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsChangeHint.h525 enum nsRestyleHint : uint32_t { enum
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Dwrapper.rs745 restyle_hint: nsRestyleHint, in note_explicit_hints()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs3628 restyle_hint: nsRestyleHint, in Servo_NoteExplicitHints()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs17357 impl ::std::ops::BitOr<root::nsRestyleHint> for root::nsRestyleHint { implementation
17364 impl ::std::ops::BitOrAssign for root::nsRestyleHint { implementation
17366 fn bitor_assign(&mut self, rhs: root::nsRestyleHint) { in bitor_assign()
17370 impl ::std::ops::BitAnd<root::nsRestyleHint> for root::nsRestyleHint { implementation
17377 impl ::std::ops::BitAndAssign for root::nsRestyleHint { implementation
17379 fn bitand_assign(&mut self, rhs: root::nsRestyleHint) { in bitand_assign()
17401 pub struct nsRestyleHint(pub u32); struct
H A Dbindings.rs3162 restyle_hint: nsRestyleHint, in Servo_NoteExplicitHints()