HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 251 - 275 of 688) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 56 attribute [Reflect, URL] DOMString reflectedURLAttr;
57 attribute [Reflect, NonEmpty, URL] DOMString reflectedNonEmptyURLAttr;
61 attribute [Reflect=customContentURLAttr, URL] DOMString reflectedCustomURLAttr;
62 attribute [Reflect=customContentNonEmptyURLAttr, NonEmpty, URL] DOMString reflectedCustomNonEmptyURLAttr;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 60 , m_requestURL([request URL])
63 if (SecurityOrigin::shouldHideReferrer([request URL], core([instance->pluginView() webFrame])->loader()->outgoingReferrer()))
102 const char *url = [responseURL _web_URLCString];
103 int urlLength = url ? strlen(url) + 1 : 0;
108 const_cast<char*>(url), urlLength,
157 // But we don't have the original bytes, we have NSStrings built by the URL loading system.
184 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), [r MIMEType], theHeaders);
268 URL:m_responseURL ? m_responseURL.get() : m_requestURL.get()];
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 88 URL:(NSURL *)URL
141 - (WTF::CString)resolvedURLStringForURL:(const char*)url target:(const char*)target;
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-app 65 my ($url, $branch);
67 my $svnInfo = `LC_ALL=C svn info $sourceDir | grep URL:`;
68 ($url) = ($svnInfo =~ m/URL: (.+)/g);
71 ($url) = ($gitLog =~ m/ +git-svn-id: (.+)@\d+ /g);
73 ($branch) = ($url =~ m/\/webkit\/(trunk|branches\/[^\/]+)/);
  /libcore/dom/src/test/java/org/w3c/domts/
DOM4JTestDocumentBuilderFactory.java 83 readMethod = saxReaderClass.getMethod("read", new Class[] {java.net.URL.class});
105 public Document load(java.net.URL url) throws DOMTestLoadException {
106 if (url == null) {
107 throw new NullPointerException("url");
114 new Object[] {url});
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactory.java 23 import java.net.URL;
545 * <p>Parses the specified <code>URL</code> as a schema and returns it as a <code>Schema</code>.</p>
549 * @param schema <code>URL</code> that represents a schema.
556 public Schema newSchema(URL schema) throws SAXException {
648 * refer to the same URL in the schema location hints,
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 18 package libcore.net.url;
29 import java.net.URL;
53 * a connection to the file pointed by this <code>URL<code>
55 * @param url The URL this connection is connected to
57 public FileURLConnection(URL url) {
58 super(url);
59 fileName = url.getFile();
68 * by this <code>URL</code>. If the file is a directory, it will retur
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/graphics/
GraphicsUtilities.java 26 import java.net.URL;
30 public static BufferedImage loadCompatibleImage(URL resource) throws IOException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 30 import java.net.URL;
152 URL jarUrl = bundle.getEntry(AdtConstants.WS_SEP + JUNIT_JAR);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 27 import java.net.URL;
57 URL url = this.getClass().getClassLoader().getResource("."); //$NON-NLS-1$ local
62 mOsRootDataPath = FileLocator.resolve(url).getFile();
64 // Fix the path returned by the URL resolver
78 sLogger.warning("IOException while using FileLocator, reverting to url");
79 mOsRootDataPath = url.getFile();
82 sLogger.info("Running as an plain JUnit test, using url as-is");
83 mOsRootDataPath = url.getFile();
  /sdk/ninepatch/src/com/android/ninepatch/
GraphicsUtilities.java 26 import java.net.URL;
31 public static BufferedImage loadCompatibleImage(URL resource) throws IOException {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 56 import java.net.URL;
118 private static final URL ICON_HORIZONTAL = GridLayoutRule.class.getResource("hlinear.png"); //$NON-NLS-1$
119 private static final URL ICON_VERTICAL = GridLayoutRule.class.getResource("vlinear.png"); //$NON-NLS-1$
120 private static final URL ICON_ADD_ROW = GridLayoutRule.class.getResource("addrow.png"); //$NON-NLS-1$
121 private static final URL ICON_REMOVE_ROW = GridLayoutRule.class.getResource("removerow.png"); //$NON-NLS-1$
122 private static final URL ICON_ADD_COL = GridLayoutRule.class.getResource("addcol.png"); //$NON-NLS-1$
123 private static final URL ICON_REMOVE_COL = GridLayoutRule.class.getResource("removecol.png"); //$NON-NLS-1$
124 private static final URL ICON_SHOW_STRUCT = GridLayoutRule.class.getResource("showgrid.png"); //$NON-NLS-1$
125 private static final URL ICON_GRID_MODE = GridLayoutRule.class.getResource("gridmode.png"); //$NON-NLS-1$
126 private static final URL ICON_SNAP = GridLayoutRule.class.getResource("snap.png"); //$NON-NLS-1
    [all...]
  /external/libxml2/
nanohttp.c 138 char *path; /* the path within the URL */
154 char *location; /* the new URL in case of redirect */
273 * @URL: The URL used to initialize the context
275 * (Re)Initialize an HTTP context by parsing the URL and finding
280 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) {
301 if (URL == NULL) return;
303 uri = xmlParseURIRaw(URL, 1);
328 * @URL: The proxy URL used to initialize the proxy contex
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProtectionDomainTest.java 24 import java.net.URL;
40 private URL url = null; field in class:ProtectionDomainTest
56 url = new URL("http://localhost");
60 cs = new CodeSource(url, (java.security.cert.Certificate[]) null);
63 classldr = URLClassLoader.newInstance(new URL[] { url });
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_test_utils.cc 21 if (expected->type() == BookmarkNode::URL) {
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.h 35 URL,
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 33 URL,
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 36 // when the browser tries to resolve any #anchors in the URL. So we reset
37 // the URL once we're done, which forces the browser to scroll to the anchor
  /external/chromium-trace/src/shared/js/
util.js 41 * Generates a CSS url string.
42 * @param {string} s The URL to generate the CSS url for.
43 * @return {string} The CSS url string.
45 function url(s) {
56 return 'url("' + s2 + '")';
61 * @param {string} location The URL to generate the CSS url for.
62 * @return {object} Dictionary containing name value pairs for URL
162 // Handle click on a link. If the link points to a chrome: or file: url, the
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 36 import java.net.URL;
90 URL url = Thread.currentThread().getContextClassLoader().getResource("com/jme3/system/Natives.class"); local
92 StringBuilder sb = new StringBuilder(url.toString());
99 url = new URL(sb.toString());
104 URLConnection conn = url.openConnection();
124 URL url = Thread.currentThread().getContextClassLoader().getResource(path); local
126 if (url == null)
    [all...]
  /external/libxml2/include/libxml/
schematron.h 73 xmlSchematronNewParserCtxt (const char *URL);
  /external/libxslt/libxslt/
documents.c 312 if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
313 (xmlStrEqual(ret->doc->URL, URI)))
388 if ((ret->doc != NULL) && (ret->doc->URL != NULL) &&
389 (xmlStrEqual(ret->doc->URL, URI)))
  /external/webkit/LayoutTests/fast/url/script-tests/
segments-from-data-url.js 1 description("Test URL segmentation");
4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 18 var url = prompt("Test failed. To prove it, I'm going " +
21 "also try a file:// URL.", "http://www.example.com/");
22 xhr.open("GET", url, false);
30 "<p>View this page from an http:// URL to ensure that it's in a different " +
  /external/webkit/Source/WebKit/win/
WebResource.h 41 WebResource(IStream* data, const WebCore::KURL& url, const WTF::String& mimeType, const WTF::String& textEncodingName, const WTF::String& frameName);
53 /* [in] */ BSTR url,
61 virtual HRESULT STDMETHODCALLTYPE URL(
62 /* [retval][out] */ BSTR *url);

Completed in 9862 milliseconds

<<11121314151617181920>>