Home | History | Annotate | Download | only in searchbox

Lines Matching refs:current_url

169 GURL ResolveURL(const GURL& current_url,
171 if (current_url.is_valid() && !possibly_relative_url.empty())
172 return current_url.Resolve(possibly_relative_url);
843 GURL current_url = GetCurrentURL(render_view);
844 destination_url = internal::ResolveURL(current_url, possibly_relative_url);