Home
last modified time | relevance | path

Searched refs:GetCurrentLineForTesting (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fgas/layout/
H A Dcfgas_rtfbreak_unittest.cpp54 EXPECT_EQ(0, rtf_break->GetCurrentLineForTesting()->GetLineEnd()); in TEST_F()
88 rtf_break->GetCurrentLineForTesting()->m_LineChars; in TEST_F()
H A Dcfgas_txtbreak_unittest.cpp45 txt_break->GetCurrentLineForTesting()->m_LineChars; in TEST_F()
H A Dcfgas_break.h54 const CFGAS_BreakLine* GetCurrentLineForTesting() const { return m_pCurLine; } in GetCurrentLineForTesting() function
/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdf_bidi_fuzzer.cc37 rtf_break.GetCurrentLineForTesting()->m_LineChars; in LLVMFuzzerTestOneInput()