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.h27 struct RootWindowConfig { struct
31 bool always_on_top;
34 bool with_controls;
37 bool with_osr;
40 bool with_extension;
43 bool initially_hidden;
47 CefRect bounds;
53 CefRect source_bounds;
56 CefRefPtr<CefWindow> parent_window;
60 base::Closure close_callback;
[all …]
Droot_window.cc12 RootWindowConfig::RootWindowConfig() in RootWindowConfig() function in client::RootWindowConfig