HomeSort by relevance Sort by last modified time
    Searched defs:CPWL_ListBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 15 class CPWL_ListBox;
20 CPWL_List_Notify(CPWL_ListBox* pList);
48 CPWL_ListBox* m_pList;
51 class CPWL_ListBox : public CPWL_Wnd {
53 CPWL_ListBox();
54 ~CPWL_ListBox() override;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) {
67 CPWL_ListBox::CPWL_ListBox()
76 CPWL_ListBox::~CPWL_ListBox() {
82 CFX_ByteString CPWL_ListBox::GetClassName() const {
83 return "CPWL_ListBox";
86 void CPWL_ListBox::OnCreated() {
101 void CPWL_ListBox::OnDestroy() {
106 void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream)
    [all...]

Completed in 34 milliseconds