Home
last modified time | relevance | path

Searched refs:FlushText (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.cc1578 void RegExpBuilder::FlushText() { in FlushText() function in v8::internal::RegExpBuilder
1659 FlushText(); in AddAtom()
1667 FlushText(); in AddTerm()
1674 FlushText(); in AddAssertion()
1684 FlushText(); in FlushTerms()
1765 FlushText(); in AddQuantifierToAtom()
1769 FlushText(); in AddQuantifierToAtom()
Dregexp-parser.h125 void FlushText();
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp816 void FlushText() { in FlushText() function in SkiaState
1047 Accumulator::kPath == m_type ? FlushPath() : FlushText(); in Flush()