Home
last modified time | relevance | path

Searched refs:CSSBackgroundRepeat (Results 1 – 3 of 3) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.background.php78 * @see CSSBackgroundRepeat::default_value
85 $this->_repeat == CSSBackgroundRepeat::default_value() &&
H A Dcss.background.repeat.inc.php9 class CSSBackgroundRepeat extends CSSSubFieldProperty { class
39 return CSSBackgroundRepeat::default_value();
H A Dcss.background.inc.php20 CSSBackgroundRepeat::default_value(),
47 CSSBackgroundRepeat::parse($value),
60 CSS::register_css_property(new CSSBackgroundRepeat($bg, '_repeat'));