Searched defs:bKXJS (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp111 FX_BOOL bKXJS = FALSE; local
128 if (bKXJS) return FALSE;
134 bKXJS = TRUE;
269 double CJS_PublicMethods::ParseNumber(FX_LPCWSTR swSource, FX_BOOL& bAllDigits, FX_BOOL& bDot, FX_BOOL& bSign, FX_BOOL& bKXJS) argument
273 bKXJS = FALSE;
349 if (!bKXJS)
355 bKXJS = TRUE;
393 if (bKXJS)
420 FX_BOOL bKXJS = FALSE; local
422 return ParseNumber(swSource, bAllDigits, bDot, bSign, bKXJS);
429 FX_BOOL bKXJS = FALSE; local
[all...]

Completed in 75 milliseconds