Searched refs:wsPicture (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_objectacc_imp.cpp1089 void CXFA_Validate::GetPicture(CFX_WideString& wsPicture) { argument
1091 pNode->TryContent(wsPicture);
1111 void CXFA_Bind::GetPicture(CFX_WideString& wsPicture) { argument
1113 pPicture->TryContent(wsPicture);
1122 FX_BOOL CXFA_Bind::SetPicture(const CFX_WideString& wsPicture) { argument
1124 return pPicture->SetContent(wsPicture, wsPicture);
2855 CFX_WideString wsPicture; local
2856 GetPictureContent(wsPicture, eValueType);
2864 if (!wsPicture
2900 GetPictureContent(CFX_WideString& wsPicture, XFA_VALUEPICTURE ePicture) argument
3113 CFX_WideString wsPicture; local
3185 CFX_WideString wsPicture; local
3208 CFX_WideString wsPicture; local
[all...]
H A Dxfa_document_datamerger_imp.cpp321 CFX_WideString wsPicture; local
322 pWidgetData->GetPictureContent(wsPicture, XFA_VALUEPICTURE_DataBind);
323 if (wsPicture.IsEmpty()) {
H A Dxfa_object_imp.cpp433 CFX_WideString wsPicture; local
435 pFieldWidgetData->GetPictureContent(wsPicture,
438 if (!wsPicture.IsEmpty()) {
455 pFieldWidgetData->GetPictureContent(wsPicture,
458 if (!wsPicture.IsEmpty()) {
1676 CFX_WideString wsPicture; local
1684 pContainerWidgetData->GetPictureContent(wsPicture,
1687 if (!wsPicture.IsEmpty()) {
/external/pdfium/xfa/include/fxfa/
H A Dfxfa_objectacc.h401 void GetPicture(CFX_WideString& wsPicture);
425 void GetPicture(CFX_WideString& wsPicture);
428 FX_BOOL SetPicture(const CFX_WideString& wsPicture);
699 FX_BOOL GetPictureContent(CFX_WideString& wsPicture,
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fftextedit.cpp775 CFX_WideString wsPicture; local
776 m_pDataAcc->GetPictureContent(wsPicture, XFA_VALUEPICTURE_Edit);
783 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(),
H A Dxfa_ffwidgetacc.cpp429 CFX_WideString wsPicture; local
430 validate.GetPicture(wsPicture);
431 if (wsPicture.IsEmpty()) {
439 if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale)) {

Completed in 91 milliseconds