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

  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 66 FX_BOOL IsValidDocView(CPDFSDK_Document* pDocument/*, CReader_DocView* pDocView*/);
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 163 // if (!IsValidDocView(pDocument, pDocView))
219 // if (!IsValidDocView(pDocument, pDocView))
258 if (!IsValidDocView(pDocument/*, pDocView*/))
318 // if (!IsValidDocView(pDocument, pDocView))
410 // if (!IsValidDocView(pDocument, pDocView))
466 // if (!IsValidDocView(pDocument, pDocView))
560 FX_BOOL CPDFSDK_ActionHandler::IsValidDocView(CPDFSDK_Document* pDocument/*, CReader_DocView* pDocView*/)
565 //return pDocument->IsValidDocView(pDocView);

Completed in 269 milliseconds