Home
last modified time | relevance | path

Searched defs:visibleCells (Results 1 – 14 of 14) sorted by relevance

/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/layout/
H A DJGraphModelFacade.java177 boolean visibleCells, boolean selfLoops) { in getOutgoingEdges()
216 boolean visibleCells, boolean selfLoops) { in getIncomingEdges()
H A DJGraphFacade.java1020 boolean visibleCells, boolean selfLoops) { in getOutgoingEdges()
1039 boolean visibleCells, boolean selfLoops) { in getIncomingEdges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/geo/
H A DGeolocationHeader.java754 Set<VisibleCell> visibleCells = visibleNetworksToEncode.allVisibleCells(); in encodeProtoVisibleNetworks() local
791 Set<VisibleCell> visibleCells = visibleNetworks.allVisibleCells(); in trimVisibleNetworks() local
H A DPlatformNetworksManager.java153 Set<VisibleCell> visibleCells = new HashSet<>(); in getAllVisibleCellsFromCellInfo() local
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DPixmapCachingSheetView.cpp212 const QRect visibleCells = paintCellRange(); in paintCells() local
/dports/java/jgraph/jgraph-java-5.13.0.4/src/org/jgraph/graph/
H A DGraphLayoutCache.java2472 boolean visibleCells) { in getNeighbours()
2512 boolean visibleCells, boolean selfLoops) { in getOutgoingEdges()
2530 boolean visibleCells, boolean selfLoops) { in getIncomingEdges()
2552 protected List getEdges(Object cell, Set exclude, boolean visibleCells, in getEdges()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.mm2471 - (NSArray*)visibleCells { method
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_cocoa.mm2570 - (NSArray*)visibleCells { method
/dports/editors/calligra/calligra-3.2.1/sheets/part/
H A DCanvasBase.cpp675 QRect CanvasBase::visibleCells() const in visibleCells() function in CanvasBase
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTCollectionView.m566 - (NSArray *)visibleCells { method
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DEditor.cpp2285 QRect Editor::visibleCells() in visibleCells() function in Editor
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp1970 const QList<int> visibleCells = edge & (Qt::LeftEdge | Qt::RightEdge) in loadEdge() local
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview.cpp1970 const QList<int> visibleCells = edge & (Qt::LeftEdge | Qt::RightEdge) in loadEdge() local
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddocparser.h1397 uint visibleCells() const { return m_visibleCells; } in visibleCells() function