Home
last modified time | relevance | path

Searched refs:TASK_COMPLETED_WITH_ERRORS (Results 1 – 3 of 3) sorted by relevance

/haiku/src/preferences/repositories/
H A Dconstants.h67 TASK_COMPLETED_WITH_ERRORS, enumerator
H A DTaskLooper.cpp176 case TASK_COMPLETED_WITH_ERRORS: in MessageReceived()
186 if (message->what == TASK_COMPLETED_WITH_ERRORS) in MessageReceived()
314 reply.what = TASK_COMPLETED_WITH_ERRORS; in _DoTask()
H A DRepositoriesView.cpp340 case TASK_COMPLETED_WITH_ERRORS: in MessageReceived()