OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title_window_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
panel_controller.cc
127
title_window_
(NULL),
146
title_window_
= views::Widget::CreateWidget(params);
147
title_window_
->Init(NULL, title_bounds);
148
gtk_widget_set_size_request(
title_window_
->GetNativeView(),
150
title_ =
title_window_
->GetNativeView();
172
title_window_
->SetContentsView(title_content_);
174
title_window_
->Show();
178
if (!delegate_ || !
title_window_
)
195
if (
title_window_
) {
307
if (
title_window_
)
[
all
...]
panel_controller.h
138
views::Widget*
title_window_
;
member in class:chromeos::PanelController
Completed in 17 milliseconds