- base
cef_base_t base;
Undocumented in source.
- copy
void function(cef_frame_t*) copy;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- cut
void function(cef_frame_t*) cut;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- del
void function(cef_frame_t*) del;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- execute_java_script
void function(cef_frame_t*, const(cef_string_t)*, const(cef_string_t)*, int) execute_java_script;
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_browser
cef_browser_t* function(cef_frame_t*) get_browser;
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_identifier
int64 function(cef_frame_t*) get_identifier;
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_name
cef_string_userfree_t function(cef_frame_t*) get_name;
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_parent
cef_frame_t* function(cef_frame_t*) get_parent;
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_source
void function(cef_frame_t*, cef_string_visitor_t*) get_source;
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_text
void function(cef_frame_t*, cef_string_visitor_t*) get_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_url
cef_string_userfree_t function(cef_frame_t*) get_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_v8context
cef_v8context_t* function(cef_frame_t*) get_v8context;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_focused
int function(cef_frame_t*) is_focused;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_main
int function(cef_frame_t*) is_main;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_valid
int function(cef_frame_t*) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- load_request
void function(cef_frame_t*, cef_request_t*) load_request;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- load_string
void function(cef_frame_t*, const(cef_string_t)*, const(cef_string_t)*) load_string;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- load_url
void function(cef_frame_t*, const(cef_string_t)*) load_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.
- paste
void function(cef_frame_t*) paste;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- redo
void function(cef_frame_t*) redo;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- select_all
void function(cef_frame_t* cef_drag_handler_t) select_all;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- undo
void function(cef_frame_t*) undo;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- view_source
void function(cef_frame_t*) view_source;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- visit_dom
void function(cef_frame_t*, cef_domvisitor_t*) visit_dom;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.