Home
last modified time | relevance | path

Searched defs:RootWindowConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window.h28 struct RootWindowConfig { struct
32 bool always_on_top;
35 bool with_controls;
38 bool with_osr;
41 bool with_extension;
44 bool initially_hidden;
48 CefRect bounds;
54 CefRect source_bounds;
57 CefRefPtr<CefWindow> parent_window;
61 base::OnceClosure close_callback;
[all …]
Droot_window.cc14 RootWindowConfig::RootWindowConfig() in RootWindowConfig() function in client::RootWindowConfig