Home | History | Annotate | Download | only in src

Lines Matching refs:scheme

191   // scheme and the authority. If this URL is not a standard URL (it doesn't
200 // A helper function to return a GURL containing just the scheme, host,
211 // Returns true if the scheme for the current URL is a known "standard"
212 // scheme. Standard schemes have an authority and a path section. This
218 // the canonicalized scheme) is the scheme for this URL. This call is more
219 // efficient than getting the scheme and comparing it because no copies or
229 // If the scheme indicates a secure connection
241 std::string scheme() const { // Not including the colon. See also SchemeIs.
242 return ComponentString(parsed_.scheme);
274 return parsed_.scheme.len >= 0;
306 // If the scheme has no concept of port (or unknown default) returns
326 // scheme). This call is more efficient than getting the host and check
363 // invalid port number, invalid characters in the scheme, etc.).