ShouldShowTitleBarAndBorder  176 ui/views/window/custom_frame_view.cc   if (frame_->IsMaximized() || !ShouldShowTitleBarAndBorder())
ShouldShowTitleBarAndBorder  202 ui/views/window/custom_frame_view.cc   if (!ShouldShowTitleBarAndBorder())
ShouldShowTitleBarAndBorder  215 ui/views/window/custom_frame_view.cc   if (ShouldShowTitleBarAndBorder()) {
ShouldShowTitleBarAndBorder  332 ui/views/window/custom_frame_view.cc   return !frame_->IsMaximized() && ShouldShowTitleBarAndBorder();
ShouldShowTitleBarAndBorder  557 ui/views/window/custom_frame_view.cc   if (!ShouldShowTitleBarAndBorder()) {
ShouldShowTitleBarAndBorder   91 ui/views/window/custom_frame_view.h   bool ShouldShowTitleBarAndBorder() const;