Searched refs:_AddItem (Results 1 - 16 of 16) sorted by relevance

/haiku/src/apps/webpositive/
H A DBookmarkBar.h38 void _AddItem(ino_t inode, BEntry* entry);
H A DBrowsingHistory.h74 bool _AddItem(const BrowsingHistoryItem& item,
H A DBookmarkBar.cpp53 _AddItem(ref.node, &bookmark);
79 _AddItem(inode, &entry);
94 _AddItem(inode, &entry);
225 BookmarkBar::_AddItem(ino_t inode, BEntry* entry) function in class:BookmarkBar
H A DBrowsingHistory.cpp188 return _AddItem(item, false);
259 BrowsingHistory::_AddItem(const BrowsingHistoryItem& item, bool internal) function in class:BrowsingHistory
317 _AddItem(item, true);
/haiku/src/libs/alm/
H A DALMGroup.cpp55 return _AddItem(right, B_HORIZONTAL);
62 return _AddItem(bottom, B_VERTICAL);
132 ALMGroup::_AddItem(const ALMGroup& item, enum orientation orien) function in class:ALMGroup
/haiku/headers/libs/alm/
H A DALMGroup.h50 ALMGroup& _AddItem(const ALMGroup& item,
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h45 void _AddItem(PackageItem *item, uint64 size, uint32 groups,
H A DPackageInfo.cpp1059 _AddItem(item, originalSize, itemGroups, path, cust);
1101 PackageInfo::_AddItem(PackageItem *item, uint64 size, uint32 groups, function in class:PackageInfo
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h62 void _AddItem(PlaylistItem* item, int32 index);
H A DPlaylistListView.cpp286 _AddItem(item, index);
619 _AddItem(fPlaylist->ItemAt(i), i);
635 PlaylistListView::_AddItem(PlaylistItem* _item, int32 index) function in class:PlaylistListView
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h89 bool _AddItem(PropertyItemView* item);
H A DPropertyListView.cpp425 _AddItem(item);
593 // _AddItem
595 PropertyListView::_AddItem(PropertyItemView* item) function in class:PropertyListView
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h140 bool _AddItem(BGImageMenuItem* item);
H A DBackgroundsView.cpp514 _AddItem(new BGImageMenuItem(GetImage(i)->GetName(), i, message));
1019 _AddItem(item);
1136 BackgroundsView::_AddItem(BGImageMenuItem* item) function in class:BackgroundsView
/haiku/headers/os/interface/
H A DMenu.h224 bool _AddItem(BMenuItem* item, int32 index);
/haiku/src/kits/interface/
H A DMenu.cpp749 if (!_AddItem(item, index)) {
785 if (!_AddItem(item, index)) {
877 if (!_AddItem(item, index + i))
2400 BMenu::_AddItem(BMenuItem* item, int32 index) function in class:BMenu

Completed in 91 milliseconds