Searched refs:kMaxTitleChars (Results 1 – 5 of 5) sorted by relevance
27 const size_t kMaxTitleChars = 4 * 1024; variable
42 extern const size_t kMaxTitleChars;
196 gfx::ElideString(title, kMaxTitleChars, &cached_display_title_); in GetTitleForDisplay()
1572 if (title.length() > kMaxTitleChars) { in OnUpdateTitle()
2035 base::string16 shortened_title = title.substr(0, kMaxTitleChars); in UpdateTitle()