OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title_content_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc
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
[
all
...]
panel_controller.h
145
TitleContentView*
title_content_
;
member in class:chromeos::PanelController
Completed in 2395 milliseconds