Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DGlodaSyntheticView.jsm167 onQueryCompleted(aCollection) {
H A DGlodaMsgSearcher.jsm353 onQueryCompleted(aCollection) {
356 this.listener.onQueryCompleted(aCollection);
H A DCollection.jsm679 if (this._listener && this._listener.onQueryCompleted) {
680 this._listener.onQueryCompleted(this);
H A DNounMimetype.jsm397 onQueryCompleted(aCollection) {
H A DGloda.jsm231 * in your listener's onQueryCompleted method; the result will not be in
255 * in your listener's onQueryCompleted method; no results will be present in
H A DGlodaIndexer.jsm991 onQueryCompleted(aCollection) {
H A DGlodaDatastore.jsm161 onQueryCompleted(aCollection) {
449 QueryFromQueryResolver.onQueryCompleted({ data: this.collection });
H A DIndexMsg.jsm360 onQueryCompleted(aCollection) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/im/modules/
H A DGlodaIMSearcher.jsm348 onQueryCompleted(aCollection) {
351 this.listener.onQueryCompleted(aCollection);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/components/
H A DGlodaAutoComplete.jsm65 onQueryCompleted() {},
268 onQueryCompleted(aCollection) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DOMADownloadHandler.java382 DownloadManagerService.getDownloadManagerService().onQueryCompleted( in onReceive()
H A DDownloadManagerService.java1176 public void onQueryCompleted(DownloadItem item, boolean showNotification, in onQueryCompleted() method in DownloadManagerService