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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 23 class CPWL_Note_Contents;
176 class CPWL_Note_Contents : public CPWL_ListCtrl
179 CPWL_Note_Contents();
180 virtual ~CPWL_Note_Contents();
277 CPWL_Note_Contents* m_pContents;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 414 /* ------------------------------ CPWL_Note_Contents ------------------------------- */
416 CPWL_Note_Contents::CPWL_Note_Contents() : m_pEdit(NULL)
420 CPWL_Note_Contents::~CPWL_Note_Contents()
424 CFX_ByteString CPWL_Note_Contents::GetClassName() const
426 return "CPWL_Note_Contents";
429 void CPWL_Note_Contents::CreateChildWnd(const PWL_CREATEPARAM & cp)
441 void CPWL_Note_Contents::SetText(const CFX_WideString& sText)
452 CFX_WideString CPWL_Note_Contents::GetText() const
    [all...]

Completed in 53 milliseconds