Home
last modified time | relevance | path

Searched defs:mTextAlignTrue (Results 1 – 3 of 3) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleStruct.h1774 bool mTextAlignTrue : 1; // [inherited] see nsStyleConsts.h member
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.h2069 bool mTextAlignTrue : 1; // [inherited] see nsStyleConsts.h member
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs34339 pub fn mTextAlignTrue(&self) -> bool { in mTextAlignTrue() method
34370 let mTextAlignTrue: u8 = unsafe { ::std::mem::transmute(mTextAlignTrue) }; localVariable