Home
last modified time | relevance | path

Searched refs:BlockBox (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.block.php20 class BlockBox extends GenericContainerBox { class
24 function BlockBox() { function in BlockBox
34 * @return BlockBox new BlockBox object (with contents filled)
39 $box = new BlockBox();
51 * @return BlockBox new BlockBox object (with contents filled)
57 $box = new BlockBox();
171 * @see BlockBox::show_fixed()
H A Dbox.body.php3 class BodyBox extends BlockBox {
5 $this->BlockBox();
H A Dbox.form.php3 class FormBox extends BlockBox {
34 $this->BlockBox();
H A Dbox.php108 return BlockBox::create($root, $pipeline);
207 $box =& BlockBox::create($root, $pipeline);
300 $box =& BlockBox::create($root, $pipeline);
371 $wrapper =& new BlockBox();
483 $box =& BlockBox::create_from_text($content, $pipeline);
518 $wrapper =& new BlockBox();
H A Dbox.list-item.php4 class ListItemBox extends BlockBox {
66 $this->BlockBox($root);
80 BlockBox::reflow($parent, $context);
93 if (is_null(BlockBox::show($viewport))) {
H A Dbox.block.inline.php38 * @see BlockBox::reflow
H A Dbox.inline.php62 $fake_box = new BlockBox($fake);