Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc642 ->FlushText(); // Flush pending text using old flags. in ParseOpenParenthesis()
1779 void RegExpBuilder::FlushText() { in FlushText() function in v8::internal::RegExpBuilder
1861 FlushText(); in AddAtom()
1869 FlushText(); in AddTerm()
1876 FlushText(); in AddAssertion()
1892 FlushText(); in FlushTerms()
1971 FlushText(); in AddQuantifierToAtom()
1975 FlushText(); in AddQuantifierToAtom()
Dregexp-parser.h117 void FlushText();
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp904 void FlushText() { in FlushText() function in SkiaState
1172 Accumulator::kPath == m_type ? FlushPath() : FlushText(); in Flush()