Home
last modified time | relevance | path

Searched refs:OnSetDraggableRegions (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dbrowser_window.cc90 void BrowserWindow::OnSetDraggableRegions( in OnSetDraggableRegions() function in client::BrowserWindow
93 delegate_->OnSetDraggableRegions(regions); in OnSetDraggableRegions()
Dbrowser_window.h53 virtual void OnSetDraggableRegions(
132 void OnSetDraggableRegions(
Droot_window_mac.h63 void OnSetDraggableRegions(
Droot_window_win.h107 void OnSetDraggableRegions(
Droot_window_views.cc433 void RootWindowViews::OnSetDraggableRegions( in OnSetDraggableRegions() function in client::RootWindowViews
437 CefPostTask(TID_UI, base::BindOnce(&RootWindowViews::OnSetDraggableRegions, in OnSetDraggableRegions()
Droot_window_views.h84 void OnSetDraggableRegions(
Droot_window_gtk.h65 void OnSetDraggableRegions(
Droot_window_mac.mm117 void OnSetDraggableRegions(const std::vector<CefDraggableRegion>& regions);
546 void RootWindowMacImpl::OnSetDraggableRegions(
737 void RootWindowMac::OnSetDraggableRegions(
739 impl_->OnSetDraggableRegions(regions);
Dclient_handler.h77 virtual void OnSetDraggableRegions(
Droot_window_gtk.cc546 void RootWindowGtk::OnSetDraggableRegions( in OnSetDraggableRegions() function in client::RootWindowGtk
Dclient_handler.cc1177 delegate_->OnSetDraggableRegions(regions); in NotifyDraggableRegions()
Droot_window_win.cc1179 void RootWindowWin::OnSetDraggableRegions( in OnSetDraggableRegions() function in client::RootWindowWin