Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.cc343 bool has_menu = !(style & WS_CHILD) && (GetMenu(window) != NULL); in SizeTo() local
347 AdjustWindowRectEx(&rect, style, has_menu, ex_style); in SizeTo()
/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1061 bool has_menu = !(style & WS_CHILD) && (GetMenu(hwnd_) != nullptr); in OnAutoResize() local
1065 AdjustWindowRectEx(&rect, style, has_menu, ex_style); in OnAutoResize()