Searched defs:RootWindowConfig (Results 1 – 2 of 2) sorted by relevance
27 struct RootWindowConfig { struct31 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 …]
12 RootWindowConfig::RootWindowConfig() in RootWindowConfig() function in client::RootWindowConfig