OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRUNCATE_AT_END
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/text/
text_elider.h
70
TRUNCATE_AT_END
text_elider.cc
454
const bool insert_ellipsis = (elide_behavior !=
TRUNCATE_AT_END
);
[
all
...]
text_elider_unittest.cc
343
cases[i].width,
TRUNCATE_AT_END
);
407
result = ElideText(kTestString, font, width,
TRUNCATE_AT_END
);
[
all
...]
Completed in 251 milliseconds