HomeSort by relevance Sort by last modified time
    Searched full:should_show_title (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc 309 bool should_show_title = delegate_->ShouldShowWindowTitle(); local
311 if (should_show_icon || should_show_title) {
344 window_title_->SetVisible(should_show_title);
345 if (should_show_title) {

Completed in 85 milliseconds