Home | History | Annotate | Download | only in mac

Lines Matching refs:drawsTransparentBackground

277 - (void)setDrawsTransparentBackground:(BOOL)drawsTransparentBackground
279 _data->_page->setDrawsTransparentBackground(drawsTransparentBackground);
282 - (BOOL)drawsTransparentBackground
284 return _data->_page->drawsTransparentBackground();
1788 if (page->drawsTransparentBackground())