Searched refs:IsPasswordProtected (Results 1 – 2 of 2) sorted by relevance
154 if (file_reader_ && !IsPasswordProtected()) { in CloneDocumentWithoutSecurity()187 int flags = IsPasswordProtected() ? FPDF_REMOVE_SECURITY : 0; in SaveAsCopyWithoutSecurity()
79 bool IsPasswordProtected() const { return is_password_protected_; } in IsPasswordProtected() function