Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_layout_pseudomodel_expected.txt24 Alert: PASS: xfa.layout.pageContent() threw XFAObject.pageContent: Incorrect number of parameters p…
25 Alert: PASS: xfa.layout.pageContent(4, 'is', 'too', 'many') threw XFAObject.pageContent: Incorrect …
26 Alert: PASS: xfa.layout.pageContent(1) = [object XFAObject]
27 Alert: PASS: xfa.layout.pageContent(1).length = 2
Dxfa_layout_pseudomodel.in57 expectError("xfa.layout.pageContent()");
58 expectError("xfa.layout.pageContent(4, 'is', 'too', 'many')");
59 expect("xfa.layout.pageContent(1)", "[object XFAObject]");
60 expect("xfa.layout.pageContent(1).length", 2);
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.h42 JSE_METHOD(pageContent);
Dcjx_layoutpseudomodel.cpp350 CJS_Result CJX_LayoutPseudoModel::pageContent( in pageContent() function in CJX_LayoutPseudoModel
/external/skqp/src/pdf/
DSkPDFDocument.cpp275 std::unique_ptr<SkStreamAsset> pageContent = fPageDevice->content(); in onEndPage() local
288 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()
/external/skia/src/pdf/
DSkPDFDocument.cpp361 std::unique_ptr<SkStreamAsset> pageContent = fPageDevice->content(); in onEndPage() local
374 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()