Home | History | Annotate | Download | only in frame

Lines Matching full:title_content_

129        title_content_(NULL),
171 title_content_ = new TitleContentView(this);
172 title_window_->SetContentsView(title_content_);
180 title_content_->title_label()->SetText(
182 title_content_->title_icon()->SetImage(delegate_->GetPanelIcon());
197 title_content_->SchedulePaint();
308 title_content_->OnFocusIn();
317 title_content_->OnFocusOut();
347 title_content_->OnClose();
348 title_content_ = NULL;
353 DCHECK(title_content_);