Home
last modified time | relevance | path

Searched refs:m_FolderPaths (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp492 m_FolderPaths.push_back(g_FontFolders[i]); in CFX_FontSourceEnum_File()
501 if (m_FolderPaths.empty()) in GetNextFile()
503 pCurHandle = FX_OpenFolder(m_FolderPaths.back().c_str()); in GetNextFile()
506 hpp.bsParentPath = m_FolderPaths.back(); in GetNextFile()
519 if (!m_FolderPaths.empty()) in GetNextFile()
520 m_FolderPaths.pop_back(); in GetNextFile()
521 return !m_FolderPaths.empty() ? GetNextFile() : ""; in GetNextFile()
Dcfgas_fontmgr.h184 std::vector<CFX_ByteString> m_FolderPaths; variable