Home
last modified time | relevance | path

Searched refs:auto_resize_min_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc299 auto_resize_min_ = gfx::Size(min_size.width, min_size.height); in SetAutoResizeEnabled()
302 auto_resize_min_ = auto_resize_max_ = gfx::Size(); in SetAutoResizeEnabled()
314 auto_resize_min_, auto_resize_max_); in ConfigureAutoResize()
Dbrowser_platform_delegate_alloy.h114 gfx::Size auto_resize_min_; variable