Home
last modified time | relevance | path

Searched refs:tabRemoved (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/tabs/
H A DTabsLayoutAdapter.java40 boolean tabRemoved = mTabs.remove(tab); in removeTab()
41 if (tabRemoved) { in removeTab()
44 return tabRemoved; in removeTab()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/
H A Dhidabletabwidget.cpp49 void HidableTabWidget::tabRemoved(const int index) in tabRemoved() function in HidableTabWidget
52 QTabWidget::tabRemoved(index); in tabRemoved()
H A Dhidabletabwidget.h44 void tabRemoved(int index) override;
/dports/audio/musescore/MuseScore-3.6.1/mscore/scorecmp/
H A Dscorelistmodel.cpp36 connect(tab, &ScoreTab::tabRemoved, this, &ScoreListModel::tabRemoved); in ScoreListModel()
95 void ScoreListModel::tabRemoved(int idx) in tabRemoved() function in Ms::ScoreListModel
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelObserverJniBridge.java122 public final void tabRemoved(Tab tab) { in tabRemoved() method in TabModelObserverJniBridge
124 TabModelObserverJniBridgeJni.get().tabRemoved( in tabRemoved()
189 void tabRemoved( in tabRemoved() method
/dports/www/falkon/falkon-3.2.0/src/lib/tabwidget/
H A Dtabmodel.cpp214 connect(m_window->tabWidget(), &TabWidget::tabRemoved, this, &TabModel::tabRemoved); in init()
251 void TabModel::tabRemoved(int index) in tabRemoved() function in TabModel
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/src/gui/annotator/tabs/
H A DAnnotationTabWidget.cpp102 void AnnotationTabWidget::tabRemoved(int index) in tabRemoved() function in kImageAnnotator::AnnotationTabWidget
104 QTabWidget::tabRemoved(index); in tabRemoved()
H A DAnnotationTabWidget.h55 void tabRemoved(int index) override;
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/editor/
H A Dsieveeditortabwidget.cpp185 void SieveEditorTabWidget::tabRemoved(int index) in tabRemoved() function in SieveEditorTabWidget
190 QTabWidget::tabRemoved(index); in tabRemoved()
H A Dsieveeditortabwidget.h33 void tabRemoved(int index) override;
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dmaintabwidget.hh31 virtual void tabRemoved(int index);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/tabmodel/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelFilter.java287 public void tabRemoved(Tab tab) { in tabRemoved() method in TabModelFilter
290 observer.tabRemoved(tab); in tabRemoved()
H A DTabModelObserver.java111 default void tabRemoved(Tab tab) {} in tabRemoved() method
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.h64 void tabRemoved(int);
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.h64 void tabRemoved(int);
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.h64 void tabRemoved(int);
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dbyte_view_tab.h64 void tabRemoved(int);
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgstabwidget.h88 void tabRemoved( int index ) override;
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgstabwidget.h88 void tabRemoved( int index ) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/
H A DLayoutManagerChromePhone.java118 protected void tabClosed(int id, int nextId, boolean incognito, boolean tabRemoved) {
130 boolean animate = !tabRemoved && animationsEnabled();
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/captureHandler/
H A DICaptureTabStateHandler.h50 virtual void tabRemoved(int index) = 0;
H A DCaptureTabStateHandler.h52 void tabRemoved(int index) override;
/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dtabbar.h65 void tabRemoved (int index) override;
/dports/graphics/ksnip/ksnip-1.9.2/tests/mocks/
H A DCaptureTabStateHandlerMock.h54 void tabRemoved(int index) override;
H A DCaptureTabStateHandlerMock.cpp83 void CaptureTabStateHandlerMock::tabRemoved(int index) in tabRemoved() function in CaptureTabStateHandlerMock

1234567891011