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

<<41424344454647484950>>

  /external/webkit/WebKit/android/jni/
WebHistory.cpp 289 // item, try to get the icon using the url without the ref.
291 WebCore::String url = item->urlString(); local
292 if (item->url().hasFragmentIdentifier()) {
293 int refIndex = url.reverseFind('#');
294 url = url.substring(0, refIndex);
296 WebCore::Image* icon = WebCore::iconDatabase()->iconForPageURL(url,
391 // Original url
394 // Url
485 // Read the original url
    [all...]
WebViewCore.cpp 1023 const WebCore::KURL& url = loader->url(); local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 299 def _get_latest_revision(self, url):
303 url: Url to retrieve layout test revision numbers.
310 logging.debug('Url to retrieve revision: "%s"', url)
312 f = urllib.urlopen(url)
344 """Generate the url to download latest layout test archive.
347 Url to download archive or
365 logging.info('Archive url: "%s"', archive_url)
376 url = self._get_archive_url(
    [all...]
  /frameworks/base/core/java/android/webkit/
CookieManager.java 277 * Set cookie for a given url. The old cookie with same host/path/name will
280 * @param url The url which cookie is set for
283 public void setCookie(String url, String value) {
286 uri = new WebAddress(url);
288 Log.e(LOGTAG, "Bad address: " + url);
320 //Path: Defaults to the path of the request URL that generated the
361 // secure cookies can't be overwritten by non-HTTPS url
404 * Get cookie(s) for a given url so that it can be set to "cookie:" in http
406 * @param url The url needs cooki
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 1082 String url = ""; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 477 String url = getItem(position).toString();
479 Drawable d = mContext.getPackageManager().getActivityIcon(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
486 if (url.startsWith(telPrefix)) {
487 url = PhoneNumberUtils.formatNumber(url.substring(telPrefix.length()));
489 tv.setText(url);
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 316 QCOMPARE(n.request.url().toString(), QString("data:text/html,Reached"));
333 requestedUrls.append(request.url());
345 + QByteArray("p { background-image: url('http://does.not/exist.png');}").toBase64()));
489 : classid(c), url(u), paramNames(pn),
493 QUrl url; member in struct:PluginPage::CallInfo
502 virtual QObject *createPlugin(const QString &classid, const QUrl &url,
513 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
543 QCOMPARE(ci.url, QUrl());
578 QCOMPARE(ci.url, QUrl());
593 QCOMPARE(ci.url, QUrl())
1230 QUrl url = QUrl("qrc:\/\/\/resources\/index.html"); local
1261 QUrl url = QUrl("qrc:\/\/\/resources\/iframe.html"); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 98 // Regex that matches Web URL protocol part as case insensitive.
547 public boolean shouldOverrideUrlLoading(WebView view, String url) {
549 if (url != null && url.toLowerCase().startsWith("mailto:")) {
550 return MessageCompose.actionCompose(MessageView.this, url, mAccountId);
555 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
563 // If no application can handle the URL, assume that the
1397 String url = m.group(); local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 41 SocketStream::SocketStream(const GURL& url, Delegate* delegate)
42 : url_(url),
48 proxy_url_(url),
63 url.scheme())),
64 metrics_(new SocketStreamMetrics(url)),
441 // If proxy was not found for original URL (i.e. websocket URL),
442 // try again with https URL, like Safari implementation.
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 329 void MediaPlayerPrivate::load(const String& url)
331 LOG_VERBOSE(Media, "Load %s", url.utf8().data());
341 createGSTPlayBin(url);
833 // Found a candidate. new-location is not always an absolute url
834 // though. We need to take the base of the current url and
852 LOG_VERBOSE(Media, "New media url: %s", newUrl.string().utf8().data());
    [all...]
WebKitWebSourceGStreamer.cpp 184 g_param_spec_string("iradio-url",
185 "iradio-url",
186 "Homepage URL for radio stream",
360 KURL url = KURL(KURL(), priv->uri); local
362 ResourceRequest request(url);
367 if (!g_ascii_strcasecmp("movies.apple.com", url.host().utf8().data()))
662 value = response.httpHeaderField("icy-url");
666 g_object_notify(G_OBJECT(m_src), "iradio-url");
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js 113 * Container of all breakpoints set using resource URL. These breakpoints
410 * @param {string} url Resource url.
414 devtools.DebuggerAgent.prototype.createExceptionMessage_ = function(url, line, message)
421 url,
437 var resource = WebInspector.resourceURLMap[msg.url];
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 77 MyTransmitter(const char *url, const sp<ALooper> &looper)
78 : mServerURL(url),
290 AString *request, const char *method, const char *url) {
312 A2.append(url);
334 request->append(url);
  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 1240 String url = handler.getNamespaceForPrefix(prefix); local
1278 String url = handler.getNamespaceForPrefix(prefix); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 222 "url TEXT," +
980 String url = cursor.getString(1); local
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 7 @import url("android-developer-core.css");
140 background:url('images/triangle-closed-small.png') 7px 4px no-repeat;
143 background:url('images/triangle-opened-small.png') 7px 4px no-repeat;
1011 background-image:url(images/grad-rule-qv.png);
1293 background: transparent url("images/resizable-s2.gif") repeat scroll center top; }
1295 background: transparent url("images/resizable-e2.gif") repeat scroll right center; }
android-developer-reference.js 231 function find_page(url, data)
237 if (d[1] == url) {
241 result = find_page(url, d[2]);
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 235 void MediaPlayerPrivate::createQTMovie(const String& url)
237 NSURL *cocoaURL = KURL(ParsedURLString, url);
255 void MediaPlayerPrivate::createQTMovie(NSURL *url, NSDictionary *movieAttributes)
267 if (protocolIs([url scheme], "rtsp"))
552 void MediaPlayerPrivate::load(const String& url)
567 createQTMovie(url);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 155 void MediaPlayerPrivate::load(const String& url)
178 m_qtMovie->load(url.characters(), url.length(), m_player->preservesPitch());
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 224 WebURL url = ds->hasUnreachableURL() ? local
226 request.url();
229 m_toolsAgentDelegateStub->frameNavigate(WebCore::KURL(url).string());
  /frameworks/base/core/java/android/app/
SuggestionsAdapter.java 74 // URL color
330 private CharSequence formatUrl(CharSequence url) {
332 // Lazily get the URL color from the current theme.
338 SpannableString text = new SpannableString(url);
340 0, url.length(),
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 23 import java.net.URL;
258 * systemId is a URL, we should try to resolve it, but it doesn't
259 * specify how to tell whether or not the systemId is a URL let alone
291 * as a URL and download and parse its contents here, but an
749 * Opens an InputStream for the given URL.
751 /*package*/ static InputStream openUrl(String url) throws IOException {
753 URLConnection urlConnection = new URL(url).openConnection();
760 IOException ioe = new IOException("Couldn't open " + url);
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 138 The WebFrameLoadDelegate receives messages when the URL in a WebFrame is
142 content should be handled, based on the resource's URL and MIME type.
193 @abstract Returns a URL from a pasteboard
194 @param pasteboard The pasteboard with a URL
195 @result A URL if the pasteboard has one. Nil if it does not.
197 including NSURLPboardType to find a URL on the pasteboard.
200 HRESULT URLFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* url);
204 @abstract Returns a URL title from a pasteboard
205 @param pasteboard The pasteboard with a URL title
206 @result A URL title if the pasteboard has one. Nil if it does not
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 109 import java.net.URL;
460 * Returns a Url file path to the javaDoc folder.
563 URL url = getEmbeddedFileUrl(AndroidConstants.WS_SEP + filepath); local
564 if (url != null) {
565 return url.openStream();
579 * Returns the URL of a binary file embedded in the plugin jar file.
583 public static URL getEmbeddedFileUrl(String filepath) {
600 URL url = bundle.getEntry(path) local
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 35 // URL for test.
390 public MockUrlQuerySanitizer(String url) {
391 super(url);

Completed in 1003 milliseconds

<<41424344454647484950>>