Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Ddocument.h79 bool IsPasswordProtected() const { return is_password_protected_; } in IsPasswordProtected()
110 is_password_protected_(is_password_protected), in Document()
142 bool is_password_protected_ = false; variable