OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:footnote_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/window/
dialog_client_view.cc
187
gfx::Size
footnote_size
= footnote_view_->GetPreferredSize();
local
188
if (!
footnote_size
.IsEmpty())
189
size.set_width(std::max(size.width(),
footnote_size
.width()));
Completed in 48 milliseconds