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

<<41424344454647484950>>

  /external/webkit/WebCore/dom/
Node.h 660 inline void addSubresourceURL(ListHashSet<KURL>& urls, const KURL& url)
662 if (!url.isNull())
663 urls.add(url);
  /external/webkit/WebCore/html/
HTMLBodyElement.cpp 93 String url = deprecatedParseURL(attr->value()); local
94 if (!url.isEmpty())
95 addCSSImageProperty(attr, CSSPropertyBackgroundImage, document()->completeURL(url).string());
HTMLFrameElementBase.cpp 83 if (equalIgnoringFragmentIdentifier(frame->loader()->url(), completeURL)) {
  /external/webkit/WebCore/page/
DOMWindow.h 101 void setURL(const KURL& url) { m_url = url; }
102 KURL url() const { return m_url; } function in class:WebCore::DOMWindow
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 173 void MediaPlayerPrivate::load(const String& url)
175 LOG(Media, "MediaPlayerPrivatePhonon::load(\"%s\")", url.utf8().data());
189 m_mediaObject->setCurrentSource(QUrl(url));
  /external/webkit/WebCore/plugins/
PluginDatabase.cpp 253 PluginPackage* PluginDatabase::findPlugin(const KURL& url, String& mimeType)
256 String filename = url.string();
259 String filename = url.lastPathComponent();
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 238 WebString WebPluginContainerImpl::executeScriptURL(const WebURL& url, bool popupsAllowed)
244 const KURL& kurl = url;
270 new WebPluginLoadObserver(this, request.url(), notifyData);
ApplicationCacheHost.cpp 104 const KURL& docURL = m_documentLoader->frame()->document()->url();
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 133 NPError loadURL(const char* url, const char* target, const char* postData, uint32_t postDataLength, LoadURLFlags, uint32_t& requestID);
161 uint32_t checkIfAllowedToLoadURL(const char* url, const char* target);
165 void resolveURL(const char* url, const char* target, data_t& resolvedURLData, mach_msg_type_number_t& resolvedURLLength);
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 200 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));
201 if (!url)
204 return CFURLGetString(url.get());
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 215 notifyStream(obj, stream->url, stream->headers);
383 void NPP_URLNotify(NPP instance, const char *url, NPReason reason, void *notifyData)
390 handleCallback(obj, url, reason, notifyData);
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicyParser.java 29 import java.net.URL;
106 * @param location an URL of a policy file to be loaded
111 public Collection<PolicyEntry>parse(URL location, Properties system)
156 * <li> If <code>codebase</code> is specified, expand it and construct an URL.
172 * of resolved URL, Certificates and Principals to a set of granted Permissions.
188 URL codebase = null;
193 codebase = new URL(resolve ? PolicyUtils.expandURL(ge.codebase,
429 * for each entry expands <code>url</code> and <code>type</code>,
430 * tries to construct instances of specified URL and KeyStore and to load
434 * <b>Note:</b> an url may be relative to the policy file location or absolute
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 922 Uri url = mResolver.insert(Calendar.Calendars.CONTENT_URI, m); local
964 Uri url = mResolver.insert(mEventsUri, m); local
1086 Uri url = null; local
1142 Uri url = null; local
1183 Uri url = null; local
1715 Uri url = null; local
1871 Uri url = Uri.withAppendedPath(Calendar.Instances.CONTENT_URI, begin + "\/" + end); local
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
URLSpanTest.java 96 final TextView textView = (TextView) mActivity.findViewById(R.id.url);
  /external/bluetooth/bluez/src/
sdp-xml.c 330 appender(data, "<url value=\"");
665 char *url; local
669 url = sdp_xml_parse_string_decode(data,
675 ret = sdp_data_alloc_with_length(dtd, url, length);
677 free(url);
782 else if (!strcmp(el, "url"))
  /external/chromium/net/flip/
flip_session.h 154 // Check if we have a pending pushed-stream for this url
157 scoped_refptr<FlipStream> GetPushStream(const std::string& url);
  /external/chromium/net/third_party/nss/ssl/
sslauth.c 264 hostname = ss->url;
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 58 // a single space between the method/url and url/protocol.
73 ST_URL, // Receiving the URL
87 /* URL */ { ST_PROTO, ST_ERR, ST_ERR, ST_URL, ST_URL },
134 info->url = GURL(buffer);
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 45 super(request.method, request.url);
  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 150 // "url" from the CSS tokenizer, minus backslash-escape sequences
758 text = "url(" + quoteURLIfNeeded(m_value.string) + ")";
  /external/webkit/WebCore/inspector/front-end/
CallStackSidebarPane.js 73 subtitle = WebInspector.displayNameForURL(scriptOrResource.sourceURL || scriptOrResource.url);
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 155 void load(const String& url, const ContentType& contentType);
  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 60 SocketStreamHandle::SocketStreamHandle(const KURL& url, SocketStreamHandleClient* client)
61 : SocketStreamHandleBase(url, client)
68 ASSERT(url.protocolIs("ws") || url.protocolIs("wss"));
  /external/webkit/WebCore/xml/
XSLTProcessor.cpp 88 result->setURL(ownerDocument->url());
  /external/webkit/WebKit/chromium/public/
WebFrame.h 105 // The url of the document loaded in this frame. This is equivalent to
106 // dataSource()->request().url().
107 virtual WebURL url() const = 0;
109 // The url of the favicon (if any) specified by the document loaded in
113 // The url of the OpenSearch Desription Document (if any) specified by
246 // Load the given URL.
293 // View-source rendering mode. Set this before loading an URL to cause
298 // Sets the referrer for the given request to be the specified URL or
301 // out invalid referrers (e.g., it is invalid to send a HTTPS URL as
457 // Given a relative URL, returns an absolute URL by resolving the UR
    [all...]

Completed in 535 milliseconds

<<41424344454647484950>>