Searched refs:into (Results 201 - 206 of 206) sorted by relevance

123456789

/haiku/src/kits/support/
H A DUrl.cpp784 BUrl::Archive(BMessage* into, bool deep) const argument
786 status_t ret = BArchivable::Archive(into, deep);
789 ret = into->AddString(kArchivedUrl, UrlString());
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp315 virtual void GetColumnName(BString* into) const;
396 TreeTable::Column::GetColumnName(BString* into) const
398 fTableColumn->GetColumnName(into);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp80 The purpose of this class is to put a translator entry_ref into - and remove
171 // we're sneaking ourselves into the BApplication, if it's running
251 // has the entry been moved into a monitored directory or
910 when they become available. Instead, they are put into a set.
1233 BTranslatorRoster::Archive(BMessage* into, bool deep) const argument
1235 status_t status = BArchivable::Archive(into, deep);
1239 return fPrivate->StoreTranslators(*into);
1390 and puts them into the outInfo array (which you must delete
1718 specified by \a id and puts them into \a ioExtension.
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex540 into four byte blocks, which are interpreted as big endian unsigned words
/haiku/src/kits/interface/
H A DColumnListView.cpp769 BColumn::GetColumnName(BString* into) const
771 *into = "(Unnamed)";
1786 // scroll. Note we have done so, so we don't go into infinite
2079 // TODO: Take border size into account
3070 // Drag back into view
H A DView.cpp760 BView::AllArchived(BMessage* into) const
762 return BHandler::AllArchived(into);
1072 * _RESIZE_MASK_ is used for that. Look into View.h to see how
1504 // we move the rectangle dragging into the app_server
2874 // TODO: move this into a BFont method
4157 // calls with a NULL fCommArray would drop into the debugger anyway,
4281 // client write into it

Completed in 103 milliseconds

123456789