HomeSort by relevance Sort by last modified time
    Searched refs:bFolder (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 353 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder)
365 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
376 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
391 bFolder = de->d_type == DT_DIR;
395 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder)
406 bFolder = pData->m_FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY;
420 bFolder = de->d_type == DT_DIR;
  /external/pdfium/core/include/fxcrt/
fx_stream.h 14 FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder);
15 FX_BOOL FX_GetNextFile(void* handle, CFX_WideString& filename, FX_BOOL& bFolder);
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 439 FX_BOOL bFolder = FALSE;
440 while (FX_GetNextFile(handle, filename, bFolder)) {
441 if (bFolder) {
455 if (bFolder) {
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 89 milliseconds