Awesomium4D

Undocumented in source.
mixin template Awesomium4D () {}

Members

Functions

AppendExtraHeader
void AppendExtraHeader(Awesomium.ResourceRequest p, const(Awesomium.WebString) name, const(Awesomium.WebString) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
AppendUploadBytes
void AppendUploadBytes(Awesomium.ResourceRequest p, const(char)* bytes, uint num_bytes)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
AppendUploadFilePath
void AppendUploadFilePath(Awesomium.ResourceRequest p, const(Awesomium.WebString) path)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Cancel
void Cancel(Awesomium.ResourceRequest p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ClearUploadElements
void ClearUploadElements(Awesomium.ResourceRequest p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Create
ResourceResponse Create(uint num_bytes, const(ubyte)* buffer, WebString mime_type)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Create
ResourceResponse Create(WebString file_path)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GetUploadElement
const(void)* GetUploadElement(const(Awesomium.ResourceRequest) p, uint idx)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsBytes
bool IsBytes(UploadElement p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsFilePath
bool IsFilePath(UploadElement p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
OnFilterNavigation
bool OnFilterNavigation(ResourceInterceptor p, int origin_process_id, int origin_routing_id, WebString method, WebURL url, bool is_main_frame)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
OnRequest
ResourceResponse OnRequest(ResourceInterceptor p, ResourceRequest request)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
OnWillDownload
void OnWillDownload(ResourceInterceptor p, int origin_process_id, int origin_routing_id, WebURL url)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
bytes
const(ubyte)* bytes(UploadElement p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ctor
void ctor(ResourceInterceptor p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
deleteDtor
void deleteDtor(ResourceInterceptorD2Cpp )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
deleteDtor
void deleteDtor(ResourceInterceptor p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
deleteDtor
void deleteDtor(ResourceRequestD2Cpp p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
deleteDtor
void deleteDtor(UploadElementD2Cpp )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
dtor
void dtor(ResourceInterceptor p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extra_headers
void extra_headers(const(Awesomium.ResourceRequest) p, Awesomium.WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
file_path
void file_path(UploadElement p, WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
method
void method(const(Awesomium.ResourceRequest) p, Awesomium.WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
ResourceInterceptorD2Cpp newCtor(IResourceInterceptorD , ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
ResourceInterceptor newCtor()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
ResourceRequestD2Cpp newCtor(IResourceRequestD p, ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
UploadElementD2Cpp newCtor(IUploadElementD p, ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
num_bytes
uint num_bytes(UploadElement p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
num_upload_elements
uint num_upload_elements(const(Awesomium.ResourceRequest) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
origin_process_id
int origin_process_id(const(Awesomium.ResourceRequest) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
origin_routing_id
int origin_routing_id(const(Awesomium.ResourceRequest) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
referrer
void referrer(const(Awesomium.ResourceRequest) p, Awesomium.WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_extra_headers
void set_extra_headers(Awesomium.ResourceRequest p, const(Awesomium.WebString) headers)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_ignore_data_source_handler
void set_ignore_data_source_handler(Awesomium.ResourceRequest p, bool ignore)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_method
void set_method(Awesomium.ResourceRequest p, const(Awesomium.WebString) method)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_referrer
void set_referrer(Awesomium.ResourceRequest p, const(Awesomium.WebString) referrer)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
url
void url(const(Awesomium.ResourceRequest) p, Awesomium.WebURL dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Interfaces

IResourceInterceptorD
interface IResourceInterceptorD
Undocumented in source.
IResourceRequestD
interface IResourceRequestD
Undocumented in source.
IResourceResponseD
interface IResourceResponseD
Undocumented in source.
IUploadElementD
interface IUploadElementD
Undocumented in source.
ResourceInterceptorD2Cpp
interface ResourceInterceptorD2Cpp
Undocumented in source.
ResourceRequestD2Cpp
interface ResourceRequestD2Cpp
Undocumented in source.
ResourceResponseD2Cpp
interface ResourceResponseD2Cpp
Undocumented in source.
UploadElementD2Cpp
interface UploadElementD2Cpp
Undocumented in source.

Meta