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

/haiku/src/kits/tracker/
H A DStatusWindow.h73 void UpdateStatus(thread_id, const char* curItem,
H A DStatusWindow.cpp296 BStatusWindow::UpdateStatus(thread_id thread, const char* curItem, argument
305 view->UpdateStatus(curItem, itemSize, optional);
917 BStatusView::UpdateStatus(const char* curItem, off_t itemSize, bool optional) argument
925 if (curItem != NULL)
933 if (curItem != NULL || fPendingStatusString[0]) {
939 // if we don't have curItem, take the one from the stash
940 const char* statusItem = curItem != NULL
941 ? curItem : fPendingStatusString;
984 } else if (curItem != NULL) {
987 strncpy(fPendingStatusString, curItem, 12
[all...]

Completed in 88 milliseconds