OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:title_bar_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/bubble/
bubble_frame_view.cc
344
int
title_bar_width
= GetInsets().width() + border()->GetInsets().width();
local
346
title_bar_width
+= kTitleLeftInset + title_->GetPreferredSize().width();
348
title_bar_width
+= close_->width() + 1;
350
title_bar_width
+= titlebar_extra_view_->GetPreferredSize().width();
351
size.SetToMax(gfx::Size(
title_bar_width
, 0));
Completed in 39 milliseconds