Searched refs:AddToRecentDocuments (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/apps/icon-o-matic/import_export/
H A DExporter.cpp125 be_roster->AddToRecentDocuments(&fRef);
/haiku-fatelf/src/tests/kits/app/broster/
H A DGetRecentTester.cpp634 roster.AddToRecentDocuments(&doc1, test_sigs[0]);
635 roster.AddToRecentDocuments(&doc2, test_sigs[1]);
636 roster.AddToRecentDocuments(&doc3, test_sigs[0]);
637 roster.AddToRecentDocuments(&doc4, test_sigs[1]);
638 roster.AddToRecentDocuments(&doc5, test_sigs[2]);
959 roster.AddToRecentDocuments(&doc1, test_sigs[4]);
960 roster.AddToRecentDocuments(&doc2, test_sigs[5]);
961 roster.AddToRecentDocuments(&doc3, test_sigs[4]);
962 roster.AddToRecentDocuments(&doc4, test_sigs[5]);
963 roster.AddToRecentDocuments(
[all...]
/haiku-fatelf/headers/build/os/app/
H A DRoster.h137 void AddToRecentDocuments(const entry_ref *doc,
/haiku-fatelf/headers/os/app/
H A DRoster.h114 void AddToRecentDocuments(const entry_ref *doc,
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp789 be_roster->AddToRecentDocuments(&ref, APP_SIGNATURE);
866 be_roster->AddToRecentDocuments(ref, APP_SIGNATURE);
2022 be_roster->AddToRecentDocuments(&newRef, APP_SIGNATURE);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp479 be_roster->AddToRecentDocuments(&ref, kAppSig);
/haiku-fatelf/src/apps/sudoku/
H A DSudokuWindow.cpp391 be_roster->AddToRecentDocuments(&ref, kSignature);
/haiku-fatelf/src/kits/app/
H A DApplication.cpp940 BRoster().AddToRecentDocuments(&ref);
H A DRoster.cpp1582 BRoster::AddToRecentDocuments(const entry_ref* doc, const char* appSig) const function in class:BRoster
1616 DBG(OUT("WARNING: BRoster::AddToRecentDocuments() failed with error 0x%lx\n", err));
1655 DBG(OUT("WARNING: BRoster::AddToRecentDocuments() failed with error 0x%lx\n", err));
/haiku-fatelf/src/kits/tracker/
H A DFilePanelPriv.cpp1503 BRoster().AddToRecentDocuments(&ref);
/haiku-fatelf/src/apps/showimage/
H A DShowImageView.cpp428 be_roster->AddToRecentDocuments(ref, kApplicationSignature);

Completed in 104 milliseconds