MCPcopy Create free account

hub / github.com/acristoffers/CEFSimpleSample / functions

Functions911 in github.com/acristoffers/CEFSimpleSample

MethodOnBeforeMenu
Called before a context menu is displayed. Return false to display the default context menu or true to cancel the display. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_menu_handler.h:58
MethodOnBeforeMenu
Called before a context menu is displayed. Return false to display the default context menu or true to cancel the display. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_menu_handler.h:58
MethodOnBeforePopup
Called before a new popup window is created. The |parentBrowser| parameter will point to the parent browser window. The |popupFeatures| parameter will
CEFSimpleSample/CEF/Linux/include/cef_life_span_handler.h:65
MethodOnBeforePopup
Called before a new popup window is created. The |parentBrowser| parameter will point to the parent browser window. The |popupFeatures| parameter will
CEFSimpleSample/CEF/Win/include/cef_life_span_handler.h:65
MethodOnBeforePopup
Called before a new popup window is created. The |parentBrowser| parameter will point to the parent browser window. The |popupFeatures| parameter will
CEFSimpleSample/CEF/Mac/include/cef_life_span_handler.h:65
MethodOnBeforePopup
CEFSimpleSample/Independent/ClientHandler.cpp:64
MethodOnBeforeResourceLoad
Called on the IO thread before a resource is loaded. To allow the resource to load normally return false. To redirect the resource to a new url popul
CEFSimpleSample/CEF/Linux/include/cef_request_handler.h:82
MethodOnBeforeResourceLoad
Called on the IO thread before a resource is loaded. To allow the resource to load normally return false. To redirect the resource to a new url popul
CEFSimpleSample/CEF/Win/include/cef_request_handler.h:82
MethodOnBeforeResourceLoad
Called on the IO thread before a resource is loaded. To allow the resource to load normally return false. To redirect the resource to a new url popul
CEFSimpleSample/CEF/Mac/include/cef_request_handler.h:82
MethodOnBeforeScriptExtensionLoad
Called on the UI thread before a script extension is loaded. Return false to let the extension load normally. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_permission_handler.h:57
MethodOnBeforeScriptExtensionLoad
Called on the UI thread before a script extension is loaded. Return false to let the extension load normally. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_permission_handler.h:57
MethodOnBeforeScriptExtensionLoad
Called on the UI thread before a script extension is loaded. Return false to let the extension load normally. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_permission_handler.h:57
MethodOnCancelGeolocationPermission
Called when a geolocation access request is canceled. |requesting_url| is the URL that originally requested permission and |request_id| is the unique
CEFSimpleSample/CEF/Linux/include/cef_geolocation_handler.h:87
MethodOnCancelGeolocationPermission
Called when a geolocation access request is canceled. |requesting_url| is the URL that originally requested permission and |request_id| is the unique
CEFSimpleSample/CEF/Win/include/cef_geolocation_handler.h:87
MethodOnCancelGeolocationPermission
Called when a geolocation access request is canceled. |requesting_url| is the URL that originally requested permission and |request_id| is the unique
CEFSimpleSample/CEF/Mac/include/cef_geolocation_handler.h:87
MethodOnConsoleMessage
Called to display a console message. Return true to stop the message from being output to the console. --cef(optional_param=message,optional_param=so
CEFSimpleSample/CEF/Linux/include/cef_display_handler.h:111
MethodOnConsoleMessage
Called to display a console message. Return true to stop the message from being output to the console. --cef(optional_param=message,optional_param=so
CEFSimpleSample/CEF/Win/include/cef_display_handler.h:111
MethodOnConsoleMessage
Called to display a console message. Return true to stop the message from being output to the console. --cef(optional_param=message,optional_param=so
CEFSimpleSample/CEF/Mac/include/cef_display_handler.h:111
MethodOnContentsSizeChange
Called when the size of the content area has changed. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_display_handler.h:74
MethodOnContentsSizeChange
Called when the size of the content area has changed. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_display_handler.h:74
MethodOnContentsSizeChange
Called when the size of the content area has changed. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_display_handler.h:74
MethodOnContextCreated
Called immediately after the V8 context for a frame has been created. To retrieve the JavaScript 'window' object use the CefV8Context::GetGlobal() met
CEFSimpleSample/CEF/Linux/include/cef_v8context_handler.h:59
MethodOnContextCreated
Called immediately after the V8 context for a frame has been created. To retrieve the JavaScript 'window' object use the CefV8Context::GetGlobal() met
CEFSimpleSample/CEF/Win/include/cef_v8context_handler.h:59
MethodOnContextCreated
Called immediately after the V8 context for a frame has been created. To retrieve the JavaScript 'window' object use the CefV8Context::GetGlobal() met
CEFSimpleSample/CEF/Mac/include/cef_v8context_handler.h:59
MethodOnContextCreated
CEFSimpleSample/Independent/ClientHandler.cpp:69
MethodOnContextReleased
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called. --cef()--*
CEFSimpleSample/CEF/Linux/include/cef_v8context_handler.h:68
MethodOnContextReleased
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called. --cef()--*
CEFSimpleSample/CEF/Win/include/cef_v8context_handler.h:68
MethodOnContextReleased
Called immediately before the V8 context for a frame is released. No references to the context should be kept after this method is called. --cef()--*
CEFSimpleSample/CEF/Mac/include/cef_v8context_handler.h:68
MethodOnContextReleased
CEFSimpleSample/Independent/ClientHandler.cpp:93
MethodOnCursorChange
Called when the browser window's cursor has changed. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:117
MethodOnCursorChange
Called when the browser window's cursor has changed. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:117
MethodOnCursorChange
Called when the browser window's cursor has changed. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:117
MethodOnDragEnter
Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation
CEFSimpleSample/CEF/Linux/include/cef_drag_handler.h:72
MethodOnDragEnter
Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation
CEFSimpleSample/CEF/Win/include/cef_drag_handler.h:72
MethodOnDragEnter
Called when an external drag event enters the browser window. |dragData| contains the drag event data and |mask| represents the type of drag operation
CEFSimpleSample/CEF/Mac/include/cef_drag_handler.h:72
MethodOnDragStart
Called when the browser window initiates a drag event. |dragData| contains the drag event data and |mask| represents the type of drag operation. Retur
CEFSimpleSample/CEF/Linux/include/cef_drag_handler.h:61
MethodOnDragStart
Called when the browser window initiates a drag event. |dragData| contains the drag event data and |mask| represents the type of drag operation. Retur
CEFSimpleSample/CEF/Win/include/cef_drag_handler.h:61
MethodOnDragStart
Called when the browser window initiates a drag event. |dragData| contains the drag event data and |mask| represents the type of drag operation. Retur
CEFSimpleSample/CEF/Mac/include/cef_drag_handler.h:61
MethodOnFindResult
Called to report find results returned by CefBrowser::Find(). |identifer| is the identifier passed to CefBrowser::Find(), |count| is the number of mat
CEFSimpleSample/CEF/Linux/include/cef_find_handler.h:60
MethodOnFindResult
Called to report find results returned by CefBrowser::Find(). |identifer| is the identifier passed to CefBrowser::Find(), |count| is the number of mat
CEFSimpleSample/CEF/Win/include/cef_find_handler.h:60
MethodOnFindResult
Called to report find results returned by CefBrowser::Find(). |identifer| is the identifier passed to CefBrowser::Find(), |count| is the number of mat
CEFSimpleSample/CEF/Mac/include/cef_find_handler.h:60
MethodOnFocusedNodeChanged
Called when a new node in the the browser gets focus. The |node| value may be empty if no specific node has gained focus. The node object passed to th
CEFSimpleSample/CEF/Linux/include/cef_focus_handler.h:83
MethodOnFocusedNodeChanged
Called when a new node in the the browser gets focus. The |node| value may be empty if no specific node has gained focus. The node object passed to th
CEFSimpleSample/CEF/Win/include/cef_focus_handler.h:83
MethodOnFocusedNodeChanged
Called when a new node in the the browser gets focus. The |node| value may be empty if no specific node has gained focus. The node object passed to th
CEFSimpleSample/CEF/Mac/include/cef_focus_handler.h:83
MethodOnGetZoomLevel
Called when the browser wants to retrieve the zoom level for the given |url|. Return true if |zoomLevel| has been set to the custom zoom level. Return
CEFSimpleSample/CEF/Linux/include/cef_zoom_handler.h:57
MethodOnGetZoomLevel
Called when the browser wants to retrieve the zoom level for the given |url|. Return true if |zoomLevel| has been set to the custom zoom level. Return
CEFSimpleSample/CEF/Win/include/cef_zoom_handler.h:57
MethodOnGetZoomLevel
Called when the browser wants to retrieve the zoom level for the given |url|. Return true if |zoomLevel| has been set to the custom zoom level. Return
CEFSimpleSample/CEF/Mac/include/cef_zoom_handler.h:57
MethodOnJSAlert
Called to run a JavaScript alert message. Return false to display the default alert or true if you displayed a custom alert. --cef(optional_param=me
CEFSimpleSample/CEF/Linux/include/cef_jsdialog_handler.h:57
MethodOnJSAlert
Called to run a JavaScript alert message. Return false to display the default alert or true if you displayed a custom alert. --cef(optional_param=me
CEFSimpleSample/CEF/Win/include/cef_jsdialog_handler.h:57
MethodOnJSAlert
Called to run a JavaScript alert message. Return false to display the default alert or true if you displayed a custom alert. --cef(optional_param=me
CEFSimpleSample/CEF/Mac/include/cef_jsdialog_handler.h:57
MethodOnJSConfirm
Called to run a JavaScript confirm request. Return false to display the default alert or true if you displayed a custom alert. If you handled the aler
CEFSimpleSample/CEF/Linux/include/cef_jsdialog_handler.h:67
MethodOnJSConfirm
Called to run a JavaScript confirm request. Return false to display the default alert or true if you displayed a custom alert. If you handled the aler
CEFSimpleSample/CEF/Win/include/cef_jsdialog_handler.h:67
MethodOnJSConfirm
Called to run a JavaScript confirm request. Return false to display the default alert or true if you displayed a custom alert. If you handled the aler
CEFSimpleSample/CEF/Mac/include/cef_jsdialog_handler.h:67
MethodOnJSPrompt
Called to run a JavaScript prompt request. Return false to display the default prompt or true if you displayed a custom prompt. If you handled the pro
CEFSimpleSample/CEF/Linux/include/cef_jsdialog_handler.h:79
MethodOnJSPrompt
Called to run a JavaScript prompt request. Return false to display the default prompt or true if you displayed a custom prompt. If you handled the pro
CEFSimpleSample/CEF/Win/include/cef_jsdialog_handler.h:79
MethodOnJSPrompt
Called to run a JavaScript prompt request. Return false to display the default prompt or true if you displayed a custom prompt. If you handled the pro
CEFSimpleSample/CEF/Mac/include/cef_jsdialog_handler.h:79
MethodOnKeyEvent
Called when the browser component receives a keyboard event. This method is called both before the event is passed to the renderer and after JavaScrip
CEFSimpleSample/CEF/Linux/include/cef_keyboard_handler.h:68
MethodOnKeyEvent
Called when the browser component receives a keyboard event. This method is called both before the event is passed to the renderer and after JavaScrip
CEFSimpleSample/CEF/Win/include/cef_keyboard_handler.h:68
MethodOnKeyEvent
Called when the browser component receives a keyboard event. This method is called both before the event is passed to the renderer and after JavaScrip
CEFSimpleSample/CEF/Mac/include/cef_keyboard_handler.h:68
MethodOnLoadEnd
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
CEFSimpleSample/CEF/Linux/include/cef_load_handler.h:75
MethodOnLoadEnd
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
CEFSimpleSample/CEF/Win/include/cef_load_handler.h:75
MethodOnLoadEnd
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
CEFSimpleSample/CEF/Mac/include/cef_load_handler.h:75
MethodOnLoadError
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 cust
CEFSimpleSample/CEF/Linux/include/cef_load_handler.h:87
MethodOnLoadError
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 cust
CEFSimpleSample/CEF/Win/include/cef_load_handler.h:87
MethodOnLoadError
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 cust
CEFSimpleSample/CEF/Mac/include/cef_load_handler.h:87
MethodOnLoadStart
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 f
CEFSimpleSample/CEF/Linux/include/cef_load_handler.h:63
MethodOnLoadStart
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 f
CEFSimpleSample/CEF/Win/include/cef_load_handler.h:63
MethodOnLoadStart
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 f
CEFSimpleSample/CEF/Mac/include/cef_load_handler.h:63
MethodOnMenuAction
Called when an option is selected from the default context menu. Return false to execute the default action or true to cancel the action. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_menu_handler.h:76
MethodOnMenuAction
Called when an option is selected from the default context menu. Return false to execute the default action or true to cancel the action. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_menu_handler.h:76
MethodOnMenuAction
Called when an option is selected from the default context menu. Return false to execute the default action or true to cancel the action. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_menu_handler.h:76
MethodOnNavStateChange
Called when the navigation state has changed. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_display_handler.h:58
MethodOnNavStateChange
Called when the navigation state has changed. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_display_handler.h:58
MethodOnNavStateChange
Called when the navigation state has changed. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_display_handler.h:58
MethodOnPaint
Called when an element should be painted. |type| indicates whether the element is the view or the popup widget. |buffer| contains the pixel data for t
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:108
MethodOnPaint
Called when an element should be painted. |type| indicates whether the element is the view or the popup widget. |buffer| contains the pixel data for t
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:108
MethodOnPaint
Called when an element should be painted. |type| indicates whether the element is the view or the popup widget. |buffer| contains the pixel data for t
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:108
MethodOnPopupShow
Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true and hidden if |show| is false. --cef()--*
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:87
MethodOnPopupShow
Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true and hidden if |show| is false. --cef()--*
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:87
MethodOnPopupShow
Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true and hidden if |show| is false. --cef()--*
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:87
MethodOnPopupSize
Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:95
MethodOnPopupSize
Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:95
MethodOnPopupSize
Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:95
MethodOnProtocolExecution
Called on the IO thread to handle requests for URLs with an unknown protocol component. Return true to indicate that the request should succeed becaus
CEFSimpleSample/CEF/Linux/include/cef_request_handler.h:122
MethodOnProtocolExecution
Called on the IO thread to handle requests for URLs with an unknown protocol component. Return true to indicate that the request should succeed becaus
CEFSimpleSample/CEF/Win/include/cef_request_handler.h:122
MethodOnProtocolExecution
Called on the IO thread to handle requests for URLs with an unknown protocol component. Return true to indicate that the request should succeed becaus
CEFSimpleSample/CEF/Mac/include/cef_request_handler.h:122
MethodOnRequestGeolocationPermission
Called when a page requests permission to access geolocation information. |requesting_url| is the URL requesting permission and |request_id| is the un
CEFSimpleSample/CEF/Linux/include/cef_geolocation_handler.h:74
MethodOnRequestGeolocationPermission
Called when a page requests permission to access geolocation information. |requesting_url| is the URL requesting permission and |request_id| is the un
CEFSimpleSample/CEF/Win/include/cef_geolocation_handler.h:74
MethodOnRequestGeolocationPermission
Called when a page requests permission to access geolocation information. |requesting_url| is the URL requesting permission and |request_id| is the un
CEFSimpleSample/CEF/Mac/include/cef_geolocation_handler.h:74
MethodOnResourceRedirect
Called on the IO thread when a resource load is redirected. The |old_url| parameter will contain the old URL. The |new_url| parameter will contain the
CEFSimpleSample/CEF/Linux/include/cef_request_handler.h:95
MethodOnResourceRedirect
Called on the IO thread when a resource load is redirected. The |old_url| parameter will contain the old URL. The |new_url| parameter will contain the
CEFSimpleSample/CEF/Win/include/cef_request_handler.h:95
MethodOnResourceRedirect
Called on the IO thread when a resource load is redirected. The |old_url| parameter will contain the old URL. The |new_url| parameter will contain the
CEFSimpleSample/CEF/Mac/include/cef_request_handler.h:95
MethodOnResourceResponse
Called on the UI thread after a response to the resource request is received. Set |filter| if response content needs to be monitored and/or modified a
CEFSimpleSample/CEF/Linux/include/cef_request_handler.h:105
MethodOnResourceResponse
Called on the UI thread after a response to the resource request is received. Set |filter| if response content needs to be monitored and/or modified a
CEFSimpleSample/CEF/Win/include/cef_request_handler.h:105
MethodOnResourceResponse
Called on the UI thread after a response to the resource request is received. Set |filter| if response content needs to be monitored and/or modified a
CEFSimpleSample/CEF/Mac/include/cef_request_handler.h:105
MethodOnSetFocus
Called when the browser component is requesting focus. |source| indicates where the focus request is originating from. Return false to allow the focus
CEFSimpleSample/CEF/Linux/include/cef_focus_handler.h:71
MethodOnSetFocus
Called when the browser component is requesting focus. |source| indicates where the focus request is originating from. Return false to allow the focus
CEFSimpleSample/CEF/Win/include/cef_focus_handler.h:71
MethodOnSetFocus
Called when the browser component is requesting focus. |source| indicates where the focus request is originating from. Return false to allow the focus
CEFSimpleSample/CEF/Mac/include/cef_focus_handler.h:71
MethodOnSetZoomLevel
Called when the browser's zoom level has been set to |zoomLevel| for the given |url|. Return true to indicate that the new setting has been handled. R
CEFSimpleSample/CEF/Linux/include/cef_zoom_handler.h:67
MethodOnSetZoomLevel
Called when the browser's zoom level has been set to |zoomLevel| for the given |url|. Return true to indicate that the new setting has been handled. R
CEFSimpleSample/CEF/Win/include/cef_zoom_handler.h:67
← previousnext →401–500 of 911, ranked by callers