- base
cef_base_t base;
Undocumented in source.
- get_content_disposition
cef_string_userfree_t function(cef_download_item_t*) get_content_disposition;
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_current_speed
int64 function(cef_download_item_t*) get_current_speed;
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_end_time
cef_time_t function(cef_download_item_t*) get_end_time;
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_full_path
cef_string_userfree_t function(cef_download_item_t*) get_full_path;
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_id
uint32 function(cef_download_item_t*) get_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_mime_type
cef_string_userfree_t function(cef_download_item_t*) get_mime_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.
- get_percent_complete
int function(cef_download_item_t*) get_percent_complete;
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_received_bytes
int64 function(cef_download_item_t*) get_received_bytes;
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_start_time
cef_time_t function(cef_download_item_t*) get_start_time;
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_suggested_file_name
cef_string_userfree_t function(cef_download_item_t*) get_suggested_file_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_total_bytes
int64 function(cef_download_item_t*) get_total_bytes;
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_download_item_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.
- is_canceled
int function(cef_download_item_t*) is_canceled;
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_complete
int function(cef_download_item_t*) is_complete;
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_in_progress
int function(cef_download_item_t*) is_in_progress;
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_download_item_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.