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

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ComboBox.cpp 451 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0);
462 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax,
484 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, 0);
510 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag);
514 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag);
531 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag);
535 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag);
569 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag);
573 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag);
PWL_ListBox.cpp 351 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange, strChangeEx,
PWL_Wnd.h 315 void* GetAttachedData() const;
PWL_Edit.cpp 622 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange,
702 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), swChange,
PWL_Wnd.cpp 592 void* CPWL_Wnd::GetAttachedData() const {
831 mt.Concat(pProvider->GetWindowMatrix(GetAttachedData()));
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 37 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
352 CFFL_PrivateData* pPrivateData = (CFFL_PrivateData*)pWnd->GetAttachedData();
382 CFFL_PrivateData* pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
cffl_interactiveformfiller.cpp 940 pData = (CFFL_PrivateData*)pWnd->GetAttachedData();
    [all...]

Completed in 306 milliseconds