Searched refs:fTaskLooper (Results 1 – 2 of 2) sorted by relevance
77 fTaskLooper(NULL), in RepositoriesView()192 if (fTaskLooper) { in ~RepositoriesView()193 fTaskLooper->Lock(); in ~RepositoriesView()194 fTaskLooper->Quit(); in ~RepositoriesView()219 fTaskLooper = new TaskLooper(BMessenger(this)); in AttachedToWindow()426 fTaskLooper->PostMessage(&taskMessage); in _AddSelectedRowsToQueue()
65 TaskLooper* fTaskLooper; variable