Home
last modified time | relevance | path

Searched refs:SetDate (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.h86 bool SetDate(const CFX_Unitime& d);
87 bool SetDate(const CFX_WideString& wsDate,
Dxfa_localevalue.cpp418 bool CXFA_LocaleValue::SetDate(const CFX_Unitime& d) { in SetDate() function in CXFA_LocaleValue
423 bool CXFA_LocaleValue::SetDate(const CFX_WideString& wsDate, in SetDate() function in CXFA_LocaleValue
838 SetDate(dt); in ParsePatternValue()
/external/dng_sdk/source/
Ddng_date_time.cpp214 void dng_date_time_info::SetDate (uint32 year, in SetDate() function in dng_date_time_info
267 SetDate ((uint32) year, in Decode_ISO_8601()
497 SetDate ((uint32) year, in Decode_IPTC_Date()
Ddng_date_time.h282 void SetDate (uint32 year,
/external/pdfium/fxjs/
Dcfxjse_value.h59 void SetDate(double dDouble);
Dcfxjse_value.cpp117 void CFXJSE_Value::SetDate(double dDouble) { in SetDate() function in CFXJSE_Value
/external/chromium-trace/catapult/devil/devil/android/tools/
Dprovision_devices.py136 steps.append(ProvisionStep(SetDate))
458 def SetDate(device): function
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp652 date.SetDate(dt); in OnSelectChanged()