OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_ELIDE
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/
label.h
49
NO_ELIDE
, // Do not elide the label text; truncate as needed.
label.cc
483
if (is_multi_line_ || (elide_behavior_ ==
NO_ELIDE
)) {
498
if (!is_multi_line_ || (elide_behavior_ ==
NO_ELIDE
))
/external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc
83
text_label_->SetElideBehavior(views::Label::
NO_ELIDE
);
Completed in 70 milliseconds