Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefBrowserHost Member List

This is the complete list of members for CefBrowserHost, including all inherited members.

AddDevToolsMessageObserver(CefRefPtr< CefDevToolsMessageObserver > observer)=0CefBrowserHostpure virtual
AddRef() const =0CefBaseRefCountedpure virtual
AddWordToDictionary(const CefString &word)=0CefBrowserHostpure virtual
CanExecuteChromeCommand(int command_id)=0CefBrowserHostpure virtual
CanZoom(cef_zoom_command_t command)=0CefBrowserHostpure virtual
CloseBrowser(bool force_close)=0CefBrowserHostpure virtual
CloseDevTools()=0CefBrowserHostpure virtual
CreateBrowser(const CefWindowInfo &windowInfo, CefRefPtr< CefClient > client, const CefString &url, const CefBrowserSettings &settings, CefRefPtr< CefDictionaryValue > extra_info, CefRefPtr< CefRequestContext > request_context)CefBrowserHoststatic
CreateBrowserSync(const CefWindowInfo &windowInfo, CefRefPtr< CefClient > client, const CefString &url, const CefBrowserSettings &settings, CefRefPtr< CefDictionaryValue > extra_info, CefRefPtr< CefRequestContext > request_context)CefBrowserHoststatic
DownloadImage(const CefString &image_url, bool is_favicon, uint32_t max_image_size, bool bypass_cache, CefRefPtr< CefDownloadImageCallback > callback)=0CefBrowserHostpure virtual
DragOperationsMask typedefCefBrowserHost
DragSourceEndedAt(int x, int y, DragOperationsMask op)=0CefBrowserHostpure virtual
DragSourceSystemDragEnded()=0CefBrowserHostpure virtual
DragTargetDragEnter(CefRefPtr< CefDragData > drag_data, const CefMouseEvent &event, DragOperationsMask allowed_ops)=0CefBrowserHostpure virtual
DragTargetDragLeave()=0CefBrowserHostpure virtual
DragTargetDragOver(const CefMouseEvent &event, DragOperationsMask allowed_ops)=0CefBrowserHostpure virtual
DragTargetDrop(const CefMouseEvent &event)=0CefBrowserHostpure virtual
ExecuteChromeCommand(int command_id, cef_window_open_disposition_t disposition)=0CefBrowserHostpure virtual
ExecuteDevToolsMethod(int message_id, const CefString &method, CefRefPtr< CefDictionaryValue > params)=0CefBrowserHostpure virtual
ExitFullscreen(bool will_cause_resize)=0CefBrowserHostpure virtual
FileDialogMode typedefCefBrowserHost
Find(const CefString &searchText, bool forward, bool matchCase, bool findNext)=0CefBrowserHostpure virtual
GetBrowser()=0CefBrowserHostpure virtual
GetClient()=0CefBrowserHostpure virtual
GetDefaultZoomLevel()=0CefBrowserHostpure virtual
GetExtension()=0CefBrowserHostpure virtual
GetNavigationEntries(CefRefPtr< CefNavigationEntryVisitor > visitor, bool current_only)=0CefBrowserHostpure virtual
GetOpenerWindowHandle()=0CefBrowserHostpure virtual
GetRequestContext()=0CefBrowserHostpure virtual
GetVisibleNavigationEntry()=0CefBrowserHostpure virtual
GetWindowHandle()=0CefBrowserHostpure virtual
GetWindowlessFrameRate()=0CefBrowserHostpure virtual
GetZoomLevel()=0CefBrowserHostpure virtual
HasAtLeastOneRef() const =0CefBaseRefCountedpure virtual
HasDevTools()=0CefBrowserHostpure virtual
HasOneRef() const =0CefBaseRefCountedpure virtual
HasView()=0CefBrowserHostpure virtual
ImeCancelComposition()=0CefBrowserHostpure virtual
ImeCommitText(const CefString &text, const CefRange &replacement_range, int relative_cursor_pos)=0CefBrowserHostpure virtual
ImeFinishComposingText(bool keep_selection)=0CefBrowserHostpure virtual
ImeSetComposition(const CefString &text, const std::vector< CefCompositionUnderline > &underlines, const CefRange &replacement_range, const CefRange &selection_range)=0CefBrowserHostpure virtual
Invalidate(PaintElementType type)=0CefBrowserHostpure virtual
IsAudioMuted()=0CefBrowserHostpure virtual
IsBackgroundHost()=0CefBrowserHostpure virtual
IsFullscreen()=0CefBrowserHostpure virtual
IsWindowRenderingDisabled()=0CefBrowserHostpure virtual
MouseButtonType typedefCefBrowserHost
NotifyMoveOrResizeStarted()=0CefBrowserHostpure virtual
NotifyScreenInfoChanged()=0CefBrowserHostpure virtual
PaintElementType typedefCefBrowserHost
Print()=0CefBrowserHostpure virtual
PrintToPDF(const CefString &path, const CefPdfPrintSettings &settings, CefRefPtr< CefPdfPrintCallback > callback)=0CefBrowserHostpure virtual
Release() const =0CefBaseRefCountedpure virtual
ReplaceMisspelling(const CefString &word)=0CefBrowserHostpure virtual
RunFileDialog(FileDialogMode mode, const CefString &title, const CefString &default_file_path, const std::vector< CefString > &accept_filters, CefRefPtr< CefRunFileDialogCallback > callback)=0CefBrowserHostpure virtual
SendCaptureLostEvent()=0CefBrowserHostpure virtual
SendDevToolsMessage(const void *message, size_t message_size)=0CefBrowserHostpure virtual
SendExternalBeginFrame()=0CefBrowserHostpure virtual
SendKeyEvent(const CefKeyEvent &event)=0CefBrowserHostpure virtual
SendMouseClickEvent(const CefMouseEvent &event, MouseButtonType type, bool mouseUp, int clickCount)=0CefBrowserHostpure virtual
SendMouseMoveEvent(const CefMouseEvent &event, bool mouseLeave)=0CefBrowserHostpure virtual
SendMouseWheelEvent(const CefMouseEvent &event, int deltaX, int deltaY)=0CefBrowserHostpure virtual
SendTouchEvent(const CefTouchEvent &event)=0CefBrowserHostpure virtual
SetAccessibilityState(cef_state_t accessibility_state)=0CefBrowserHostpure virtual
SetAudioMuted(bool mute)=0CefBrowserHostpure virtual
SetAutoResizeEnabled(bool enabled, const CefSize &min_size, const CefSize &max_size)=0CefBrowserHostpure virtual
SetFocus(bool focus)=0CefBrowserHostpure virtual
SetWindowlessFrameRate(int frame_rate)=0CefBrowserHostpure virtual
SetZoomLevel(double zoomLevel)=0CefBrowserHostpure virtual
ShowDevTools(const CefWindowInfo &windowInfo, CefRefPtr< CefClient > client, const CefBrowserSettings &settings, const CefPoint &inspect_element_at)=0CefBrowserHostpure virtual
StartDownload(const CefString &url)=0CefBrowserHostpure virtual
StopFinding(bool clearSelection)=0CefBrowserHostpure virtual
TryCloseBrowser()=0CefBrowserHostpure virtual
WasHidden(bool hidden)=0CefBrowserHostpure virtual
WasResized()=0CefBrowserHostpure virtual
Zoom(cef_zoom_command_t command)=0CefBrowserHostpure virtual
~CefBaseRefCounted()CefBaseRefCountedinlineprotectedvirtual