MCPcopy Create free account

hub / github.com/acristoffers/CEFSimpleSample / functions

Functions911 in github.com/acristoffers/CEFSimpleSample

MethodGetPermissionHandler
Return the handler for browser permission events. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:125
MethodGetPrintHandler
Return the handler for printing events. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_client.h:133
MethodGetPrintHandler
Return the handler for printing events. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_client.h:133
MethodGetPrintHandler
Return the handler for printing events. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:133
MethodGetPrintHandler
CEFSimpleSample/Independent/ClientHandler.h:39
MethodGetPrintHeaderFooter
Called to format print headers and footers. |printInfo| contains platform- specific information about the printer context. |url| is the URL if the cur
CEFSimpleSample/CEF/Linux/include/cef_print_handler.h:76
MethodGetPrintHeaderFooter
Called to format print headers and footers. |printInfo| contains platform- specific information about the printer context. |url| is the URL if the cur
CEFSimpleSample/CEF/Win/include/cef_print_handler.h:76
MethodGetPrintHeaderFooter
Called to format print headers and footers. |printInfo| contains platform- specific information about the printer context. |url| is the URL if the cur
CEFSimpleSample/CEF/Mac/include/cef_print_handler.h:76
MethodGetPrintOptions
Called to allow customization of standard print options before the print dialog is displayed. |printOptions| allows specification of paper size, orien
CEFSimpleSample/CEF/Linux/include/cef_print_handler.h:61
MethodGetPrintOptions
Called to allow customization of standard print options before the print dialog is displayed. |printOptions| allows specification of paper size, orien
CEFSimpleSample/CEF/Win/include/cef_print_handler.h:61
MethodGetPrintOptions
Called to allow customization of standard print options before the print dialog is displayed. |printOptions| allows specification of paper size, orien
CEFSimpleSample/CEF/Mac/include/cef_print_handler.h:61
MethodGetProxyForUrl
Called to retrieve proxy information for the specified |url|. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_proxy_handler.h:53
MethodGetProxyForUrl
Called to retrieve proxy information for the specified |url|. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_proxy_handler.h:53
MethodGetProxyForUrl
Called to retrieve proxy information for the specified |url|. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_proxy_handler.h:53
MethodGetProxyHandler
Return the handler for proxy events. If not handler is returned the default system handler will be used. This method is called on the IO thread. --ce
CEFSimpleSample/CEF/Linux/include/cef_app.h:118
MethodGetProxyHandler
Return the handler for proxy events. If not handler is returned the default system handler will be used. This method is called on the IO thread. --ce
CEFSimpleSample/CEF/Win/include/cef_app.h:118
MethodGetProxyHandler
Return the handler for proxy events. If not handler is returned the default system handler will be used. This method is called on the IO thread. --ce
CEFSimpleSample/CEF/Mac/include/cef_app.h:118
MethodGetRefCt
Return the current number of references.
CEFSimpleSample/CEF/Linux/include/cef_base.h:111
MethodGetRefCt
Return the current number of references.
CEFSimpleSample/CEF/Win/include/cef_base.h:111
MethodGetRefCt
Return the current number of references.
CEFSimpleSample/CEF/Mac/include/cef_base.h:111
MethodGetRenderHandler
Return the handler for off-screen rendering events. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_client.h:165
MethodGetRenderHandler
Return the handler for off-screen rendering events. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_client.h:165
MethodGetRenderHandler
Return the handler for off-screen rendering events. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:165
MethodGetRequestHandler
Return the handler for browser request events. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_client.h:85
MethodGetRequestHandler
Return the handler for browser request events. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_client.h:85
MethodGetRequestHandler
Return the handler for browser request events. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:85
MethodGetResourceBundleHandler
Return the handler for resource bundle events. If CefSettings.pack_loading_disabled is true a handler must be returned. If no handler is returned reso
CEFSimpleSample/CEF/Linux/include/cef_app.h:109
MethodGetResourceBundleHandler
Return the handler for resource bundle events. If CefSettings.pack_loading_disabled is true a handler must be returned. If no handler is returned reso
CEFSimpleSample/CEF/Win/include/cef_app.h:109
MethodGetResourceBundleHandler
Return the handler for resource bundle events. If CefSettings.pack_loading_disabled is true a handler must be returned. If no handler is returned reso
CEFSimpleSample/CEF/Mac/include/cef_app.h:109
MethodGetScreenPoint
Called to retrieve the translation from view coordinates to actual screen coordinates. Return true if the screen coordinates were provided. --cef()--
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:76
MethodGetScreenPoint
Called to retrieve the translation from view coordinates to actual screen coordinates. Return true if the screen coordinates were provided. --cef()--
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:76
MethodGetScreenPoint
Called to retrieve the translation from view coordinates to actual screen coordinates. Return true if the screen coordinates were provided. --cef()--
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:76
MethodGetScreenRect
Called to retrieve the simulated screen rectangle. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:68
MethodGetScreenRect
Called to retrieve the simulated screen rectangle. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:68
MethodGetScreenRect
Called to retrieve the simulated screen rectangle. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:68
MethodGetTimeT
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:486
MethodGetTimeT
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:484
MethodGetTimeT
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:484
MethodGetV8ContextHandler
Return the handler for V8 context events. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_client.h:157
MethodGetV8ContextHandler
Return the handler for V8 context events. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_client.h:157
MethodGetV8ContextHandler
Return the handler for V8 context events. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:157
MethodGetV8ContextHandler
CEFSimpleSample/Independent/ClientHandler.h:43
MethodGetViewRect
Called to retrieve the view rectangle which is relative to screen coordinates. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_render_handler.h:60
MethodGetViewRect
Called to retrieve the view rectangle which is relative to screen coordinates. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_render_handler.h:60
MethodGetViewRect
Called to retrieve the view rectangle which is relative to screen coordinates. Return true if the rectangle was provided. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_render_handler.h:60
MethodGetWritableStruct
Returns a writable pointer to the underlying string structure. Will never return NULL.
CEFSimpleSample/CEF/Linux/include/internal/cef_string_wrappers.h:443
MethodGetWritableStruct
Returns a writable pointer to the underlying string structure. Will never return NULL.
CEFSimpleSample/CEF/Win/include/internal/cef_string_wrappers.h:439
MethodGetWritableStruct
Returns a writable pointer to the underlying string structure. Will never return NULL.
CEFSimpleSample/CEF/Mac/include/internal/cef_string_wrappers.h:439
MethodGetZoomHandler
Return the handler for zoom events. If no handler is provided the default zoom behavior will be used. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_client.h:191
MethodGetZoomHandler
Return the handler for zoom events. If no handler is provided the default zoom behavior will be used. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_client.h:191
MethodGetZoomHandler
Return the handler for zoom events. If no handler is provided the default zoom behavior will be used. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_client.h:191
MethodInit
CEFSimpleSample/CEF/Linux/include/cef_nplugin.h:109
MethodInit
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:125
MethodInit
CEFSimpleSample/CEF/Win/include/cef_nplugin.h:109
MethodInit
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:125
MethodInit
CEFSimpleSample/CEF/Mac/include/cef_nplugin.h:109
MethodInit
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:125
MethodIsDirect
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:649
MethodIsDirect
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:635
MethodIsDirect
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:635
MethodIsEmpty
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:163
MethodIsEmpty
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:163
MethodIsEmpty
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:163
MethodIsNamedProxy
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:650
MethodIsNamedProxy
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:636
MethodIsNamedProxy
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:636
MethodIsOwner
Returns true if this class owns the underlying string structure.
CEFSimpleSample/CEF/Linux/include/internal/cef_string_wrappers.h:431
MethodIsOwner
Returns true if this class owns the underlying string structure.
CEFSimpleSample/CEF/Win/include/internal/cef_string_wrappers.h:427
MethodIsOwner
Returns true if this class owns the underlying string structure.
CEFSimpleSample/CEF/Mac/include/internal/cef_string_wrappers.h:427
MethodIsPacString
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:651
MethodIsPacString
CEFSimpleSample/CEF/Win/include/internal/cef_types_wrappers.h:637
MethodIsPacString
CEFSimpleSample/CEF/Mac/include/internal/cef_types_wrappers.h:637
MethodLock
CEFSimpleSample/CEF/Linux/include/internal/cef_linux.h:64
MethodLock
CEFSimpleSample/CEF/Win/include/internal/cef_win.h:58
MethodLock
CEFSimpleSample/CEF/Mac/include/internal/cef_mac.h:70
FunctionMakeRefTuple
CEFSimpleSample/CEF/Linux/include/internal/cef_tuple.h:511
FunctionMakeRefTuple
CEFSimpleSample/CEF/Win/include/internal/cef_tuple.h:511
FunctionMakeRefTuple
CEFSimpleSample/CEF/Mac/include/internal/cef_tuple.h:511
FunctionNewCefRunnableFunction
CEFSimpleSample/CEF/Linux/include/cef_runnable.h:269
FunctionNewCefRunnableFunction
CEFSimpleSample/CEF/Win/include/cef_runnable.h:269
FunctionNewCefRunnableFunction
CEFSimpleSample/CEF/Mac/include/cef_runnable.h:269
FunctionNewCefRunnableMethod
CEFSimpleSample/CEF/Linux/include/cef_runnable.h:163
FunctionNewCefRunnableMethod
CEFSimpleSample/CEF/Win/include/cef_runnable.h:163
FunctionNewCefRunnableMethod
CEFSimpleSample/CEF/Mac/include/cef_runnable.h:163
MethodNow
Set this object to now.
CEFSimpleSample/CEF/Linux/include/internal/cef_types_wrappers.h:505
MethodOnAddressChange
Called when a frame's address has changed. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_display_handler.h:66
MethodOnAddressChange
Called when a frame's address has changed. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_display_handler.h:66
MethodOnAddressChange
Called when a frame's address has changed. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_display_handler.h:66
MethodOnAfterCreated
Called after a new window is created. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_life_span_handler.h:76
MethodOnAfterCreated
Called after a new window is created. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_life_span_handler.h:76
MethodOnAfterCreated
Called after a new window is created. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_life_span_handler.h:76
MethodOnAfterCreated
CEFSimpleSample/Independent/ClientHandler.cpp:47
MethodOnBeforeBrowse
Called on the UI thread before browser navigation. Return true to cancel the navigation or false to allow the navigation to proceed. --cef()--*/
CEFSimpleSample/CEF/Linux/include/cef_request_handler.h:65
MethodOnBeforeBrowse
Called on the UI thread before browser navigation. Return true to cancel the navigation or false to allow the navigation to proceed. --cef()--*/
CEFSimpleSample/CEF/Win/include/cef_request_handler.h:65
MethodOnBeforeBrowse
Called on the UI thread before browser navigation. Return true to cancel the navigation or false to allow the navigation to proceed. --cef()--*/
CEFSimpleSample/CEF/Mac/include/cef_request_handler.h:65
MethodOnBeforeClose
Called just before a window is closed. If this is a modal window and a custom modal loop implementation was provided in RunModal() this callback shoul
CEFSimpleSample/CEF/Linux/include/cef_life_span_handler.h:102
MethodOnBeforeClose
Called just before a window is closed. If this is a modal window and a custom modal loop implementation was provided in RunModal() this callback shoul
CEFSimpleSample/CEF/Win/include/cef_life_span_handler.h:102
MethodOnBeforeClose
Called just before a window is closed. If this is a modal window and a custom modal loop implementation was provided in RunModal() this callback shoul
CEFSimpleSample/CEF/Mac/include/cef_life_span_handler.h:102
MethodOnBeforeClose
CEFSimpleSample/Independent/ClientHandler.cpp:56
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/Linux/include/cef_menu_handler.h:58
← previousnext →301–400 of 911, ranked by callers