OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxTooltipLength
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/views/widget/
tooltip_manager.cc
13
const size_t
kMaxTooltipLength
= 1024;
31
// Clamp the tooltip length to
kMaxTooltipLength
so that we don't
33
*text = gfx::TruncateString(*text,
kMaxTooltipLength
);
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc
813
const int
kMaxTooltipLength
= 8 << 10;
814
// Clamp the tooltip length to
kMaxTooltipLength
so that we don't
820
kMaxTooltipLength
);
[
all
...]
render_widget_host_view_win.cc
77
const int
kMaxTooltipLength
= 1024;
707
// Clamp the tooltip length to
kMaxTooltipLength
so that we don't
711
l10n_util::TruncateString(tooltip_text,
kMaxTooltipLength
);
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc
[
all
...]
render_widget_host_view_win.cc
97
const int
kMaxTooltipLength
= 1024;
844
// Clamp the tooltip length to
kMaxTooltipLength
so that we don't
848
gfx::TruncateString(tooltip_text,
kMaxTooltipLength
);
[
all
...]
Completed in 50 milliseconds