Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp265 const tip_entry* pFront = fullFrameTip(); in match() local
266 if(pFront) { in match()
269 return make_pair(m_target, f.Contains(point) ? pFront : 0); in match()