OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edit_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc
332
gfx::Size
edit_size
= edit_link_->GetPreferredSize();
local
333
edit_size
.set_width(std::min(
edit_size
.width(), max_label_width));
337
std::max(state_size.height(),
edit_size
.height());
345
edit_link_->SetBounds(label_x, bottom -
edit_size
.height(),
346
edit_size
.width(),
edit_size
.height());
Completed in 487 milliseconds