Home
last modified time | relevance | path

Searched refs:SetBounds (Results 1 – 25 of 75) sorted by relevance

123

/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_win.cc74 void BrowserWindowOsrWin::SetBounds(int x, int y, size_t width, size_t height) { in SetBounds() function in client::BrowserWindowOsrWin
77 osr_window_->SetBounds(x, y, width, height); in SetBounds()
Droot_window_views.cc125 void RootWindowViews::SetBounds(int x, int y, size_t width, size_t height) { in SetBounds() function in client::RootWindowViews
128 CefPostTask(TID_UI, base::BindOnce(&RootWindowViews::SetBounds, this, x, y, in SetBounds()
134 window_->SetBounds( in SetBounds()
Dbrowser_window_std_win.h39 void SetBounds(int x, int y, size_t width, size_t height) override;
Dbrowser_window_std_mac.h39 void SetBounds(int x, int y, size_t width, size_t height) override;
Dbrowser_window_std_gtk.h42 void SetBounds(int x, int y, size_t width, size_t height) override;
Dwindow_test_runner_views.cc44 window->SetBounds(window_bounds); in SetPos()
Dbrowser_window_osr_win.h43 void SetBounds(int x, int y, size_t width, size_t height) override;
Droot_window_mac.h44 void SetBounds(int x, int y, size_t width, size_t height) override;
Dbrowser_window_std_win.cc93 void BrowserWindowStdWin::SetBounds(int x, int y, size_t width, size_t height) { in SetBounds() function in client::BrowserWindowStdWin
Dbrowser_window.h91 virtual void SetBounds(int x, int y, size_t width, size_t height) = 0;
Droot_window.h168 virtual void SetBounds(int x, int y, size_t width, size_t height) = 0;
Dbrowser_window_osr_mac.h48 void SetBounds(int x, int y, size_t width, size_t height) override;
Droot_window_win.h43 void SetBounds(int x, int y, size_t width, size_t height) override;
/third_party/cef/include/views/
Dcef_overlay_controller.h104 virtual void SetBounds(const CefRect& bounds) = 0;
Dcef_view.h181 virtual void SetBounds(const CefRect& bounds) = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Doverlay_controller_ctocpp.h48 void SetBounds(const CefRect& bounds) override;
Dview_ctocpp.h66 void SetBounds(const CefRect& bounds) override;
Dbutton_ctocpp.h64 void SetBounds(const CefRect& bounds) override;
Dscroll_view_ctocpp.h64 void SetBounds(const CefRect& bounds) override;
Dbrowser_view_ctocpp.h60 void SetBounds(const CefRect& bounds) override;
Dpanel_ctocpp.h77 void SetBounds(const CefRect& bounds) override;
/third_party/cef/libcef/browser/native/
Dwindow_x11.h52 void SetBounds(const gfx::Rect& bounds);
/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc65 void SetBounds(const CefRect& bounds) override { in SetBounds() function in __anon7ef999310111::CefOverlayControllerImpl
283 widget_->SetBounds(bounds_); in SetOverlayBounds()
Dwindow_impl.cc326 void CefWindowImpl::SetBounds(const CefRect& bounds) { in SetBounds() function in CefWindowImpl
329 widget_->SetBounds( in SetBounds()
357 widget_->SetBounds(bounds); in SetPosition()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Drosen_context_impl.cpp51 surfaceNode_->SetBounds(0, 0, 512, 512); in InitProducer()
419 vulkanWindows_[wid].surfaceNode_->SetBounds(x,y,width,height); in CreateWindow()

123