Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp206 ObservedPtr<CPWL_ComboBox> thisObserved(this); in RePosChildWnd() local
230 if (!thisObserved) in RePosChildWnd()
236 if (!thisObserved) in RePosChildWnd()
241 if (!m_pList->SetVisible(true) || !thisObserved) in RePosChildWnd()
244 if (!m_pList->Move(rcList, true, false) || !thisObserved) in RePosChildWnd()
248 if (!thisObserved) in RePosChildWnd()
259 if (!thisObserved) in RePosChildWnd()
268 if (!thisObserved) in RePosChildWnd()
274 if (!thisObserved) in RePosChildWnd()
304 ObservedPtr<CPWL_ComboBox> thisObserved(this); in SetPopup() local
[all …]
Dcpwl_scroll_bar.cpp152 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in RePosChildWnd() local
155 if (!thisObserved) in RePosChildWnd()
160 if (!thisObserved) in RePosChildWnd()
316 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in CreateButtons() local
317 if (m_pPosButton->SetVisible(false) && thisObserved) { in CreateButtons()
334 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in SetScrollRange() local
345 if (!m_pPosButton->SetVisible(true) || !thisObserved) in SetScrollRange()
388 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in MovePosButton() local
390 if (!thisObserved) in MovePosButton()
Dcpwl_edit.cpp56 ObservedPtr<CPWL_Edit> thisObserved(this); in RePosChildWnd() local
58 if (!thisObserved) in RePosChildWnd()
345 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnKeyDown() local
353 if (!thisObserved) in OnKeyDown()
426 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnChar() local
433 if (!thisObserved) in OnChar()
788 ObservedPtr<CPWL_Edit> thisObserved(this); in SetCaret() local
790 if (!thisObserved) in SetCaret()
Dcpwl_wnd.cpp261 ObservedPtr<CPWL_Wnd> thisObserved(this); in InvalidateRect() local
273 return !!thisObserved; in InvalidateRect()
558 ObservedPtr<CPWL_Wnd> thisObserved(this); in SetVisible() local
561 if (!thisObserved) in SetVisible()
604 ObservedPtr<CPWL_Wnd> thisObserved(this); in RePosChildWnd() local
606 if (!thisObserved) in RePosChildWnd()
Dcpwl_list_box.cpp207 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnNotifySelectionChanged() local
219 if (!thisObserved) in OnNotifySelectionChanged()