Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp491 if (CPDF_Dictionary* pLabel = pValue->AsDictionary()) { in GetLabel() local
492 if (pLabel->KeyExist("P")) { in GetLabel()
493 wsLabel += pLabel->GetUnicodeText("P"); in GetLabel()
495 CFX_ByteString bsNumberingStyle = pLabel->GetString("S", NULL); in GetLabel()
496 int nLabelNum = nPage - n + pLabel->GetInteger("St", 1); in GetLabel()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp263 FPDF_WIDESTRING pLabel = in JS_appResponse() local
266 m_pInfo->m_pJsPlatform, pQuestion, pTitle, pDefault, pLabel, bPassword, in JS_appResponse()