Home | History | Annotate | Download | only in webkit

Lines Matching defs:localPath

103         String localPath;
126 return localPath;
382 // A temporary local file will have been created native side and localPath set
384 File src = new File(mBaseDir, result.localPath);
410 File src = new File(mBaseDir, result.localPath);
572 cacheRet.localPath = "";
732 if (path.equals(oldResult.localPath)) {
733 path = oldResult.localPath;
735 path = oldResult.localPath;
748 cacheRet.localPath = path;
767 cacheRet.localPath = result.toString();
768 cacheRet.outFile = new File(mBaseDir, cacheRet.localPath);