Home | History | Annotate | Download | only in pdf

Lines Matching refs:GetLocalizedString

1312   std::string message(GetLocalizedString(PP_RESOURCESTRING_PDFGETPASSWORD));
2261 std::string text = GetLocalizedString(PP_RESOURCESTRING_PDFPROGRESSLOADING);
2500 std::string Instance::GetLocalizedString(PP_ResourceString id) {
2501 pp::Var rv(pp::PDF::GetLocalizedString(this, id));
2509 std::string str(GetLocalizedString(id));