GetPreferredHeight  151 ash/frame/custom_frame_view_ash.cc   int GetPreferredHeight() const;
GetPreferredHeight  258 ash/frame/custom_frame_view_ash.cc         GetPreferredHeight() * fullscreen_visible_fraction_);
GetPreferredHeight  260 ash/frame/custom_frame_view_ash.cc   return GetPreferredHeight();
GetPreferredHeight  426 ash/frame/custom_frame_view_ash.cc     int height = header_view_->GetPreferredHeight();
GetPreferredHeight  584 ash/frame/custom_frame_view_ash.cc   return frame_->IsFullscreen() ? 0 : header_view_->GetPreferredHeight();