Searched refs:bookmark (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp49 BEntry bookmark; local
50 while (dir.GetNextEntry(&bookmark, true) == B_OK) {
52 if (bookmark.GetNodeRef(&ref) == B_OK)
53 _AddItem(ref.node, &bookmark);
150 // removing a bookmark from it.
213 // We need enough vertical space to show bookmark icons.
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1584 // insert current position as bookmark
1588 off_t bookmark = -1; local
1593 if (message != NULL && message->FindInt64("block", &bookmark) == B_OK) {
1594 if (block <= bookmark)
1599 // the bookmark already exists
1600 if (block == bookmark)

Completed in 83 milliseconds