Home
last modified time | relevance | path

Searched refs:ShowContextMenu (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab12_Linked.cpp23 scatter1.ShowInfo().ShowContextMenu().ShowPropertiesDlg().ShowProcessDlg(); in Init()
24 scatter2.ShowInfo().ShowContextMenu().ShowPropertiesDlg().ShowProcessDlg(); in Init()
25 scatter3.ShowInfo().ShowContextMenu().ShowPropertiesDlg().ShowProcessDlg(); in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller_test.cc48 void ShowContextMenu(const WebContextMenuData& data) override { in ShowContextMenu() function in blink::__anonbd4e9fb10111::TestWebFrameClientImpl
82 bool ShowContextMenu(const PhysicalOffset& location, in ShowContextMenu() function in blink::ContextMenuControllerTest
87 .ShowContextMenu(GetDocument()->GetFrame(), location, source); in ShowContextMenu()
95 return ShowContextMenu(location, source); in ShowContextMenuForElement()
151 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
212 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
269 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
326 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
385 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
447 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/
H A Dweb_contents_view_delegate_impl.cc17 void WebContentsViewDelegateImpl::ShowContextMenu( in ShowContextMenu() function in weblayer::WebContentsViewDelegateImpl
22 tab->ShowContextMenu(params); in ShowContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/
H A Dweb_contents_view_delegate_impl.cc17 void WebContentsViewDelegateImpl::ShowContextMenu( in ShowContextMenu() function in weblayer::WebContentsViewDelegateImpl
22 tab->ShowContextMenu(params); in ShowContextMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dcontext_menu_controller_test.cc52 void ShowContextMenu(const WebContextMenuData& data, in ShowContextMenu() function in blink::__anondbcc6c560111::TestWebFrameClientImpl
88 bool ShowContextMenu(const PhysicalOffset& location, in ShowContextMenu() function in blink::ContextMenuControllerTest
93 .ShowContextMenu(GetDocument()->GetFrame(), location, source); in ShowContextMenu()
101 return ShowContextMenu(location, source); in ShowContextMenuForElement()
157 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
218 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
275 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
332 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
391 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
453 EXPECT_TRUE(ShowContextMenu(location, kMenuSourceMouse)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.cc29 void ChromeWebContentsViewDelegateAndroid::ShowContextMenu( in ShowContextMenu() function in ChromeWebContentsViewDelegateAndroid
37 helper->ShowContextMenu(render_frame_host, params); in ShowContextMenu()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dtool_menu.h93 void ShowContextMenu( SELECTION& aSelection );
99 void ShowContextMenu();
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dtool_menu.cpp59 void TOOL_MENU::ShowContextMenu( SELECTION& aSelection ) in ShowContextMenu() function in TOOL_MENU
68 void TOOL_MENU::ShowContextMenu() in ShowContextMenu() function in TOOL_MENU
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/ui/
H A DPanmirrorUIDisplay.java57 public ShowContextMenu showContextMenu;
60 public interface ShowContextMenu interface in PanmirrorUIDisplay
/dports/textproc/sigil/Sigil-1.8.0/src/Tabs/
H A DTabBar.cpp70 ShowContextMenu(event, i); in mousePressEvent()
81 void TabBar::ShowContextMenu(QMouseEvent *event, int tab_index) in ShowContextMenu() function in TabBar
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc144 std::unique_ptr<webview::ShowContextMenu::Params> params( in Run()
145 webview::ShowContextMenu::Params::Create(*args_)); in Run()
149 guest_->ShowContextMenu(params->request_id); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc144 std::unique_ptr<webview::ShowContextMenu::Params> params( in Run()
145 webview::ShowContextMenu::Params::Create(*args_)); in Run()
149 guest_->ShowContextMenu(params->request_id); in Run()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DRegViewFPU.cpp28 connect(this, &CRegViewFPU::customContextMenuRequested, this, &CRegViewFPU::ShowContextMenu); in CRegViewFPU()
85 void CRegViewFPU::ShowContextMenu(const QPoint& pos) in ShowContextMenu() function in CRegViewFPU
H A DRegViewVU.cpp41 connect(this, &CRegViewVU::customContextMenuRequested, this, &CRegViewVU::ShowContextMenu); in CRegViewVU()
161 void CRegViewVU::ShowContextMenu(const QPoint& pos) in ShowContextMenu() function in CRegViewVU
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/tooldoublepoint/
H A Dvtooldoublepoint.cpp71 connect(firstPoint, &VSimplePoint::ShowContextMenu, this, &VToolDoublePoint::ShowContextMenu); in VToolDoublePoint()
81 connect(secondPoint, &VSimplePoint::ShowContextMenu, this, &VToolDoublePoint::ShowContextMenu); in VToolDoublePoint()
363 ShowContextMenu(event); in contextMenuEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/accessibility/
H A Dblink_ax_action_target.cc118 bool BlinkAXActionTarget::ShowContextMenu() const { in ShowContextMenu() function in content::BlinkAXActionTarget
119 return web_ax_object_.ShowContextMenu(); in ShowContextMenu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/accessibility/
H A Dblink_ax_action_target.cc119 bool BlinkAXActionTarget::ShowContextMenu() const { in ShowContextMenu() function in content::BlinkAXActionTarget
120 return web_ax_object_.ShowContextMenu(); in ShowContextMenu()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvsimplepoint.cpp58 …connect(m_namePoint, &VGraphicsSimpleTextItem::ShowContextMenu, this, &VSimplePoint::contextMenuEv… in VSimplePoint()
235 emit ShowContextMenu(event, id); in contextMenuEvent() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcube/app/window/
H A DCategoryListView.cpp232 this->ShowContextMenu(); in KeyPress()
245 this->ShowContextMenu(); in OnEntryContextMenu()
249 void CategoryListView::ShowContextMenu() { in ShowContextMenu() function in CategoryListView
/dports/games/crimson/crimson-0.5.3/src/comet/
H A Dedwindow.cpp141 ShowContextMenu( Point(-1, -1) ); in HandleEvent()
143 ShowContextMenu( Point(event.button.x - x, event.button.y - y) ); in HandleEvent()
172 ShowContextMenu( mv.Cursor() ); in HandleEvent()
197 ShowContextMenu( validhex ? pos : Point(-1,-1) ); in HandleEvent()
604 void EdWindow::ShowContextMenu( const Point &clicked ) { in ShowContextMenu() function in EdWindow
/dports/games/multimc/MultiMC5-0.6.11/application/pages/global/
H A DAccountListPage.cpp62 …->listView, &VersionListView::customContextMenuRequested, this, &AccountListPage::ShowContextMenu); in AccountListPage()
75 void AccountListPage::ShowContextMenu(const QPoint& pos) in ShowContextMenu() function in AccountListPage
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views_unittest.cc21 delegate_view->ShowContextMenu(web_contents()->GetMainFrame(), params); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/shell/browser/
H A Dshell_web_contents_view_delegate_android.cc29 void ShellWebContentsViewDelegate::ShowContextMenu( in ShowContextMenu() function in content::ShellWebContentsViewDelegate
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/menu/
H A Dmenu.cpp136 { ShowContextMenu(event.GetPosition()); } in OnRightUp()
172 void ShowContextMenu(const wxPoint& pos);
209 { ShowContextMenu(event.GetPosition()); } in OnRightUp()
235 void ShowContextMenu(const wxPoint& pos);
1225 void MyFrame::ShowContextMenu(const wxPoint& pos) in ShowContextMenu() function in MyFrame
1357 ShowContextMenu(point); in OnContextMenu()
1458 ShowContextMenu(point); in OnContextMenu()
1462 void MyDialog::ShowContextMenu(const wxPoint& pos) in ShowContextMenu() function in MyDialog
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/menu/
H A Dmenu.cpp135 { ShowContextMenu(event.GetPosition()); } in OnRightUp()
165 void ShowContextMenu(const wxPoint& pos);
197 { ShowContextMenu(event.GetPosition()); } in OnRightUp()
223 void ShowContextMenu(const wxPoint& pos);
1134 void MyFrame::ShowContextMenu(const wxPoint& pos) in ShowContextMenu() function in MyFrame
1252 ShowContextMenu(point); in OnContextMenu()
1326 ShowContextMenu(point); in OnContextMenu()
1330 void MyDialog::ShowContextMenu(const wxPoint& pos) in ShowContextMenu() function in MyDialog

12345678910>>...25