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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 290 FX_BOOL bFind = FALSE;
298 bFind = TRUE;
306 if (bFind)
PublicMethods.cpp 747 FX_BOOL bFind = FALSE;
755 bFind = TRUE;
760 if (!bFind)
789 FX_BOOL bFind = FALSE;
804 bFind = TRUE;
809 if (!bFind)
    [all...]
Field.cpp     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 346 FX_BOOL bFind;
360 pData->bFind = TRUE;
371 if (fd.bFind) {
374 return fd.bFind;
924 FX_BOOL bFind = FALSE;
932 bFind = TRUE;
936 if (!bFind) {
980 FX_BOOL bFind = FALSE;
988 bFind = TRUE;
992 if (!bFind) {
    [all...]
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 101 FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 112 FX_BOOL bFind = m_ImageCaches.Lookup(pStream, (FX_LPVOID&)pImageCache);
113 if (!bFind) {
118 if (!bFind) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 252 FX_INT32 CPWL_FontMap::GetFontIndex(const CFX_ByteString& sFontName, FX_INT32 nCharset, FX_BOOL bFind)
263 if (bFind)

Completed in 252 milliseconds