HomeSort by relevance Sort by last modified time
    Searched refs:currentUrl (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 54 String currentUrl = mTab.getUrl();
55 if (!TextUtils.isEmpty(currentUrl)) {
58 currentUrl = Uri.parse(currentUrl).buildUpon().fragment(null).build().toString();
63 if (LOGD_ENABLED) Log.d(LOGTAG, "loadUrlIfChanged\nnew: " + url + "\nold: " +currentUrl);
64 if (!TextUtils.equals(url, currentUrl)) {
NfcHandler.java 97 String currentUrl = mCurrentTab.getUrl();
98 if (currentUrl != null) {
100 return new NdefMessage(NdefRecord.createUri(currentUrl));
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp     [all...]

Completed in 48 milliseconds