Searched refs:toURL (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DEntryBase.cpp54 String EntryBase::toURL() const function in class:WebCore::EntryBase
56 // Some filesystem type may not support toURL.
H A DEntryBase.h55 String toURL() const;
H A DEntrySync.idl44 DOMString toURL();
H A DEntry.idl44 DOMString toURL();
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_watcher.js50 if (event.directoryUrl == this.watchedDirectoryEntry_.toURL()) {
123 if (entry && entry.toURL) {
129 'Unable to change the watched directory to: ' + entry.toURL());
155 this.watchedDirectoryEntry_.toURL(),
188 entry.toURL(),
H A Dfile_grid.js67 if (!entry || !(entry.toURL() in props))
147 var imageUrl = entry.toURL();
H A Dfile_manager_pyauto.js208 var directoryURL = fileManager.getSelection().entries[0].toURL();
H A Daction_choice.js382 new ThumbnailLoader(entry.toURL(),
441 chrome.fileBrowserPrivate.viewFiles([this.singleVideo_.toURL()],
H A Dfile_transfer_controller.js229 var imageUrl = entry.toURL();
737 var urls = entries.map(function(e) { return e.toURL() });
H A Dfile_copy_manager.js55 entry.toURL(), '' + Math.round(modificationTime.getTime() / 1000));
253 var sourceUrl = source.toURL();
342 parent.toURL(),
343 sources.map(function(e) { return e.toURL(); }),
H A Dshare_dialog.js246 entry.toURL(),
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsync_file_system_custom_bindings.js20 var fileSystemUrl = entry.toURL();
32 $Array.push(fileSystemUrlArray, entries[i].toURL());
43 var fileSystemUrl = filesystem.root.toURL();
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDateFormatSymbolsTest.java74 URL path1 = new File("src/test/resources/provider/correct").toURL();
75 URL path2 = new File("resources/provider/correct").toURL();
104 URL path1 = new File("src/test/resources/provider/wrong").toURL();
105 URL path2 = new File("resources/provider/wrong").toURL();
178 URL path1 = new File("src/test/resources/provider/correct").toURL();
179 URL path2 = new File("resources/provider/correct").toURL();
201 URL path1 = new File("src/test/resources/provider/wrong").toURL();
202 URL path2 = new File("resources/provider/wrong").toURL();
H A DDecimalFormatSymbolsTest.java83 URL path1 = new File("src/test/resources/provider/correct").toURL();
84 URL path2 = new File("resources/provider/correct").toURL();
113 URL path1 = new File("src/test/resources/provider/wrong").toURL();
114 URL path2 = new File("resources/provider/wrong").toURL();
189 URL path1 = new File("src/test/resources/provider/correct").toURL();
190 URL path2 = new File("resources/provider/correct").toURL();
212 URL path1 = new File("src/test/resources/provider/wrong").toURL();
213 URL path2 = new File("resources/provider/wrong").toURL();
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
H A DDefaultConfigParserTest.java63 url = f.toURL();
163 DefaultConfigurationParser.configParser(file.toURL(), p, new HashMap<String, List<AppConfigurationEntry>>());
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DGZIPInputStreamTest.java63 + "/GZIPInputStream/hyts_gInput.txt.gz").toURL();
87 + "/GZIPInputStream/hyts_gInput.txt.gz").toURL();
105 final URL jarInput = new File(resources.toString()+ "/hyts_checkInput.txt").toURL();
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java202 setClassLoaderAndBaseClass(new URL[] { mAndroidSdkPath.toURL() });
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/
H A Dgallery_item.js150 fileWriter.onwriteend = onSuccess.bind(null, fileEntry.toURL());
221 this.setUrl(entry.toURL());
H A Dimporting_dialog.js111 new ThumbnailLoader(entry.toURL(),
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarOutputStreamTest.java75 URL jarURL = new URL((new File(resources, testClass)).toURL()
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java105 srcURL = "jar:".concat (m_archiveFile.toURL ().toExternalForm ()).concat ("!/").concat (name);
204 srcURL = inFile.toURL ().toExternalForm ();
/external/javassist/src/main/javassist/
H A DClassPoolTail.java60 return f.getCanonicalFile().toURI().toURL();
130 .toURI().toURL().toString();
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java244 classPathUrls.add( new File( path ).toURI().toURL() );
256 return artifact.getFile().toURI().toURL();
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_images_grid.js58 imageEl.src = fileEntry.toURL();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamClassTest.java131 ClassLoader loader = new URLClassLoader(new URL[] { file.toURL() },

Completed in 8463 milliseconds

12