HomeSort by relevance Sort by last modified time
    Searched refs:url (Results 1076 - 1100 of 1269) sorted by null

<<41424344454647484950>>

  /external/webkit/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 546 url: elem.src,
    [all...]
  /external/webkit/WebCore/bindings/js/
ScriptController.cpp 97 String sourceURL = jsSourceCode.provider()->url();
445 ScriptSourceCode sourceCode(script, forceUserGesture ? KURL() : m_frame->loader()->url());
  /external/webkit/WebCore/dom/
StyledElement.cpp 290 void StyledElement::addCSSImageProperty(MappedAttribute* attr, int id, const String& url)
293 attr->decl()->setImageProperty(id, url, false);
  /external/webkit/WebCore/html/
PreloadScanner.cpp 75 printf("CREATING PRELOAD SCANNER FOR %s\n", m_document->url().string().latin1().data());
82 printf("DELETING PRELOAD SCANNER FOR %s\n", m_document->url().string().latin1().data());
858 String url = deprecatedParseURL(value); local
859 if (!url.isEmpty())
860 m_document->docLoader()->preload(CachedResource::CSSStyleSheet, url, String(), scanningBody());
  /external/webkit/WebKit/chromium/src/js/
DevTools.js 111 * @param {string} url Url frame navigated to.
115 devtools.ToolsAgent.prototype.frameNavigate_ = function(url)
346 document.title = WebInspector.UIString("Developer Tools - %s", resource.url);
ProfilerProcessor.js 88 * RegEx for extracting script source URL and line number.
94 * Inits "functionName", "url", and "lineNumber" fields using "internalFuncName"
112 this.url = parsedName[2];
115 this.url = '';
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 126 URL:(NSURL *)URL
140 _sourceURL.adoptNS([URL copy]);
202 NSURL *URL = [NSURL _web_URLWithDataAsString:URLString relativeToURL:_baseURL.get()];
204 if (!URL)
207 return URL;
212 NSURL *URL = [self URLWithCString:URLCString];
213 if (!URL)
216 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:URL];
900 - (CString)resolvedURLStringForURL:(const char*)url target:(const char*)target
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 217 DragImageRef WebDragClient::createDragImageForLink(KURL& url, const String& inLabel, Frame* frame)
240 String urlString = url.string();
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 66 void NPP_URLNotify(NPP instance, const char* URL, NPReason reason, void* notifyData);
215 void NPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData)
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 310 public void timedOut(String url) {
311 Log.v(LOGTAG, "layout timeout: " + url);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 20 import java.net.URL;
118 URL url = new URL(systemId); local
119 URLConnection urlConnection = url.openConnection();
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 32 import java.net.URL;
200 URL[] urls = new URL[] { new URL("http://localhost") };
221 URL url = new URL("http://localhost"); local
222 CodeSource cs = new CodeSource(url, (Certificate[]) null);
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 11 import java.net.URL;
292 final URL url = new URL(systemId); local
293 stream = url.openStream();
  /packages/apps/Gallery3D/src/com/cooliris/media/
UriTexture.java 29 import java.net.URL;
137 // Get the stream from a remote URL.
156 // Get the stream from a remote URL.
189 URL url = new URI(uri).toURL(); local
190 URLConnection conn = url.openConnection();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java 130 Uri url = mResolver.insert(mEventsUri, m); local
132 return url;
179 values.put(Calendar.Calendars.URL, calendarUrl);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
RemotePackagesPage.java 330 String title = "Add Add-on Site URL";
333 "This dialog lets you add the URL of a new add-on site.\n" +
337 "Inserting a URL here will not allow you to clone an official Android repository.\n" +
339 "Please enter the URL of the repository.xml for the new add-on site:";
345 return "Error: URL field is empty. Please enter a URL.";
348 // A URL should have one of the following prefixes
353 return "Error: The URL must start by one of file://, ftp://, http:// or https://";
370 String url = dlg.getValue(); local
371 mUpdaterData.getSources().add(new RepoSource(url, true /*userSource*/));
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 353 # Link defs are in the form: ^[id]: url "optional title"
359 <?(\S+?)>? # url = $2
637 # delimiters in inline links like [this](<url>).
694 # Next, inline-style links: [link text](url "optional title")
752 $url = $this->urls[$link_id]; variable
753 $url = $this->encodeAttribute($url); variable
755 $result = "<a href=\"$url\"";
774 $url = $matches[3] == '' ? $matches[4] : $matches[3]; variable
777 $url = $this->encodeAttribute($url) variable
858 $url = $this->encodeAttribute($this->urls[$link_id]); variable
878 $url = $matches[3] == '' ? $matches[4] : $matches[3]; variable
882 $url = $this->encodeAttribute($url); variable
1449 $url = $this->encodeAttribute($matches[1]); variable
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl.h 396 * Allow the application to pass a URL or hostname into the SSL library
398 SSL_IMPORT SECStatus SSL_SetURL(PRFileDesc *fd, const char *url);
  /external/chromium/net/url_request/
url_request_file_job.cc 83 if (net::FileURLToFilePath(request->url(), &file_path) &&
198 // We don't support multiple range requests in one single URL request,
  /external/chromium/third_party/icu/
icu4c.css 19 background-image: url(images/draftbg.png);
185 background-image: url(http://www.icu-project.org/images/gr100.gif);
  /external/icu4c/
icu4c.css 19 background-image: url(images/draftbg.png);
185 background-image: url(http://www.icu-project.org/images/gr100.gif);
  /external/libpng/contrib/gregbook/
writepng.c 213 text[num_text].key = "URL";
214 text[num_text].text = mainprog_ptr->url;
  /external/openssl/crypto/bio/
bio.h 429 #define BIO_set_url(b,url) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url))
440 #define BIO_get_url(b,url) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url))
  /external/openssl/include/openssl/
bio.h 429 #define BIO_set_url(b,url) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,0,(char *)(url))
440 #define BIO_get_url(b,url) BIO_ctrl(b,BIO_C_GET_PROXY_PARAM,2,(char *)(url))

Completed in 1154 milliseconds

<<41424344454647484950>>