- base
cef_base_t base;
Undocumented in source.
- cancel
void function(cef_urlrequest_t*) cancel;
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_client
cef_urlrequest_client_t* function(cef_urlrequest_t*) get_client;
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_request
cef_request_t* function(cef_urlrequest_t*) get_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.
- get_request_error
cef_errorcode_t function(cef_urlrequest_t*) get_request_error;
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_request_status
cef_urlrequest_status_t function(cef_urlrequest_t*) get_request_status;
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_response
cef_response_t* function(cef_urlrequest_t*) get_response;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- response_was_cached
int function(cef_urlrequest_t*) response_was_cached;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.