Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_props_expected.txt25 Alert: this.pageNum is undefined undefined
58 Alert: this.pageNum = 3; yields 3
90 Alert: this.pageNum is undefined undefined
Ddocument_props.in97 'pageNum',
/external/gptfdisk/
Dgptcurses.cc264 int lineNum = 5, i = 0, retval = -1, numToShow, pageNum; in DisplayParts() local
274 pageNum = selected / numToShow; in DisplayParts()
275 for (i = pageNum * numToShow; i <= (pageNum + 1) * numToShow - 1; i++) { in DisplayParts()
/external/pdfium/testing/resources/
Dbug_507316.in116 this.pageNum=1;
/external/pdfium/fpdfsdk/src/javascript/
DDocument.h88 FX_BOOL pageNum(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
313 JS_STATIC_PROP(pageNum, Document);
DDocument.cpp84 JS_STATIC_PROP_ENTRY(pageNum) in END_JS_STATIC_CONST()
212 FX_BOOL Document::pageNum(IJS_Context* cc, in pageNum() function in Document
/external/skia/src/device/xps/
DSkXPSDevice.cpp192 const unsigned int pageNum, in createXpsThumbnail() argument
204 SK_ARRAY_COUNT(L"/Documents/1/Metadata/.png") + SK_DIGITS_IN(pageNum), in createXpsThumbnail()
208 if (pageNum > 0) { in createXpsThumbnail()
209 swprintf_s(buffer, size, L"/Documents/1/Metadata/%u.png", pageNum); in createXpsThumbnail()
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp4577 int pageNum = pObj ? pObj->GetInteger() : 0; in GetPage() local
4578 if (m_pHintTables && index != pageNum) { in GetPage()