Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/extensions/
H A Dextensions-browser.manifest5 category webextension-scripts contextMenus chrome://browser/content/ext-contextMenus.js
16 category webextension-scripts-addon contextMenus chrome://browser/content/ext-c-contextMenus.js
H A Djar.mn18 content/browser/ext-contextMenus.js
27 content/browser/ext-c-contextMenus.js
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jQuery-contextMenu/documentation/docs/
H A Dplugin-commands.md15 - [Unregister all contextMenus](#unregister-all-contextmenus)
63 ## Unregister all contextMenus
65 To unregister / destroy all contextMenus:
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/extensions/api/
H A Dchrome_web_view_internal.json75 …is is listed here so that we can build |contexts| using the same code from chrome.contextMenus API.
172 …is is listed here so that we can build |contexts| using the same code from chrome.contextMenus API.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/extensions/api/
H A Dchrome_web_view_internal.json75 …is is listed here so that we can build |contexts| using the same code from chrome.contextMenus API.
172 …is is listed here so that we can build |contexts| using the same code from chrome.contextMenus API.
/dports/finance/kraft/kraft-0.97/src/
H A Dalldocsview.h54 QVector<QMenu*> contextMenus();
H A Dalldocsview.cpp394 QVector<QMenu*> AllDocsView::contextMenus() in contextMenus() function in AllDocsView
H A Dportal.cpp287 QVector<QMenu*> menus = m_portalView->docDigestView()->contextMenus(); in initView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dnative_bindings_apitest.cc178 "permissions": ["contextMenus"], in IN_PROC_BROWSER_TEST_F()
223 "permissions": ["contextMenus"], in IN_PROC_BROWSER_TEST_F()
/dports/www/firefox/firefox-99.0/browser/actors/
H A DContextMenuChild.jsm36 let contextMenus = new WeakMap();
49 let actor = contextMenus.get(browsingContext);
61 let contextMenu = contextMenus.get(browsingContext);
530 contextMenus.set(this.browsingContext, this);
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DContextMenuChild.jsm36 let contextMenus = new WeakMap();
49 let actor = contextMenus.get(browsingContext);
61 let contextMenu = contextMenus.get(browsingContext);
511 contextMenus.set(this.browsingContext, this);
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DContextMenuChild.jsm36 let contextMenus = new WeakMap();
49 let actor = contextMenus.get(browsingContext);
61 let contextMenu = contextMenus.get(browsingContext);
511 contextMenus.set(this.browsingContext, this);
/dports/lang/spidermonkey78/firefox-78.9.0/browser/actors/
H A DContextMenuChild.jsm36 let contextMenus = new WeakMap();
49 let actor = contextMenus.get(browsingContext);
61 let contextMenu = contextMenus.get(browsingContext);
523 contextMenus.set(this.browsingContext, this);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2999 QList<QMenu*> contextMenus = view.findChildren<QMenu*>(); in contextMenuCopy() local
3000 QVERIFY(!contextMenus.isEmpty()); in contextMenuCopy()
3001 QMenu* contextMenu = contextMenus.first(); in contextMenuCopy()
/dports/www/py-django-tinymce/django-tinymce-3.4.0/tinymce/static/tinymce/
H A Dtinymce.d.ts1303 contextMenus: Record<string, ContextMenuApi>;
/dports/deskutils/egroupware/egroupware/vendor/tinymce/tinymce/
H A Dtinymce.d.ts1176 contextMenus: Record<string, ContextMenuApi>;
/dports/www/tinymce/tinymce/js/tinymce/
H A Dtinymce.d.ts1303 contextMenus: Record<string, ContextMenuApi>;