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

  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.cc 32 full_url_(update_url),
36 full_url_.has_query() ? full_url_.query() + "&" : std::string();
40 full_url_ = full_url_.ReplaceComponents(replacements);
88 // Compute the string we'd append onto the full_url_, and see if it fits.
132 std::string extra = full_url_.has_query() ? "&" : "?";
136 int new_size = full_url_.possibly_invalid_spec().size() + extra.size();
145 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra)
    [all...]
manifest_fetch_data.h 79 const GURL& full_url() const { return full_url_; }
111 GURL full_url_; member in class:extensions::ManifestFetchData

Completed in 214 milliseconds