Home
last modified time | relevance | path

Searched refs:receivePopupContents (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/docs/
H A Dhow-does-on-create-window-work.md73 …[`AwContents#receivePopupContents`](https://source.chromium.org/chromium/chromium/src/+/master:and…
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1401 newContents.receivePopupContents(popupNativeAwContents); in supplyContentsForPopup()
1407 private void receivePopupContents(long popupNativeAwContents) { in receivePopupContents() method in AwContents