HomeSort by relevance Sort by last modified time
    Searched refs:GetAttachedData (Results 1 - 7 of 7) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
200 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0);
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
951 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag);
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1060 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag);
PWL_ListBox.cpp 446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
449 m_pFillerNotify->OnAfterKeyStroke(FALSE, GetAttachedData(), bExit,nFlag);
PWL_Wnd.cpp 808 void* CPWL_Wnd::GetAttachedData() const
1133 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData()));
PWL_ComboBox.cpp 511 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin,fPopupMax,nWhere,fPopupRet);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 40 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
444 CFFL_PrivateData* pPrivateData = (CFFL_PrivateData*)pWnd->GetAttachedData();
484 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
FFL_IFormFiller.cpp 1150 pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 360 void* GetAttachedData() const;

Completed in 149 milliseconds