Searched refs:pageContent (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_layout_pseudomodel_expected.txt | 24 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
|
D | xfa_layout_pseudomodel.in | 57 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/ |
D | cjx_layoutpseudomodel.h | 42 JSE_METHOD(pageContent);
|
D | cjx_layoutpseudomodel.cpp | 350 CJS_Result CJX_LayoutPseudoModel::pageContent( in pageContent() function in CJX_LayoutPseudoModel
|
/external/skqp/src/pdf/ |
D | SkPDFDocument.cpp | 275 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/ |
D | SkPDFDocument.cpp | 361 std::unique_ptr<SkStreamAsset> pageContent = fPageDevice->content(); in onEndPage() local 374 page->insertRef("Contents", SkPDFStreamOut(nullptr, std::move(pageContent), this)); in onEndPage()
|