Home | History | Annotate | Download | only in webkit

Lines Matching refs:substring

65             inUrl = inUrl.substring(0, inUrl.length() - 1);
95 buffer.append(template.substring(0, placeHolderIndex));
104 buffer.append(template.substring(
232 url.substring(0, 7).equalsIgnoreCase("http://");
241 url.substring(0, 8).equalsIgnoreCase("https://");
285 return url.substring(0, anchorIndex);
313 filename = filename.substring(index);
325 decodedUrl = decodedUrl.substring(0, queryIndex);
330 filename = decodedUrl.substring(index);
368 filename.substring(lastDotIndex + 1));
377 extension = filename.substring(dotIndex);
379 filename = filename.substring(0, dotIndex);