OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsType
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp
215
const WideString&
wsType
,
222
if (
wsType
== L"pageArea") {
227
if (
wsType
== L"contentArea") {
236
if (
wsType
.IsEmpty()) {
292
if (
wsType
== L"field")
294
else if (
wsType
== L"draw")
296
else if (
wsType
== L"subform")
298
else if (
wsType
== L"area")
356
WideString
wsType
;
358
wsType
= runtime->ToWideString(params[1])
[
all
...]
cjx_layoutpseudomodel.h
61
const WideString&
wsType
,
/external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp
267
WideString
wsType
= pDynamicRender->JSObject()->GetContent(false);
268
if (
wsType
== L"required")
cxfa_widgetacc.cpp
142
FXCODEC_IMAGE_TYPE XFA_GetImageType(const WideString&
wsType
) {
143
WideString wsContentType(
wsType
);
[
all
...]
Completed in 128 milliseconds