OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wsType
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.cpp
66
CFX_WideString
wsType
= GetDataAcc()->GetBarcodeType();
68
XFA_GetBarcodeTypeByName(
wsType
);
xfa_ffdoc.cpp
179
CFX_WideString
wsType
;
180
if (pDynamicRender->TryContent(
wsType
) &&
wsType
== FX_WSTRC(L"required")) {
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp
208
const CFX_WideString&
wsType
,
216
if (
wsType
== FX_WSTRC(L"pageArea")) {
222
if (
wsType
== FX_WSTRC(L"contentArea")) {
233
if (
wsType
.IsEmpty()) {
293
if (
wsType
== FX_WSTRC(L"field")) {
295
} else if (
wsType
== FX_WSTRC(L"draw")) {
297
} else if (
wsType
== FX_WSTRC(L"subform")) {
299
} else if (
wsType
== FX_WSTRC(L"area")) {
358
CFX_WideString
wsType
;
365
wsType
= CFX_WideString::FromUTF8(bsType, bsType.GetLength());
[
all
...]
xfa_objectacc_imp.cpp
657
CFX_WideString
wsType
;
660
wsType
= L"application/x-javascript";
663
wsType
= L"application/x-formcalc";
668
return m_pNode->SetCData(XFA_ATTRIBUTE_ContentType,
wsType
);
[
all
...]
/external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp
241
CFX_WideString
wsType
= g_FXLocaleDateTimeSubCatData[eType].pName;
242
FX_GetPattern(pXmlElement, bsCategory,
wsType
, wsPattern);
260
CFX_WideString
wsType
= g_FXLocaleNumSubCatData[eType].pName;
261
FX_GetPattern(m_pElement, "numberPattern",
wsType
, wsPattern);
[
all
...]
Completed in 4067 milliseconds