Home
last modified time | relevance | path

Searched refs:m_pDescription (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp59 m_pDescription(NULL), in CPWL_Signature()
90 m_pDescription->SetText(string); in SetDescription()
118 m_pDescription->GetText().GetLength() > 0) { in RePosChildWnd()
133 m_pDescription->Move(rcDescription, TRUE, FALSE); in RePosChildWnd()
152 m_pDescription = new CPWL_Label; in CreateChildWnd()
158 m_pDescription->Create(dcp); in CreateChildWnd()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Signature.h59 CPWL_Label* m_pDescription; variable