OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_FolderPaths
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
511
m_FolderPaths
.Add(g_FontFolders[i]);
521
if (
m_FolderPaths
.GetSize() < 1) {
524
pCurHandle = FX_OpenFolder(
m_FolderPaths
[
m_FolderPaths
.GetSize() - 1]);
527
hpp.bsParentPath =
m_FolderPaths
[
m_FolderPaths
.GetSize() - 1];
539
m_FolderPaths
.RemoveAt(
m_FolderPaths
.GetSize() - 1);
540
if (
m_FolderPaths
.GetSize() == 0) {
[
all
...]
fx_stdfontmgr.h
129
CFX_ByteStringArray
m_FolderPaths
;
Completed in 35 milliseconds