Home | History | Annotate | Download | only in searchbox

Lines Matching refs:current_url

189 GURL ResolveURL(const GURL& current_url,
191 if (current_url.is_valid() && !possibly_relative_url.empty())
192 return current_url.Resolve(possibly_relative_url);
1033 GURL current_url = GetCurrentURL(render_view);
1034 destination_url = internal::ResolveURL(current_url, possibly_relative_url);