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

  /external/pdfium/xfa/fwl/
cfwl_datetimeedit.cpp 50 CFWL_DateTimePicker* pDateTime =
52 if (pDateTime->IsMonthCalendarVisible()) {
53 CFX_RectF rtInvalidate = pDateTime->GetWidgetRect();
54 pDateTime->ShowMonthCalendar(false);
56 pDateTime->RepaintRect(rtInvalidate);
cfwl_monthcalendar.cpp 844 CFWL_DateTimePicker* pDateTime =
846 pDateTime->ProcessSelChanged(m_iCurYear, m_iCurMonth, iCurSel);
847 pDateTime->ShowMonthCalendar(false);
  /external/pdfium/xfa/fxfa/app/
xfa_fftextedit.cpp 294 CFWL_DateTimePicker* pDateTime = (CFWL_DateTimePicker*)pEdit;
295 eParam.m_wsNewText = pDateTime->GetEditText();
296 int32_t iSels = pDateTime->CountSelRanges();
298 eParam.m_iSelEnd = pDateTime->GetSelRange(0, &eParam.m_iSelStart);
656 CFWL_DateTimePicker* pDateTime = (CFWL_DateTimePicker*)m_pNormalWidget;
657 pDateTime->SetEditText(wsDate);
658 pDateTime->Update();

Completed in 3314 milliseconds