Searched refs:fxjs (Results 1 – 22 of 22) sorted by relevance
/external/pdfium/fxjs/ |
D | fx_date_helpers.h | 14 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 …]
|
D | BUILD.gn | 8 source_set("fxjs") { 225 deps = [ ":fxjs" ] 236 ":fxjs",
|
D | Android.bp | 11 name: "libpdfium-fxjs",
|
D | cjs_publicmethods.cpp | 428 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()
|
D | fx_date_helpers.cpp | 18 namespace fxjs { namespace
|
/external/pdfium/xfa/fxfa/layout/ |
D | BUILD.gn | 28 "../../../fxjs", 31 allow_circular_includes_from = [ "../../../fxjs" ]
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | BUILD.gn | 29 "../../fxjs", 42 deps = [ "../../fxjs" ]
|
D | DEPS | 2 '+fxjs',
|
/external/pdfium/ |
D | BUILD.gn | 156 "fxjs", 219 "fxjs/*", 255 "fxjs:unittests", 287 "fxjs/*", 319 "fxjs:embeddertests",
|
D | .gn | 23 "//fxjs/*",
|
D | Android.bp | 134 "libpdfium-fxjs",
|
/external/pdfium/testing/ |
D | DEPS | 4 '+fxjs',
|
D | BUILD.gn | 106 deps += [ "../fxjs" ]
|
/external/pdfium/xfa/fxfa/ |
D | BUILD.gn | 105 "../../fxjs", 115 "../../fxjs",
|
D | DEPS | 2 '+fxjs',
|
/external/pdfium/testing/fuzzers/ |
D | BUILD.gn | 203 "../../fxjs", 210 "../../fxjs", 338 "../../fxjs", 350 "../../fxjs",
|
/external/pdfium/fpdfsdk/ |
D | DEPS | 3 '+fxjs',
|
D | BUILD.gn | 88 "../fxjs", 93 "../fxjs",
|
D | Android.bp | 31 "libpdfium-fxjs",
|
/external/pdfium/testing/resources/javascript/ |
D | icons.in | 32 // 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/ |
D | BUILD.gn | 687 "../../../fxjs", 692 allow_circular_includes_from = [ "../../../fxjs" ] 713 "../../../fxjs",
|
/external/pdfium/core/fxcrt/ |
D | BUILD.gn | 95 "../../fxjs:*",
|