Searched refs:BList (Results 176 - 200 of 425) sorted by relevance

1234567891011>>

/haiku/headers/os/interface/
H A DGroupLayoutBuilder.h50 BList fLayoutStack;
H A DLayout.h125 BList fItems;
126 BList fNestedLayouts;
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.h77 BList fInstalledItems;
/haiku/src/apps/expander/
H A DExpanderRules.h60 BList fList;
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp39 MinimizeAllInputFilter::Filter(BMessage* message, BList* _list)
/haiku/src/servers/media/
H A DDefaultManager.h73 BList fMsgList;
/haiku/src/servers/syslog_daemon/
H A Dlistener_output.cpp13 static BList sListeners;
/haiku/headers/private/shared/
H A DRWLocker.h127 BList fReadLockInfos;
/haiku/src/bin/
H A Dnotify.cpp64 BList* fRefs;
65 BList* fArgv;
81 fRefs = new BList();
82 fArgv = new BList();
H A Diroster.cpp14 BList list;
/haiku/src/kits/tracker/
H A DFSUndoRedo.h63 BList* pointList, uint32 moveMode);
H A DFSUndoRedo.cpp68 BList* pointList, uint32 moveMode);
89 BList* pointList);
211 BDirectory &dest, BList* pointList, uint32 moveMode)
242 BDirectory &target, BList* /*pointList*/, uint32 moveMode)
306 BDirectory &target, BList* /*pointList*/)
/haiku/src/tests/apps/installer/
H A DCopyEngine.cpp86 CopyEngine::SetPackagesList(BList *list)
/haiku/src/servers/app/
H A DServerPicture.h33 class BList;
/haiku/src/apps/mail/
H A DKUndoBuffer.cpp49 KUndoBuffer::KUndoBuffer():BList(1024)
76 return BList::AddItem(item);
94 return (KUndoItem*)BList::RemoveItem(index);
101 return (KUndoItem*)BList::ItemAt(index);
/haiku/src/servers/registrar/
H A DMessageRunnerManager.h77 BList fRunnerInfos;
/haiku/src/apps/deskcalc/
H A DExpressionTextView.h62 BList fPreviousExpressions;
/haiku/headers/private/netservices/
H A DHttpHeaders.h92 BList fHeaderList;
/haiku/src/libs/icon/
H A DIcon.h97 BList fListeners;
/haiku/src/tests/add-ons/kernel/file_systems/bfs/array/
H A Darray.cpp11 BList gList;
/haiku/src/libs/icon/generic/
H A DContainer.h40 Wraps \c BList and provides some additional features.
75 BList fItems;
78 BList fListeners;
260 BList listeners(fListeners);
274 BList listeners(fListeners);
/haiku/src/apps/serialconnect/
H A DTermView.h62 BList fScrollBuffer;
/haiku/src/apps/text_search/
H A DModel.cpp180 BList items;
213 BList items;
232 Model::_LoadHistory(BList& items) const
264 Model::_SaveHistory(const BList& items) const
296 Model::_FreeHistory(const BList& items) const
/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp256 BList elementInfos(count);
282 SimpleLayouter::_CalculateSumWeight(BList& elementInfos)
405 BList infosToLayout(fElementCount);
411 BList infosUnderMax(fElementCount);
412 BList infosOverMin(fElementCount);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp115 BList argList;
143 LaunchCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
264 const BMessage* keyMessage, BList* outList, BMessage* mouseMessage)
319 MouseDownCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
369 MouseUpCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
421 MouseButtonCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
879 BList* outList, void** setAsyncData, BMessage* mouseMessage)
994 MIMEHandlerCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
1074 BeepCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outList,
1161 MultiCommandActuator::KeyEvent(const BMessage* keyMessage, BList* outLis
[all...]

Completed in 137 milliseconds

1234567891011>>