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

123456789

/haiku/src/kits/app/
H A DCursor.cpp141 BCursor::Archive(BMessage *into, bool deep) const argument
/haiku/src/apps/activitymonitor/
H A DActivityView.h62 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DActivityView.cpp651 ActivityView::Archive(BMessage* into, bool deep) const argument
655 status = BView::Archive(into, deep);
659 status = into->AddString("add_on", kSignature);
663 status = SaveState(*into);
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h64 virtual status_t Archive(BMessage* into,
/haiku/headers/os/interface/
H A DMenuField.h95 virtual status_t AllArchived(BMessage* into) const;
H A DTabView.h114 virtual status_t Archive(BMessage* into,
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp246 ShapeListView::ArchiveSelection(BMessage* into, bool deep) const argument
248 into->what = ShapeListView::kSelectionArchiveCode;
283 into->AddMessage("shape archive", &archive);
296 into->AddMessage("shape archive", &archive);
H A DPathListView.cpp502 PathListView::ArchiveSelection(BMessage* into, bool deep) const argument
504 into->what = PathListView::kSelectionArchiveCode;
513 into->AddMessage("path", &archive);
H A DStyleListView.cpp425 StyleListView::ArchiveSelection(BMessage* into, bool deep) const argument
427 into->what = StyleListView::kSelectionArchiveCode;
436 into->AddMessage("style", &archive);
/haiku/headers/libs/alm/
H A DALMLayout.h158 virtual status_t Archive(BMessage* into, bool deep = true) const;
167 virtual status_t ItemArchived(BMessage* into, BLayoutItem* item,
/haiku/src/kits/interface/
H A DSplitView.cpp329 BSplitView::Archive(BMessage* into, bool deep) const argument
331 return BView::Archive(into, deep);
H A DColumnTypes.cpp59 BTitledColumn::GetColumnName(BString* into) const
61 *into = fTitle;
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp81 BNetBuffer::Archive(BMessage* into, bool deep) const argument
86 status_t result = into->AddData("buffer", B_RAW_TYPE, fImpl->Data(),
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp273 virtual void GetColumnName(BString* into) const;
354 Table::Column::GetColumnName(BString* into) const
356 fTableColumn->GetColumnName(into);
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp90 FilePlaylistItem::Archive(BMessage* into, bool deep) const argument
92 status_t ret = BArchivable::Archive(into, deep);
100 ret = into->AddString(kPathKey, path.Path());
544 // Finally, move the entry into the trash
547 fprintf(stderr, "failed to move entry into trash %s: %s\n",
608 // Finally, move the entry back into the original folder
H A DPlaylist.cpp142 Playlist::Archive(BMessage* into) const
144 if (into == NULL)
154 ret = into->AddMessage(kItemArchiveKey, &itemArchive);
508 // recursively append the ref (dive into folders)
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp274 BNetworkCookieJar::Archive(BMessage* into, bool deep) const argument
276 status_t error = BArchivable::Archive(into, deep);
288 error = into->AddMessage(kArchivedCookieMessageName, &subArchive);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp392 Flurry::SaveState(BMessage* into) const
/haiku/src/apps/sudoku/
H A DSudokuView.h43 virtual status_t Archive(BMessage* into, bool deep = true) const;
H A DSudokuView.cpp88 SudokuView::Archive(BMessage* into, bool deep) const argument
92 status = BView::Archive(into, deep);
96 status = into->AddString("add_on", kSignature);
100 status = into->AddRect("bounds", Bounds());
104 status = SaveState(*into);
/haiku/headers/private/interface/
H A DColumnTypes.h36 virtual void GetColumnName(BString* into) const;
H A DColumnListView.h142 // Blows up into the debugger if the validation fails.
193 virtual void GetColumnName(BString* into) const;
/haiku/src/preferences/media/
H A DMediaWindow.cpp555 MediaWindow::_FindNodes(media_type type, uint64 kind, NodeList& into) argument
592 into.AddItem(info);
/haiku/headers/os/support/
H A DArchivable.h34 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/apps/deskcalc/
H A DCalcView.cpp1313 // insert into expression text
1468 CalcView::_FetchAppIcon(BBitmap* into) argument
1475 status = appInfo.GetIcon(into, B_MINI_ICON);
1478 memset(into->Bits(), 0, into->BitsLength());

Completed in 167 milliseconds

123456789