HomeSort by relevance Sort by last modified time
    Searched refs:bWrongFormat (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/
cjs_publicmethods_embeddertest.cpp 26 bool bWrongFormat;
30 bWrongFormat = false;
32 &bWrongFormat);
35 EXPECT_FALSE(bWrongFormat);
38 bWrongFormat = false;
40 &bWrongFormat);
43 EXPECT_FALSE(bWrongFormat);
46 bWrongFormat = false;
48 &bWrongFormat);
51 EXPECT_FALSE(bWrongFormat);
    [all...]
cjs_publicmethods.h 23 bool* bWrongFormat);
147 static double ParseNormalDate(const WideString& value, bool* bWrongFormat);
cjs_publicmethods.cpp 389 bool* bWrongFormat) {
419 // TODO(thestig): Should the else case set |bWrongFormat| to true?
430 if (bWrongFormat)
431 *bWrongFormat = false;
433 // TODO(thestig): Should the else case set |bWrongFormat| to true?
453 if (bWrongFormat)
454 *bWrongFormat = false;
456 if (bWrongFormat)
457 *bWrongFormat = true;
461 // TODO(thestig): Should we set |bWrongFormat| to false here too
    [all...]

Completed in 177 milliseconds