HomeSort by relevance Sort by last modified time
    Searched full:full_url (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 170 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
189 request.url = GURL(full_url);
  /external/chromium/chrome/browser/extensions/
extension_updater.h 70 // return value is false it means the full_url would have become too long, and
77 const GURL& full_url() const { return full_url_; } function in class:ManifestFetchData
84 // Returns true if a ping parameter for |type| was added to full_url for this
extension_updater.cc     [all...]
extension_updater_unittest.cc 492 fetch_data.full_url().spec());
506 fetch_data.full_url().spec());
520 fetch_data.full_url().spec());
538 const std::string& update_url = fetch->full_url().spec();
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 111 full_url = "%s%s" % (self._bugzilla.bug_server_url, query)
112 return self._bugzilla.browser.open(full_url)
    [all...]

Completed in 301 milliseconds