Searched defs:CPWL_Label (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Label.h14 class CPWL_Label : public CPWL_Wnd { class in inherits:CPWL_Wnd
16 CPWL_Label();
17 ~CPWL_Label() override;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp11 CPWL_Label::CPWL_Label() : m_pEdit(NULL) { function in class:CPWL_Label
16 CPWL_Label::~CPWL_Label() {
20 CFX_ByteString CPWL_Label::GetClassName() const {
21 return "CPWL_Label";
24 void CPWL_Label::OnCreated() {
37 void CPWL_Label::SetText(const FX_WCHAR* csText) {
41 void CPWL_Label::RePosChildWnd() {
45 void CPWL_Label
[all...]

Completed in 94 milliseconds