Chromium Embedded Framework (CEF)
130.1.2+g48f3ef6+chromium-130.0.6723.44
|
A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. More...
#include "include/views/cef_fill_layout.h"
Additional Inherited Members | |
![]() | |
virtual CefRefPtr< CefBoxLayout > | AsBoxLayout ()=0 |
Returns this Layout as a BoxLayout or NULL if this is not a BoxLayout. More... | |
virtual CefRefPtr< CefFillLayout > | AsFillLayout ()=0 |
Returns this Layout as a FillLayout or NULL if this is not a FillLayout. More... | |
virtual bool | IsValid ()=0 |
Returns true if this Layout is valid. More... | |
![]() | |
virtual void | AddRef () const =0 |
Called to increment the reference count for the object. More... | |
virtual bool | Release () const =0 |
Called to decrement the reference count for the object. More... | |
virtual bool | HasOneRef () const =0 |
Returns true if the reference count is 1. More... | |
virtual bool | HasAtLeastOneRef () const =0 |
Returns true if the reference count is at least 1. More... | |
![]() | |
virtual | ~CefBaseRefCounted () |
A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent.
Methods must be called on the browser process UI thread unless otherwise indicated.