|
NetSurf
|
Context for box tree construction. More...
Data Fields | |
| html_content * | content |
| Content we're constructing for. More... | |
| dom_node * | n |
| Current node to process. More... | |
| struct box * | root_box |
| Root box in the tree. More... | |
| box_construct_complete_cb | cb |
| Callback to invoke on completion. More... | |
| int * | bctx |
| talloc context More... | |
Context for box tree construction.
Definition at line 55 of file box_construct.c.
| int* box_construct_ctx::bctx |
talloc context
Definition at line 64 of file box_construct.c.
Referenced by box_construct_element(), box_construct_marker(), box_construct_text(), and dom_to_box().
| box_construct_complete_cb box_construct_ctx::cb |
Callback to invoke on completion.
Definition at line 62 of file box_construct.c.
Referenced by convert_xml_to_box(), and dom_to_box().
| html_content* box_construct_ctx::content |
Content we're constructing for.
Definition at line 56 of file box_construct.c.
Referenced by box_construct_element(), box_construct_marker(), convert_xml_to_box(), and dom_to_box().
| dom_node* box_construct_ctx::n |
Current node to process.
Definition at line 58 of file box_construct.c.
Referenced by box_construct_element(), box_construct_text(), cancel_dom_to_box(), convert_xml_to_box(), and dom_to_box().
| struct box* box_construct_ctx::root_box |
Root box in the tree.
Definition at line 60 of file box_construct.c.
Referenced by box_construct_element(), convert_xml_to_box(), and dom_to_box().