Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp685 m_pDateTime(NULL), in CPWL_NoteItem()
720 m_pDateTime = new CPWL_Label; in CreateChildWnd()
725 m_pDateTime->Create(dcp); in CreateChildWnd()
744 ASSERT(m_pDateTime != NULL); in RePosChildWnd()
760 …rcDate.left = PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, rcSubject.right… in RePosChildWnd()
761 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height(); in RePosChildWnd()
763 m_pDateTime->Move(rcDate, TRUE, FALSE); in RePosChildWnd()
764 m_pDateTime->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcDate)); in RePosChildWnd()
799 if (m_pDateTime) in SetBkColor()
800 m_pDateTime->SetTextColor(sTextColor); in SetBkColor()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h283 CPWL_Label* m_pDateTime; variable