Home
last modified time | relevance | path

Searched refs:kHideFrame (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/shared/common/
Dclient_switches.cc38 const char kHideFrame[] = "hide-frame"; variable
Dclient_switches.h32 extern const char kHideFrame[];
/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.cc125 if (use_views_ && command_line->HasSwitch(switches::kHideFrame) && in MainContextImpl()
Dviews_window.cc774 const bool hide_frame = command_line->HasSwitch(switches::kHideFrame); in ViewsWindow()