OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:available_domain_width
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.cc
174
const int
available_domain_width
=
local
178
if (font.GetStringWidth(domain) >
available_domain_width
) {
182
// If |desired_domain_width| is greater than |
available_domain_width
|: the
184
// |desired_domain_width| must be <= |
available_domain_width
| at all cost.
186
std::min(
available_domain_width
,
[
all
...]
Completed in 442 milliseconds