Home | History | Annotate | Download | only in base

Lines Matching refs:StartsWith

1187   return StartsWith(text, www, true) ? text.substr(www.length()) : text;
1838 if (omit_http && StartsWith(url_string, ASCIIToUTF16(kHTTP), true)) {