Home
last modified time | relevance | path

Searched refs:bsAccessorName (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.h360 ByteStringView bsAccessorName);
Dcfxjse_formcalc_context.cpp5426 ByteStringView bsAccessorName) { in GetObjectForName() argument
5437 WideString::FromUTF8(bsAccessorName).AsStringView(), &resolveNodeRS, in GetObjectForName()
5810 ByteString bsAccessorName = args.GetUTF8String(1); in DotAccessorCommon() local
5812 (argAccessor->IsNull() && bsAccessorName.IsEmpty())) { in DotAccessorCommon()
5815 } else if (!argAccessor->IsObject() && !bsAccessorName.IsEmpty() && in DotAccessorCommon()
5817 bsAccessorName.AsStringView())) { in DotAccessorCommon()