HomeSort by relevance Sort by last modified time
    Searched refs:possibly_relative_url (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc 13 GURL ResolveURL(const GURL& current_url, const string16& possibly_relative_url);
searchbox_extension.cc 170 const string16& possibly_relative_url) {
171 if (current_url.is_valid() && !possibly_relative_url.empty())
172 return current_url.Resolve(possibly_relative_url);
173 return GURL(possibly_relative_url);
842 const string16& possibly_relative_url = V8ValueToUTF16(args[0]); local
844 destination_url = internal::ResolveURL(current_url, possibly_relative_url);
    [all...]

Completed in 126 milliseconds