Searched refs:GetAttachedData (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 451 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), 0)) in SetPopup() 464 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup() 482 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), 0); in SetPopup() 498 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown() 500 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown() 513 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnKeyDown() 515 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnKeyDown() 545 if (m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), nFlag)) in OnChar() 547 if (m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), nFlag)) in OnChar()
|
D | cpwl_edit.cpp | 434 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown() 516 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
|
D | cpwl_wnd.h | 223 const IPWL_SystemHandler::PerWindowData* GetAttachedData() const { in GetAttachedData() function
|
D | cpwl_list_box.cpp | 264 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, in OnNotifySelectionChanged()
|
D | cpwl_wnd.cpp | 696 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData())); in GetWindowMatrix()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 358 static_cast<const CFFL_PrivateData*>(pWnd->GetAttachedData()); in GetPWLWindow()
|
D | cffl_interactiveformfiller.cpp | 944 *static_cast<const CFFL_PrivateData*>(pWnd->GetAttachedData()); in OnBeforeKeyStroke()
|