Home
last modified time | relevance | path

Searched refs:syncAnnotScan (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt68 Alert: PASS: typeof this.syncAnnotScan = function
69 Alert: PASS: this.syncAnnotScan() = undefined
70 Alert: PASS: this.syncAnnotScan(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in323 testUnsupported('this.syncAnnotScan');
/external/pdfium/fpdfsdk/javascript/
DDocument.h275 bool syncAnnotScan(CJS_Runtime* pRuntime,
398 JS_STATIC_METHOD(syncAnnotScan, Document);
DDocument.cpp589 bool Document::syncAnnotScan(CJS_Runtime* pRuntime, in syncAnnotScan() function in Document