Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Dsurface_updater.cc79 for (ContentRevision content_revision : model->GetContentList()) { in MakeStreamUpdate()
128 const std::vector<ContentRevision>& content_list = model->GetContentList(); in GetContentSet()
182 loading_initial_ = loading_initial_ && model_->GetContentList().empty(); in SetModel()
191 loading_initial_ = loading_initial_ && model_->GetContentList().empty(); in OnUiUpdate()
238 for (const ContentRevision& rev : model_->GetContentList()) { in GetSliceIndexFromSliceId()
H A Dstream_model.h104 const std::vector<ContentRevision>& GetContentList() const { in GetContentList() function
H A Doffline_page_spy.cc23 for (ContentRevision content_rev : stream_model->GetContentList()) { in GetBadgesInStream()
H A Dstream_model_unittest.cc27 for (ContentRevision rev : model.GetContentList()) { in GetContentFrames()
78 EXPECT_EQ(0UL, model.GetContentList().size()); in TEST()
H A Dfeed_stream.cc491 ss << "model loaded, " << model_->GetContentList().size() << " contents, " in DumpStateForDebugging()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKFoldersPlugin/
H A DFoldersWidget.cs162 var records = fBase.GetContentList(recType); in btnSetSelected_Click()
234 int selRecords = fBase.GetContentList(recType).Count; in UpdateButtons()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/core/v2/
H A Dfeed_stream.cc53 model_->GetContentList(); in SetModel()
68 const std::vector<ContentRevision>& content_list = model_->GetContentList(); in OnUiUpdate()
123 for (ContentRevision content_revision : model.GetContentList()) { in GetUpdateForNewSurface()
H A Dstream_model.h86 const std::vector<ContentRevision>& GetContentList() const { in GetContentList() function
H A Dstream_model_unittest.cc27 for (ContentRevision rev : model.GetContentList()) { in GetContentFrames()
76 EXPECT_EQ(0UL, model.GetContentList().size()); in TEST()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Interfaces/
H A DIBaseWindow.cs51 List<GDMRecord> GetContentList(GDMRecordType recType); in GetContentList() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/tasks/
H A Dprefetch_images_task.cc72 for (ContentRevision rev : model.GetContentList()) { in PrefetchImagesFromModel()
H A Dget_prefetch_suggestions_task.cc88 for (ContentRevision rev : model.GetContentList()) { in PullSuggestionsFromModel()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKStdReports/
H A DContemporariesReport.cs83 … var stats = new TreeStats(fBase.Context, fBase.GetContentList(GDMRecordType.rtIndividual)); in InternalGenerate()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/
H A DTestStubs.cs113 public List<GDMRecord> GetContentList(GDMRecordType recType) { return null; } in GetContentList() method in GKTests.Stubs.BaseWindowStub
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKWordsCloudPlugin/
H A DWordsCloudWidget.cs115 …TreeStats treeStats = new TreeStats(fBase.Context, fBase.GetContentList(GDMRecordType.rtIndividual… in UpdateCloud()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Export/
H A DExcelExporter.cs41 fSelectedRecords = baseWin.GetContentList(GDMRecordType.rtIndividual); in ExcelExporter()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DMapsViewerWin.cs142 …fController = new MapsViewerWinController(this, baseWin.GetContentList(GDMRecordType.rtIndividual)… in MapsViewerWin()
H A DBaseWinSDI.cs337 public List<GDMRecord> GetContentList(GDMRecordType recType) in GetContentList() method in GKUI.Forms.BaseWinSDI
339 return fController.GetContentList(recType); in GetContentList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/
H A Dlwpfoundry.hxx133 LwpObjectID& GetContentList() { return m_ContentList; } in GetContentList() function in LwpContentManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/
H A Dlwpfoundry.hxx136 LwpObjectID& GetContentList() { return m_ContentList; } in GetContentList() function in LwpContentManager
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DMapsViewerWin.cs151 …fController = new MapsViewerWinController(this, baseWin.GetContentList(GDMRecordType.rtIndividual)… in MapsViewerWin()
H A DBaseWinSDI.cs355 public List<GDMRecord> GetContentList(GDMRecordType recType) in GetContentList() method in GKUI.Forms.BaseWinSDI
357 return fController.GetContentList(recType); in GetContentList()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Controllers/
H A DBaseWinController.cs479 public List<GDMRecord> GetContentList(GDMRecordType recType) in GetContentList() method in GKCore.Controllers.BaseWinController
886 List<GDMRecord> selectedRecords = GetContentList(GDMRecordType.rtIndividual); in ShowStats()
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpdoc.cxx291 m_xOwnedFoundry->GetContentManager().GetContentList().obj().get()) in RegisterStylesInPara()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpdoc.cxx285 …? dynamic_cast<LwpHeadContent*> (m_xOwnedFoundry->GetContentManager().GetContentList().obj().get()) in RegisterStylesInPara()