Home
last modified time | relevance | path

Searched refs:CSSBackgroundAttachment (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.inc.php22 CSSBackgroundAttachment::default_value());
49 CSSBackgroundAttachment::parse($value));
62 CSS::register_css_property(new CSSBackgroundAttachment($bg, '_attachment'));
H A Dcss.background.attachment.inc.php6 class CSSBackgroundAttachment extends CSSSubFieldProperty { class