OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFX_List_Notify
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
26
class
IFX_List_Notify
;
483
class
IFX_List_Notify
{
507
virtual ~
IFX_List_Notify
() {}
516
virtual void SetNotify(
IFX_List_Notify
* pNotify) = 0;
fxet_list.h
286
void SetNotify(
IFX_List_Notify
* pNotify) override;
334
IFX_List_Notify
* m_pNotify;
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h
18
class CPWL_List_Notify : public
IFX_List_Notify
{
23
//
IFX_List_Notify
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
422
void CFX_ListCtrl::SetNotify(
IFX_List_Notify
* pNotify) {
Completed in 39 milliseconds