HomeSort by relevance Sort by last modified time
    Searched refs:toURL (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/webkit/Source/WebKit/mac/WebView/
WebHistoryDelegate.h 36 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
38 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
  /external/webkit/Source/WebCore/fileapi/
EntryBase.h 58 String toURL();
EntrySync.idl 46 DOMString toURL();
EntryBase.cpp 57 String EntryBase::toURL()
Entry.idl 46 DOMString toURL();
  /external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm 56 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
63 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 74 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();
DecimalFormatSymbolsTest.java 83 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();
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 76 ClassLoader cl = Support_ClassLoader.getInstance(tf.toURL(),
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 63 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/
GZIPInputStreamTest.java 63 + "/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();
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 113 URL fileURL = sampleFile.toURL();
256 URL fileURL = sampleFile.toURL();
283 URL fileURL = sampleFile.toURL();
327 u = sampleFile.toURL();
422 URL fileURL = sampleFile.toURL();
719 u = sampleFile.toURL();
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 202 setClassLoaderAndBaseClass(new URL[] { mAndroidSdkPath.toURL() });
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 143 result.add(new File(pathElement).toURI().toURL());
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 443 return resourceFile.toURI().toURL();
461 * File.toURL() is compliant with RFC 1738 in
467 return new URL("jar:" + file.toURL() + "!/" + name);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTest.java 117 resolvedURI = new java.io.File(filename).toURL();
174 // File.toURL is not as robust
176 URL url = tempFile.toURL();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java 75 URL jarURL = new URL((new File(resources, testClass)).toURL()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RuleLoader.java 131 url = pathFile.toURI().toURL();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java 53 instanceLoc.set(workspacePath.toFile().toURI().toURL(), true);
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 105 srcURL = "jar:".concat (m_archiveFile.toURL ().toExternalForm ()).concat ("!/").concat (name);
204 srcURL = inFile.toURL ().toExternalForm ();
  /external/javassist/src/main/javassist/
ClassPoolTail.java 60 return f.getCanonicalFile().toURI().toURL();
130 .toURI().toURL().toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 315 .toURI().toURL());
329 oslibraryList.add(f.toURI().toURL());
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 244 classPathUrls.add( new File( path ).toURI().toURL() );
256 return artifact.getFile().toURI().toURL();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JarHostTest.java 291 URL urls[] = {jarFile.getCanonicalFile().toURI().toURL()};
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamClassTest.java 131 ClassLoader loader = new URLClassLoader(new URL[] { file.toURL() },

Completed in 495 milliseconds

1 2 3