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/fxjs/
Dcjs_document.h203 CJS_Return syncAnnotScan(CJS_Runtime* pRuntime,
321 JS_STATIC_METHOD(syncAnnotScan, Document);
Dcjs_document.cpp516 CJS_Return Document::syncAnnotScan( in syncAnnotScan() function in Document