- base
cef_base_t base;
Undocumented in source.
- get_base_url
cef_string_userfree_t function(cef_domdocument_t*) get_base_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_body
cef_domnode_t* function(cef_domdocument_t*) get_body;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_complete_url
cef_string_userfree_t function(cef_domdocument_t*, const(cef_string_t)*) get_complete_url;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_document
cef_domnode_t* function(cef_domdocument_t*) get_document;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_element_by_id
cef_domnode_t* function(cef_domdocument_t*, const(cef_string_t)*) get_element_by_id;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_focused_node
cef_domnode_t* function(cef_domdocument_t*) get_focused_node;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_head
cef_domnode_t* function(cef_domdocument_t*) get_head;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_as_markup
cef_string_userfree_t function(cef_domdocument_t*) get_selection_as_markup;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_as_text
cef_string_userfree_t function(cef_domdocument_t*) get_selection_as_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_end_offset
int function(cef_domdocument_t*) get_selection_end_offset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_start_offset
int function(cef_domdocument_t*) get_selection_start_offset;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_title
cef_string_userfree_t function(cef_domdocument_t*) get_title;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_type
cef_dom_document_type_t function(cef_domdocument_t*) get_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_selection
int function(cef_domdocument_t*) has_selection;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.