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

  /external/chromium/chrome/browser/extensions/
extension_updater.h 77 const GURL& full_url() const { return full_url_; }
100 GURL full_url_; member in class:ManifestFetchData
extension_updater.cc 72 full_url_(update_url) {
107 // Compute the string we'd append onto the full_url_, and see if it fits.
142 std::string extra = full_url_.has_query() ? "&" : "?";
146 int new_size = full_url_.possibly_invalid_spec().size() + extra.size();
155 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra);
    [all...]

Completed in 653 milliseconds