Home
last modified time | relevance | path

Searched refs:IsPasswordProtected (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Ddocument.cc154 if (file_reader_ && !IsPasswordProtected()) { in CloneDocumentWithoutSecurity()
187 int flags = IsPasswordProtected() ? FPDF_REMOVE_SECURITY : 0; in SaveAsCopyWithoutSecurity()
Ddocument.h79 bool IsPasswordProtected() const { return is_password_protected_; } in IsPasswordProtected() function