Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:url_buf

602   char url_buf[128];
603 base::strlcpy(url_buf, url.spec().c_str(), arraysize(url_buf));
604 base::debug::Alias(url_buf);