/third_party/cef/tests/cefclient/browser/ |
D | browser_window_osr_win.cc | 74 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()
|
D | root_window_views.cc | 125 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()
|
D | browser_window_std_win.h | 39 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | browser_window_std_mac.h | 39 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | browser_window_std_gtk.h | 42 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | window_test_runner_views.cc | 44 window->SetBounds(window_bounds); in SetPos()
|
D | browser_window_osr_win.h | 43 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | root_window_mac.h | 44 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | browser_window_std_win.cc | 93 void BrowserWindowStdWin::SetBounds(int x, int y, size_t width, size_t height) { in SetBounds() function in client::BrowserWindowStdWin
|
D | browser_window.h | 91 virtual void SetBounds(int x, int y, size_t width, size_t height) = 0;
|
D | root_window.h | 168 virtual void SetBounds(int x, int y, size_t width, size_t height) = 0;
|
D | browser_window_osr_mac.h | 48 void SetBounds(int x, int y, size_t width, size_t height) override;
|
D | root_window_win.h | 43 void SetBounds(int x, int y, size_t width, size_t height) override;
|
/third_party/cef/include/views/ |
D | cef_overlay_controller.h | 104 virtual void SetBounds(const CefRect& bounds) = 0;
|
D | cef_view.h | 181 virtual void SetBounds(const CefRect& bounds) = 0;
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | overlay_controller_ctocpp.h | 48 void SetBounds(const CefRect& bounds) override;
|
D | view_ctocpp.h | 66 void SetBounds(const CefRect& bounds) override;
|
D | button_ctocpp.h | 64 void SetBounds(const CefRect& bounds) override;
|
D | scroll_view_ctocpp.h | 64 void SetBounds(const CefRect& bounds) override;
|
D | browser_view_ctocpp.h | 60 void SetBounds(const CefRect& bounds) override;
|
D | panel_ctocpp.h | 77 void SetBounds(const CefRect& bounds) override;
|
/third_party/cef/libcef/browser/native/ |
D | window_x11.h | 52 void SetBounds(const gfx::Rect& bounds);
|
/third_party/cef/libcef/browser/views/ |
D | overlay_view_host.cc | 65 void SetBounds(const CefRect& bounds) override { in SetBounds() function in __anon7ef999310111::CefOverlayControllerImpl 283 widget_->SetBounds(bounds_); in SetOverlayBounds()
|
D | window_impl.cc | 326 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/ |
D | rosen_context_impl.cpp | 51 surfaceNode_->SetBounds(0, 0, 512, 512); in InitProducer() 419 vulkanWindows_[wid].surfaceNode_->SetBounds(x,y,width,height); in CreateWindow()
|