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

  /external/pdfium/core/fpdfapi/parser/
cpdf_read_validator_unittest.cpp 177 ASSERT_FALSE(validator->has_read_problems());
182 EXPECT_TRUE(validator->has_read_problems());
189 EXPECT_FALSE(validator->has_read_problems());
194 EXPECT_TRUE(validator->has_read_problems());
200 EXPECT_TRUE(validator->has_read_problems());
215 ASSERT_FALSE(validator->has_read_problems());
220 EXPECT_TRUE(validator->has_read_problems());
227 EXPECT_FALSE(validator->has_read_problems());
232 EXPECT_TRUE(validator->has_read_problems());
238 EXPECT_FALSE(validator->has_read_problems());
    [all...]
cpdf_object_avail.cpp 62 if (validator_->has_read_problems())
94 if (validator_->has_read_problems() ||
123 if (validator_->has_read_problems())
cpdf_read_validator.h 34 bool has_read_problems() const { function in class:CPDF_ReadValidator
cpdf_cross_ref_avail.cpp 66 ASSERT(!GetValidator()->has_read_problems());
cpdf_data_avail.cpp 169 if (GetValidator()->has_read_problems())
220 if (GetValidator()->has_read_problems())
508 if (GetValidator()->has_read_problems())
516 if (GetValidator()->has_read_problems())
910 if (GetValidator()->has_read_problems())
1041 if (GetValidator()->has_read_problems()) {