Web navigator loading pages reflexives functions

Functions

int WebNavigatorCbOnLoadStart (mmachine m)
 WebNavigatorCbOnLoadStart : Called when the browser begins loading a frame. The |frame| value will never be empty -- call the IsMain() method to check if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method may not be called for a particular frame if the load request for that frame fails.
int WebNavigatorCbOnLoadEnd (mmachine m)
 WebNavigatorCbOnLoadEnd : Called when the browser is done loading a frame. The |frame| value will never be empty -- call the IsMain() method to check if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method will always be called for all frames irrespective of whether the request completes successfully.
int WebNavigatorCbOnLoadError (mmachine m)
 WebNavigatorCbOnLoadError : Called when the browser fails to load a resource. |errorCode| is the error code number and |failedUrl| is the URL that failed to load. To provide custom error text assign the text to |errorText| and return true. Otherwise, return false for the default error text. See net\base\net_error_list.h for complete descriptions of the error codes.

Detailed Description

Callbacks related to browser load status


Function Documentation

int WebNavigatorCbOnLoadEnd ( mmachine  m  ) 

WebNavigatorCbOnLoadEnd : Called when the browser is done loading a frame. The |frame| value will never be empty -- call the IsMain() method to check if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method will always be called for all frames irrespective of whether the request completes successfully.

Prototype: TODO OBJWEBNAVIGATORSCOL

Parameters:
OBJWEBNAVIGATORSCOL : The object on which we want to catch the event
fun [OBJWEBNAVIGATORSCOL u0 S S] u1 : Scol function to call
u0 : Optionnal user parameter
S : Frame name
S : http status code
Returns:
OBJWEBNAVIGATORSCOL : Web navigator object if success
int WebNavigatorCbOnLoadError ( mmachine  m  ) 

WebNavigatorCbOnLoadError : Called when the browser fails to load a resource. |errorCode| is the error code number and |failedUrl| is the URL that failed to load. To provide custom error text assign the text to |errorText| and return true. Otherwise, return false for the default error text. See net\base\net_error_list.h for complete descriptions of the error codes.

Prototype: TODO OBJWEBNAVIGATORSCOL

Parameters:
OBJWEBNAVIGATORSCOL : The object on which we want to catch the event
fun [OBJWEBNAVIGATORSCOL u0 S S I S] u1 : Scol function to call
u0 : Optionnal user parameter
S : Frame name
S : Url that failed to load
I : Cef error code
S : Error text
Returns:
OBJWEBNAVIGATORSCOL : Web navigator object if success
Remarks:
Cef error codes values are: ERR_FAILED = -2 ERR_ABORTED = -3 ERR_INVALID_ARGUMENT = -4 ERR_INVALID_HANDLE = -5 ERR_FILE_NOT_FOUND = -6 ERR_TIMED_OUT = -7 ERR_FILE_TOO_BIG = -8 ERR_UNEXPECTED = -9 ERR_ACCESS_DENIED = -10 ERR_NOT_IMPLEMENTED = -11 ERR_CONNECTION_CLOSED = -100 ERR_CONNECTION_RESET = -101 ERR_CONNECTION_REFUSED = -102 ERR_CONNECTION_ABORTED = -103 ERR_CONNECTION_FAILED = -104 ERR_NAME_NOT_RESOLVED = -105 ERR_INTERNET_DISCONNECTED = -106 ERR_SSL_PROTOCOL_ERROR = -107 ERR_ADDRESS_INVALID = -108 ERR_ADDRESS_UNREACHABLE = -109 ERR_SSL_CLIENT_AUTH_CERT_NEEDED = -110 ERR_TUNNEL_CONNECTION_FAILED = -111 ERR_NO_SSL_VERSIONS_ENABLED = -112 ERR_SSL_VERSION_OR_CIPHER_MISMATCH = -113 ERR_SSL_RENEGOTIATION_REQUESTED = -114 ERR_CERT_COMMON_NAME_INVALID = -200 ERR_CERT_DATE_INVALID = -201 ERR_CERT_AUTHORITY_INVALID = -202 ERR_CERT_CONTAINS_ERRORS = -203 ERR_CERT_NO_REVOCATION_MECHANISM = -204 ERR_CERT_UNABLE_TO_CHECK_REVOCATION = -205 ERR_CERT_REVOKED = -206 ERR_CERT_INVALID = -207 ERR_CERT_END = -208 ERR_INVALID_URL = -300 ERR_DISALLOWED_URL_SCHEME = -301 ERR_UNKNOWN_URL_SCHEME = -302 ERR_TOO_MANY_REDIRECTS = -310 ERR_UNSAFE_REDIRECT = -311 ERR_UNSAFE_PORT = -312 ERR_INVALID_RESPONSE = -320 ERR_INVALID_CHUNKED_ENCODING = -321 ERR_METHOD_NOT_SUPPORTED = -322 ERR_UNEXPECTED_PROXY_AUTH = -323 ERR_EMPTY_RESPONSE = -324 ERR_RESPONSE_HEADERS_TOO_BIG = -325 ERR_CACHE_MISS = -400 ERR_INSECURE_RESPONSE = -501
int WebNavigatorCbOnLoadStart ( mmachine  m  ) 

WebNavigatorCbOnLoadStart : Called when the browser begins loading a frame. The |frame| value will never be empty -- call the IsMain() method to check if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method may not be called for a particular frame if the load request for that frame fails.

Prototype: TODO OBJWEBNAVIGATORSCOL

Parameters:
OBJWEBNAVIGATORSCOL : The object on which we want to catch the event
fun [OBJWEBNAVIGATORSCOL u0 S] u1 : Scol function to call
u0 : Optionnal user parameter
S : Frame name
Returns:
OBJWEBNAVIGATORSCOL : Web navigator object if success
Generated on Wed Jan 25 12:36:02 2012 for Scol embedded web navigator by  doxygen 1.6.3