Home
last modified time | relevance | path

Searched refs:fxjs (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/fxjs/
Dfx_date_helpers.h14 namespace fxjs {
49 using fxjs::FX_GetDateTime;
50 using fxjs::FX_GetDayFromTime;
51 using fxjs::FX_GetHourFromTime;
52 using fxjs::FX_GetMinFromTime;
53 using fxjs::FX_GetMonthFromTime;
54 using fxjs::FX_GetSecFromTime;
55 using fxjs::FX_GetYearFromTime;
56 using fxjs::FX_IsValid24Hour;
57 using fxjs::FX_IsValidDay;
[all …]
DBUILD.gn8 source_set("fxjs") {
225 deps = [ ":fxjs" ]
236 ":fxjs",
DAndroid.bp11 name: "libpdfium-fxjs",
Dcjs_publicmethods.cpp428 fxjs::ConversionStatus status = FX_ParseDateUsingFormat(value, format, &dRet); in ParseDateUsingFormat()
429 if (status == fxjs::ConversionStatus::kSuccess) in ParseDateUsingFormat()
432 if (status == fxjs::ConversionStatus::kBadDate) { in ParseDateUsingFormat()
535 sPart += fxjs::kMonths[nMonth - 1]; in PrintDateUsingFormat()
553 sPart += fxjs::kFullMonths[nMonth - 1]; in PrintDateUsingFormat()
927 for (size_t i = 0; i < FX_ArraySize(fxjs::kMonths); ++i) { in ParseDateAsGMT()
928 if (sTemp.Compare(fxjs::kMonths[i]) == 0) { in ParseDateAsGMT()
Dfx_date_helpers.cpp18 namespace fxjs { namespace
/external/pdfium/xfa/fxfa/layout/
DBUILD.gn28 "../../../fxjs",
31 allow_circular_includes_from = [ "../../../fxjs" ]
/external/pdfium/fpdfsdk/fpdfxfa/
DBUILD.gn29 "../../fxjs",
42 deps = [ "../../fxjs" ]
DDEPS2 '+fxjs',
/external/pdfium/
DBUILD.gn156 "fxjs",
219 "fxjs/*",
255 "fxjs:unittests",
287 "fxjs/*",
319 "fxjs:embeddertests",
D.gn23 "//fxjs/*",
DAndroid.bp134 "libpdfium-fxjs",
/external/pdfium/testing/
DDEPS4 '+fxjs',
DBUILD.gn106 deps += [ "../fxjs" ]
/external/pdfium/xfa/fxfa/
DBUILD.gn105 "../../fxjs",
115 "../../fxjs",
DDEPS2 '+fxjs',
/external/pdfium/testing/fuzzers/
DBUILD.gn203 "../../fxjs",
210 "../../fxjs",
338 "../../fxjs",
350 "../../fxjs",
/external/pdfium/fpdfsdk/
DDEPS3 '+fxjs',
DBUILD.gn88 "../fxjs",
93 "../fxjs",
DAndroid.bp31 "libpdfium-fxjs",
/external/pdfium/testing/resources/javascript/
Dicons.in32 // the JS side as well, although they will not be bound on the fxjs side.
37 // Can't retrieve the name because no fxjs binding present.
/external/pdfium/xfa/fxfa/parser/
DBUILD.gn687 "../../../fxjs",
692 allow_circular_includes_from = [ "../../../fxjs" ]
713 "../../../fxjs",
/external/pdfium/core/fxcrt/
DBUILD.gn95 "../../fxjs:*",