Home
last modified time | relevance | path

Searched refs:GenericContainerBox (Results 1 – 22 of 22) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
Dbox.block.inline.php12 class InlineBlockBox extends GenericContainerBox {
17 * @see GenericContainerBox::create_content()
27 $this->GenericContainerBox();
33 …* @param GenericContainerBox $parent The document element which should be treated as the parent of…
37 * @see GenericContainerBox
84 * @param GenericContainerBox $parent The document element which should
90 * @see GenericContainerBox
Dbox.block.php20 class BlockBox extends GenericContainerBox {
25 $this->GenericContainerBox();
36 * @see GenericContainerBox::create_content()
68 …* @param GenericContainerBox $parent The document element which should be treated as the parent of…
72 * @see GenericContainerBox
181 * @see GenericContainerBox::get_max_width()
215 …* @param GenericContainerBox $parent The document element which should be treated as the parent of…
219 * @see GenericContainerBox
232 …* @param GenericContainerBox $parent The document element which should be treated as the parent of…
236 * @see GenericContainerBox
[all …]
Dbox.legend.php4 class LegendBox extends GenericContainerBox {
15 $this->GenericContainerBox();
54 return GenericContainerBox::show($driver);
Dbox.button.php28 GenericContainerBox::get_max_width($context, $limit);
122 $status = GenericContainerBox::show($driver);
125 $status = GenericContainerBox::show($driver);
Dbox.page.php3 class BoxPage extends GenericContainerBox {
5 $this->GenericContainerBox();
Dbox.table.section.php4 class TableSectionBox extends GenericContainerBox {
27 $this->GenericContainerBox();
Dbox.frame.php4 class FrameBox extends GenericContainerBox {
57 * @see GenericContainerBox::get_max_width()
117 $this->GenericContainerBox($root);
220 class FramesetBox extends GenericContainerBox {
231 $this->GenericContainerBox($root);
Dbox.generic.inline.php2 class GenericInlineBox extends GenericContainerBox {
4 $this->GenericContainerBox();
Dbox.table.row.php4 class TableRowBox extends GenericContainerBox {
26 GenericContainerBox::add_child($item);
32 $this->GenericContainerBox();
Dbox.br.php92 …* @param GenericContainerBox $parent The document element which should be treated as the parent of…
96 * @see GenericContainerBox
Dbox.inline.control.php15 GenericContainerBox::get_max_width($context, $limit) -
90 return GenericContainerBox::show($viewport);
Dbox.table.cell.fake.php30 $this->GenericContainerBox();
Dbox.input.password.php60 $status = GenericContainerBox::show($driver);
Dbox.input.text.php83 $status = GenericContainerBox::show($driver);
Dbox.input.textarea.php67 $status = GenericContainerBox::show($driver);
Dbox.table.cell.php4 class TableCellBox extends GenericContainerBox {
14 $this->GenericContainerBox();
Dbox.checkbutton.php123 * @param GenericContainerBox $parent
Dbox.select.php85 if (is_null(GenericContainerBox::show($driver))) {
Dbox.container.php26 class GenericContainerBox extends GenericFormattedBox { class
156 * @see GenericContainerBox::show()
367 function GenericContainerBox() { function in GenericContainerBox
Dbox.list-item.php88 return GenericContainerBox::reflow_text($driver);
Dbox.page.margin.class.php6 class BoxPageMargin extends GenericContainerBox {
81 $this->GenericContainerBox();
Dbox.table.php13 class TableBox extends GenericContainerBox {
18 $this->GenericContainerBox();