Home
last modified time | relevance | path

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

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