Home
last modified time | relevance | path

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

/haiku/src/apps/people/
H A DPeopleApp.cpp341 PersonWindow* personWindow = dynamic_cast<PersonWindow*>(window); in _FindWindow() local
342 if (personWindow == NULL) in _FindWindow()
344 if (personWindow->RefersPersonFile(ref)) in _FindWindow()
345 return personWindow; in _FindWindow()