Home
last modified time | relevance | path

Searched defs:isAbsolutePath (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/
DTestInvocation.cpp67 bool isAbsolutePath = length >= 3 && pathOrURL[1] == ':' && pathOrURL[2] == separator; in createWKURL() local
70 bool isAbsolutePath = pathOrURL[0] == separator; in createWKURL() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java148 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java155 public static boolean isAbsolutePath(String systemId) in isAbsolutePath() method in SystemIDResolver