Searched refs:kMaxTitleChars (Results 1 – 5 of 5) sorted by relevance
28 const size_t kMaxTitleChars = 4 * 1024; variable
43 extern const size_t kMaxTitleChars;
196 gfx::ElideString(title, kMaxTitleChars, &cached_display_title_); in GetTitleForDisplay()
1026 if (title.length() > kMaxTitleChars) { in OnUpdateTitle()
2310 base::string16 shortened_title = title16.substr(0, kMaxTitleChars); in didReceiveTitle()