Home
last modified time | relevance | path

Searched refs:setContentCaptureConsumer (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/content_capture/android/java/src/org/chromium/components/content_capture/
H A DContentCaptureConsumer.java53 mManager.setContentCaptureConsumer(this); in onWebContentsChanged()
H A DContentCaptureReceiverManager.java32 public void setContentCaptureConsumer(ContentCaptureConsumer consumer) { in setContentCaptureConsumer() method in ContentCaptureReceiverManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentCaptureTest.java265 mAwContents.setContentCaptureConsumer(mConsumer); in setUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DWebViewChromium.java1826 mAwContents.setContentCaptureConsumer(ContentCaptureConsumerImpl.create(
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1663 public void setContentCaptureConsumer(ContentCaptureConsumer consumer) { in setContentCaptureConsumer() method in AwContents