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

  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.cc 30 full_url_(update_url) {
31 std::string query = full_url_.has_query() ?
32 full_url_.query() + "&" : std::string();
36 full_url_ = full_url_.ReplaceComponents(replacements);
75 // Compute the string we'd append onto the full_url_, and see if it fits.
124 std::string extra = full_url_.has_query() ? "&" : "?";
128 int new_size = full_url_.possibly_invalid_spec().size() + extra.size();
137 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra)
    [all...]
manifest_fetch_data.h 62 const GURL& full_url() const { return full_url_; }
91 GURL full_url_; member in class:extensions::ManifestFetchData
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h 67 // represented by |url_| are available, |full_url_| is the full URL including
70 const nacl::string& full_url() const { return full_url_; }
108 nacl::string full_url_; member in class:plugin::FileDownloader
file_downloader.cc 95 full_url_ = full_url.AsString();

Completed in 490 milliseconds