Lines Matching refs:pWatched
124 ObservedPtr<CXFA_FFTextEdit> pWatched(this); in OnLButtonDown() local
128 if (!pWatched) in OnLButtonDown()
138 return !!pWatched; in OnLButtonDown()
142 ObservedPtr<CXFA_FFTextEdit> pWatched(this); in OnRButtonDown() local
146 if (!pWatched) in OnRButtonDown()
155 return !!pWatched; in OnRButtonDown()
167 ObservedPtr<CXFA_FFTextEdit> pWatched(this); in OnSetFocus() local
173 if (!pWatched) in OnSetFocus()
184 return !!pWatched; in OnSetFocus()
188 ObservedPtr<CXFA_FFWidget> pWatched(this); in OnKillFocus() local
193 if (!pWatched) in OnKillFocus()
201 if (!pWatched) in OnKillFocus()
207 if (!pWatched) in OnKillFocus()