Home
last modified time | relevance | path

Searched refs:ACTION_UNSELECT (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DSelectionActionDelegateTest.kt107 ACTION_UNSELECT))) in request()
131 ACTION_UNSELECT))) in request_html()
196 testThat(selectedContent, withResponse(ACTION_UNSELECT), clearsSelection()) in <lambda>()
201 testThat(selectedContent, withResponse(ACTION_COPY, ACTION_UNSELECT), in <lambda>()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DSelectionActionDelegateTest.kt85 ACTION_UNSELECT))) in <lambda>()
141 testThat(selectedContent, withResponse(ACTION_UNSELECT), clearsSelection()) in <lambda>()
146 testThat(selectedContent, withResponse(ACTION_COPY, ACTION_UNSELECT), in <lambda>()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DSelectionActionDelegateTest.kt86 ACTION_UNSELECT))) in request()
142 testThat(selectedContent, withResponse(ACTION_UNSELECT), clearsSelection()) in <lambda>()
147 testThat(selectedContent, withResponse(ACTION_COPY, ACTION_UNSELECT), in <lambda>()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DSelectionActionDelegateTest.kt86 ACTION_UNSELECT))) in request()
142 testThat(selectedContent, withResponse(ACTION_UNSELECT), clearsSelection()) in <lambda>()
147 testThat(selectedContent, withResponse(ACTION_COPY, ACTION_UNSELECT), in <lambda>()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DBasicSelectionActionDelegate.java263 } else if (isActionAvailable(ACTION_UNSELECT)) { in clearSelection()
H A DGeckoSession.java3357 final String ACTION_UNSELECT = "org.mozilla.geckoview.UNSELECT"; field
3533 execute(ACTION_UNSELECT); in unselect()
3624 SelectionActionDelegate.ACTION_UNSELECT,
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DBasicSelectionActionDelegate.java263 } else if (isActionAvailable(ACTION_UNSELECT)) { in clearSelection()
H A DGeckoSession.java3357 final String ACTION_UNSELECT = "org.mozilla.geckoview.UNSELECT"; field
3533 execute(ACTION_UNSELECT); in unselect()
3624 SelectionActionDelegate.ACTION_UNSELECT,
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DBasicSelectionActionDelegate.java261 } else if (isActionAvailable(ACTION_UNSELECT)) { in clearSelection()
H A DGeckoSession.java3305 final String ACTION_UNSELECT = "org.mozilla.geckoview.UNSELECT"; field
3481 execute(ACTION_UNSELECT); in unselect()
3572 SelectionActionDelegate.ACTION_UNSELECT,
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/geckoview/
H A DBasicSelectionActionDelegate.java277 } else if (isActionAvailable(ACTION_UNSELECT)) { in clearSelection()
H A DGeckoSession.java3231 final String ACTION_UNSELECT = "org.mozilla.geckoview.UNSELECT"; field
3407 execute(ACTION_UNSELECT); in unselect()
3496 SelectionActionDelegate.ACTION_UNSELECT,