Home
last modified time | relevance | path

Searched refs:bounds_in_pixels (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/osr/
Dvideo_consumer_osr.cc69 const absl::optional<gfx::Rect>& bounds_in_pixels) { in RequestRefreshFrame() argument
70 bounds_in_pixels_ = bounds_in_pixels; in RequestRefreshFrame()
Dvideo_consumer_osr.h23 void RequestRefreshFrame(const absl::optional<gfx::Rect>& bounds_in_pixels);
Drender_widget_host_view_osr.h318 void InvalidateInternal(const gfx::Rect& bounds_in_pixels);
Drender_widget_host_view_osr.cc1666 const gfx::Rect& bounds_in_pixels) { in InvalidateInternal() argument
1668 video_consumer_->RequestRefreshFrame(bounds_in_pixels); in InvalidateInternal()
1670 OnPaint(bounds_in_pixels, host_display_client_->GetPixelSize(), in InvalidateInternal()