Searched refs:bDefer (Results 1 – 4 of 4) sorted by relevance
175 SvgAspectRatio(SvgAlign aSvgAlign, bool bDefer, bool bMeetOrSlice) in SvgAspectRatio() argument177 mbDefer(bDefer), in SvgAspectRatio()
367 void Model::deferNotifications( bool bDefer ) in deferNotifications() argument375 pBind->deferNotifications( bDefer ); in deferNotifications()
221 void Binding::deferNotifications( bool bDefer ) in deferNotifications() argument223 mnDeferModifyNotifications += ( bDefer ? 1 : -1 ); in deferNotifications()
1298 bool bDefer(false); in readSvgAspectRatio() local1315 bDefer = true; in readSvgAspectRatio()1407 return SvgAspectRatio(aSvgAlign, bDefer, bMeetOrSlice); in readSvgAspectRatio()
Completed in 23 milliseconds