Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc300 auto_resize_max_ = gfx::Size(max_size.width, max_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.h115 gfx::Size auto_resize_max_; variable