Home | History | Annotate | Download | only in extensions

Lines Matching refs:extra

142   std::string extra = full_url_.has_query() ? "&" : "?";
143 extra += "x=" + EscapeQueryParamValue(JoinString(parts, '&'), true);
146 int new_size = full_url_.possibly_invalid_spec().size() + extra.size();
155 full_url_ = GURL(full_url_.possibly_invalid_spec() + extra);
228 // data. At the moment there is no extra data that an extension can