Searched refs:URL (Results 276 - 300 of 413) sorted by relevance

<<11121314151617

/external/webkit/Tools/DumpRenderTree/win/
H A DPolicyDelegate.cpp101 request->URL(&url);
/external/libxml2/
H A Dparser.c90 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID,
215 void *user_data, int depth, const xmlChar *URL,
1508 * @URL: the namespace name
1516 nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) argument
1523 if (ctxt->nsTab[i + 1] == URL)
1553 ctxt->nsTab[ctxt->nsNr++] = URL;
1751 * Pushes a new element name/prefix/URL on top of the name stack
4866 xmlChar *URL = NULL; local
4889 URL = xmlStrndup(base, tmp - base);
4895 if (URL !
8937 const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len); local
8987 const xmlChar *URL = xmlDictLookup(ctxt->dict, attvalue, len); local
12332 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
12527 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *list) argument
12737 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument
13437 xmlCreateEntityParserCtxtInternal(const xmlChar *URL, const xmlChar *ID, const xmlChar *base, xmlParserCtxtPtr pctx) argument
13501 xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID, const xmlChar *base) argument
14625 xmlDoRead(xmlParserCtxtPtr ctxt, const char *URL, const char *encoding, int options, int reuse) argument
14670 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
14717 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
14741 xmlReadFd(int fd, const char *URL, const char *encoding, int options) argument
14783 xmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
14826 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
14894 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
14938 xmlCtxtReadFd(xmlParserCtxtPtr ctxt, int fd, const char *URL, const char *encoding, int options) argument
14981 xmlCtxtReadIO(xmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]
H A Drelaxng.c225 xmlChar *URL; member in struct:_xmlRelaxNGParserCtxt
1507 * @URL: the normalized URL
1517 const xmlChar * URL ATTRIBUTE_UNUSED,
1527 "Elimination of <include> start from %s\n", URL);
1531 name, URL);
1583 * @URL: the normalized URL
1594 xmlRelaxNGLoadInclude(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, argument
1604 "xmlRelaxNGLoadInclude(%s)\n", URL);
1931 xmlRelaxNGLoadExternalRef(xmlRelaxNGParserCtxtPtr ctxt, const xmlChar * URL, const xmlChar * ns) argument
6723 xmlRelaxNGNewParserCtxt(const char *URL) argument
7027 xmlChar *href, *ns, *base, *URL; local
7113 xmlChar *href, *ns, *base, *URL; local
[all...]
H A DHTMLparser.c6554 * @URL: the base URL to use for the document
6564 htmlDoRead(htmlParserCtxtPtr ctxt, const char *URL, const char *encoding, argument
6582 if ((URL != NULL) && (ctxt->input != NULL) &&
6584 ctxt->input->filename = (char *) xmlStrdup((const xmlChar *) URL);
6601 * @URL: the base URL to use for the document
6610 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
6621 return (htmlDoRead(ctxt, URL, encoding, options, 0));
6626 * @filename: a file or URL
6659 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
6685 htmlReadFd(int fd, const char *URL, const char *encoding, int options) argument
6727 htmlReadIO(xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
6771 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
6839 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
6881 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd, const char *URL, const char *encoding, int options) argument
6923 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, const char *URL, const char *encoding, int options) argument
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.cc96 if (node->type() == BookmarkNode::URL) {
251 node->set_type(BookmarkNode::URL);
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec14 URL: http://www.thekelleys.org.uk/dnsmasq
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java41 import java.net.URL;
141 browserSupport.openURL(new URL(event.location));
/external/icu4c/config/
H A Ddist.mk26 SVNURL=$(shell svn info $(SVNTOP) | grep '^URL:' | cut -d: -f2-)
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DDesktopAssetManager.java46 import java.net.URL;
82 public DesktopAssetManager(URL configFile){
/external/libxslt/libxslt/
H A Dimports.c118 if (xmlStrEqual(res->doc->URL, URI)) {
120 "xsl:import : recursion detected on imported URL %s\n", URI);
219 if (xmlStrEqual(docptr->doc->URL, URI)) {
221 "xsl:include : recursion detected on included URL %s\n", URI);
/external/oauth/core/src/main/java/net/oauth/signature/
H A DOAuthSignatureMethod.java143 String url = message.URL;
148 // Combine the URL query string with the other parameters:
150 parameters.addAll(OAuth.decodeForm(message.URL.substring(q + 1)));
/external/stlport/etc/
H A DSTLport-4.5.1.spec8 URL: http://www.stlport.org/
H A DSTLport-4.5.3.spec8 URL: http://www.stlport.org/
H A DSTLport-4.6.spec8 URL: http://www.stlport.org/
/external/webkit/Tools/Scripts/
H A Dsvn-create-patch161 if (/^URL: (.+?)[\r\n]*$/) {
205 if (/^Copied From URL: (.+?)[\r\n]*$/) {
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
H A Dbrowser_harness.rb211 data.gsub!(/0;URL=\/iexploder.*?\"/, "1;URL=#{testcase_name}\"")
215 # without a webservice in the backend. Change all URL's to use a well known localhost
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm557 // If we're posting a file, buf is either a file URL or a path to the file.
629 NSURL *URL = [request URL];
630 NSString *JSString = [URL _webkit_scriptIfJavaScriptURL];
690 NSURL *URL = [pluginRequest->request() URL];
691 NSString *JSString = [URL _webkit_scriptIfJavaScriptURL];
710 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
736 NSURL *URL = [request URL];
[all...]
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm116 CFURLRef URL = CFURLCreateFromFSRef(kCFAllocatorDefault, &fref);
117 newPath = [(NSURL *)URL path];
118 CFRelease(URL);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm317 originalURL = [[history itemAtIndex:-backIndex] URL];
322 originalURL = [initialURLRequest URL];
643 // Tell the client we've committed this URL.
1004 return [NSError _webKitErrorWithDomain:NSURLErrorDomain code:NSURLErrorCancelled URL:request.url()];
1009 return [NSError _webKitErrorWithDomain:WebKitErrorDomain code:WebKitErrorCannotUseRestrictedPort URL:request.url()];
1014 return [NSError _webKitErrorWithDomain:WebKitErrorDomain code:WebKitErrorCannotShowURL URL:request.url()];
1019 return [NSError _webKitErrorWithDomain:WebKitErrorDomain code:WebKitErrorFrameLoadInterruptedByPolicyChange URL:request.url()];
1024 return [NSError _webKitErrorWithDomain:NSURLErrorDomain code:WebKitErrorCannotShowMIMEType URL:response.url()];
1029 return [NSError _webKitErrorWithDomain:NSURLErrorDomain code:NSURLErrorFileDoesNotExist URL:response.url()];
1473 NSURL *URL
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc349 // Kick off a timer that will start the URL fetch if it completes before
364 // If the input type might be a URL, we take extra care so that private data
368 // we assume it isn't a URL and/or there isn't private data.
372 // Next we check the scheme. If this is UNKNOWN/REQUESTED_URL/URL with a
379 // probably a URL that's being entered and happens to currently be invalid --
411 // Stop any in-progress URL fetches.
462 // We don't care about the query URL list (the fourth element in the
510 // We can't blindly trust the URL coming from the server to be valid.
623 // input will look like a URL but act like a search, which is confusing.
631 // match will outrank us for URL
[all...]
H A Dhistory_url_provider.cc49 // A URL that has been typed at all is better than one that has never been
80 // match's URL to just a host. If this host still matches the user input,
83 // See if we should try to do host-only suggestions for this URL. Nonstandard
183 // * Their input can be opened as a URL, and
184 // * They hit ctrl-enter, or we parsed the input as a URL, or it starts with
341 ACMatchClassification::URL,
383 // |info| corresponds to the right URL.
419 // URLs, if the user manually edits the URL or types some long thing in by
429 // URL. Since we need both passes to agree, and since during the first pass
483 // Determine the base URL fro
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm121 // Canonicalize the URL
125 CFSetAddValue(disallowedURLs, [request URL]);
191 void LayoutTestController::deleteLocalStorageForOrigin(JSStringRef URL)
193 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, URL));
348 NSURL *nsurl = [NSURL URLWithString:urlNS relativeToURL:[[[mainFrame dataSource] response] URL]];
1022 ASSERT(![[request URL] user]);
1023 ASSERT(![[request URL] password]);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DClassTest.java30 import java.net.URL;
431 URL res = getClass().getResource(name);
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc166 // The URL shouldn't have changed.
184 // The URL should have changed.
251 // Brings up the editor, creating a new URL on the bookmark bar.
334 EXPECT_EQ(BookmarkNode::URL, new_child->type());
363 EXPECT_EQ(BookmarkNode::URL, new_child->type());
H A Dbookmark_menu_controller_views.cc96 if (node->type() == BookmarkNode::URL)
125 *formats = ui::OSExchangeData::URL;
152 // Drag originated from same profile and is not a URL. Only accept it if

Completed in 1443 milliseconds

<<11121314151617