Home
last modified time | relevance | path

Searched refs:getVisibleUrl (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/ephemeraltab/
H A DEphemeralTabMediator.java133 mSheetContent.updateURL(mWebContents.get().getVisibleUrl()); in createWebContentsObserver()
158 mSheetContent.updateURL(mWebContents.getVisibleUrl()); in createWebContentsDelegate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/handler/toolbar/
H A DPaymentHandlerToolbarMediator.java91 mModel.set(PaymentHandlerToolbarProperties.URL, mWebContentsRef.getVisibleUrl()); in didFinishNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content_public/browser/
H A DWebContents.java184 GURL getVisibleUrl(); in getVisibleUrl() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabUiUnitTestUtils.java95 doReturn(gurl).when(webContents).getVisibleUrl(); in prepareTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/
H A DPageInfoControllerDelegateImpl.java55 isHttpOrHttps(webContents.getVisibleUrl()), in PageInfoControllerDelegateImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/media/ui/
H A DMediaNotificationTestTabHolder.java122 when(mWebContents.getVisibleUrl()).thenAnswer(invocation -> gurl); in simulateNavigation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/android/javatests/src/org/chromium/content_public/browser/test/mock/
H A DMockWebContents.java120 public GURL getVisibleUrl() { in getVisibleUrl() method in MockWebContents
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/media/
H A DMediaStreamManager.java240 : mTab.getWebContents().getVisibleUrl().getSpec(), in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/trigger_scripts/
H A DAssistantTriggerScriptBridge.java105 webContents.getVisibleUrl().getSpec(), in start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellActivity.java275 mUrlTextView.setText(mWebContents.getVisibleUrl().getSpec()); in initializeUrlField()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/junit/src/org/chromium/chrome/browser/tasks/tab_management/suggestions/
H A DTabContextTest.java109 doReturn(gurl).when(webContents).getVisibleUrl(); in mockTab()
H A DTabSuggestionsOrchestratorTest.java88 doReturn(gurl).when(webContents).getVisibleUrl(); in mockTab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/media/android/java/src/org/chromium/components/browser_ui/media/
H A DMediaSessionHelper.java287 webContents.getVisibleUrl().getOrigin().getSpec());
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/webcontents/
H A DWebContentsImpl.java425 public GURL getVisibleUrl() { in getVisibleUrl() method in WebContentsImpl
433 return getVisibleUrl().getSpec(); in getVisibleUrlString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabImpl.java350 GURL url = getWebContents() != null ? getWebContents().getVisibleUrl() : GURL.emptyGURL(); in getUrl()
842 didStartPageLoad(webContents.getVisibleUrl()); in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/
H A DContextualSearchManager.java386 return new URL(baseWebContents.getVisibleUrl().getSpec()); in getBasePageURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java2099 GURL url = mWebContents.getVisibleUrl(); in getUrl()