GetMaxURLChars    298 content/browser/frame_host/navigator_impl.cc   if (entry.GetURL().spec().size() > GetMaxURLChars()) {
GetMaxURLChars    299 content/browser/frame_host/navigator_impl.cc     LOG(WARNING) << "Refusing to load URL as it exceeds " << GetMaxURLChars()
GetMaxURLChars    441 content/browser/web_contents/web_contents_impl_unittest.cc       GetMaxURLChars() + 1, 'a'));
GetMaxURLChars     57 content/public/common/common_param_traits.cc   DCHECK(p.possibly_invalid_spec().length() <= content::GetMaxURLChars());
GetMaxURLChars     76 content/public/common/common_param_traits.cc   if (!m->ReadString(iter, &s) || s.length() > content::GetMaxURLChars()) {
GetMaxURLChars     48 content/public/common/url_utils.h CONTENT_EXPORT size_t GetMaxURLChars();
GetMaxURLChars   2050 content/renderer/render_frame_impl.cc   if (params.src_url.spec().size() > GetMaxURLChars())
GetMaxURLChars   1860 content/renderer/render_view_impl.cc     if (latest_url.possibly_invalid_spec().size() > GetMaxURLChars())