Searched refs:IsValidDocView (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h66 FX_BOOL IsValidDocView(CPDFSDK_Document* pDocument/*, CReader_DocView* pDocView*/);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp163 // 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*/) function in class:CPDFSDK_ActionHandler
565 //return pDocument->IsValidDocView(pDocView);

Completed in 122 milliseconds