Home
last modified time | relevance | path

Searched refs:wsType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp215 const WideString& wsType, in GetObjArray() argument
222 if (wsType == L"pageArea") { in GetObjArray()
227 if (wsType == L"contentArea") { in GetObjArray()
236 if (wsType.IsEmpty()) { in GetObjArray()
292 if (wsType == L"field") in GetObjArray()
294 else if (wsType == L"draw") in GetObjArray()
296 else if (wsType == L"subform") in GetObjArray()
298 else if (wsType == L"area") in GetObjArray()
356 WideString wsType; in pageContent() local
358 wsType = runtime->ToWideString(params[1]); in pageContent()
[all …]
Dcjx_layoutpseudomodel.h61 const WideString& wsType,
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp267 WideString wsType = pDynamicRender->JSObject()->GetContent(false); in StopLoad() local
268 if (wsType == L"required") in StopLoad()
Dcxfa_widgetacc.cpp142 FXCODEC_IMAGE_TYPE XFA_GetImageType(const WideString& wsType) { in XFA_GetImageType() argument
143 WideString wsContentType(wsType); in XFA_GetImageType()