Searched refs:to_give (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc72 int to_give; local
74 to_give = remaining;
76 to_give = static_cast<int>(delta *
78 remaining -= to_give;
80 element->SetSize(element->Size() + to_give);

Completed in 70 milliseconds