Home
last modified time | relevance | path

Searched refs:new_state (Results 1 – 10 of 10) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.handler.class.php48 function inherit($old_state, &$new_state) { argument
50 $new_state[$code] = ($this->_inheritable ?
63 function inherit_text($old_state, &$new_state) { argument
67 $new_state[$code] = $old_state[$code];
69 $new_state[$code] = $this->default_value();
H A Dcss.vertical-align.inc.php84 function inherit($old_state, &$new_state) { argument
91 $new_state);
96 $this->replace_array($this->get($old_state), $new_state);
100 $this->replace_array($this->default_value(), $new_state);
104 function inherit_text($old_state, &$new_state) { argument
109 $new_state);
H A Dcss.min-height.inc.php18 function inherit($old_state, &$new_state) { argument
21 $new_state[CSS_MIN_HEIGHT] = $old_state[CSS_MIN_HEIGHT];
25 $new_state[CSS_MIN_HEIGHT] =
H A Dcss.max-height.inc.php18 function inherit($old_state, &$new_state) { argument
21 $new_state[CSS_MAX_HEIGHT] = $old_state[CSS_MAX_HEIGHT];
25 $new_state[CSS_MAX_HEIGHT] =
H A Dcss.pseudo.table.border.inc.php38 function inherit($old_state, &$new_state) { argument
46 $new_state);
50 $this->replace_array($this->default_value(), $new_state);
H A Dcss.height.inc.php17 function inherit($old_state, &$new_state) { argument
20 $new_state);
H A Dcss.pseudo.align.inc.php17 function inherit($old_state, &$new_state) { argument
26 $new_state);
H A Dcss.background.inc.php27 function inherit($state, &$new_state) { argument
33 $new_state);
H A Dcss.property.sub.class.php28 function inherit($old_state, &$new_state) { argument
31 function inherit_text($old_state, &$new_state) { argument
H A Dcss.state.class.php86 $new_state =& $this->getState();
90 $handler->inherit_text($state, $new_state);