Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp349 ObservedPtr<CPWL_ComboBox> thisObserved(this); in RePosChildWnd() local
373 if (!thisObserved) in RePosChildWnd()
379 if (!thisObserved) in RePosChildWnd()
384 if (!m_pList->SetVisible(true) || !thisObserved) in RePosChildWnd()
387 if (!m_pList->Move(rcList, true, false) || !thisObserved) in RePosChildWnd()
391 if (!thisObserved) in RePosChildWnd()
402 if (!thisObserved) in RePosChildWnd()
411 if (!thisObserved) in RePosChildWnd()
417 if (!thisObserved) in RePosChildWnd()
450 ObservedPtr<CPWL_ComboBox> thisObserved(this); in SetPopup() local
[all …]
Dcpwl_scroll_bar.cpp376 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in RePosChildWnd() local
379 if (!thisObserved) in RePosChildWnd()
384 if (!thisObserved) in RePosChildWnd()
560 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in CreateButtons() local
561 if (m_pPosButton->SetVisible(false) && thisObserved) { in CreateButtons()
581 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in SetScrollRange() local
592 if (!m_pPosButton->SetVisible(true) || !thisObserved) in SetScrollRange()
663 ObservedPtr<CPWL_ScrollBar> thisObserved(this); in MovePosButton() local
665 if (!thisObserved) in MovePosButton()
Dcpwl_edit.cpp50 ObservedPtr<CPWL_Edit> thisObserved(this); in RePosChildWnd() local
52 if (!thisObserved) in RePosChildWnd()
429 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnKeyDown() local
437 if (!thisObserved) in OnKeyDown()
512 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnChar() local
519 if (!thisObserved) in OnChar()
Dcpwl_wnd.cpp258 ObservedPtr<CPWL_Wnd> thisObserved(this); in InvalidateRect() local
270 return !!thisObserved; in InvalidateRect()
548 ObservedPtr<CPWL_Wnd> thisObserved(this); in SetVisible() local
551 if (!thisObserved) in SetVisible()
594 ObservedPtr<CPWL_Wnd> thisObserved(this); in RePosChildWnd() local
596 if (!thisObserved) in RePosChildWnd()
Dcpwl_edit_ctrl.cpp327 ObservedPtr<CPWL_EditCtrl> thisObserved(this); in SetCaret() local
329 if (!thisObserved) in SetCaret()
Dcpwl_list_box.cpp255 ObservedPtr<CPWL_Wnd> thisObserved(this); in OnNotifySelectionChanged() local
267 if (!thisObserved) in OnNotifySelectionChanged()