Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h391 bool bIsStar);
Dcfxjse_formcalc_context.cpp5233 bool bIsStar = true; in dot_accessor() local
5236 bIsStar = false; in dot_accessor()
5242 szName.AsStringView(), args.GetInt32(3), iIndexValue, bIsStar); in dot_accessor()
5351 bool bIsStar = true; in dotdot_accessor() local
5354 bIsStar = false; in dotdot_accessor()
5360 szName.AsStringView(), args.GetInt32(3), iIndexValue, bIsStar); in dotdot_accessor()
5875 bool bIsStar) { in GenerateSomExpression() argument
5876 if (bIsStar) in GenerateSomExpression()