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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h 63 void SetNotify(IPWL_IconList_Notify* pNotify);
103 void SetNotify(IPWL_IconList_Notify* pNotify);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 331 void CPWL_IconList_Content::SetNotify(IPWL_IconList_Notify* pNotify)
520 void CPWL_IconList::SetNotify(IPWL_IconList_Notify* pNotify)
522 m_pListContent->SetNotify(pNotify);
PWL_EditCtrl.cpp 49 m_pEdit->SetNotify(this);
PWL_ListBox.cpp 114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
daogetrw.h 86 STDMETHOD(SetNotify) (THIS_ REFIID riid,WINBOOL fNotify);
strmif.h     [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 164 virtual void SetNotify(IFX_Edit_Notify * pNotify) = 0;
421 virtual void SetNotify(IFX_List_Notify * pNotify) = 0;
fxet_list.h 305 void SetNotify(IFX_List_Notify * pNotify);
fxet_edit.h 575 void SetNotify(IFX_Edit_Notify * pNotify);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify)
fxet_edit.cpp 1028 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify)
    [all...]

Completed in 604 milliseconds