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.txt71 Alert: PASS: typeof this.syncAnnotScan = function
72 Alert: PASS: this.syncAnnotScan() = undefined
73 Alert: PASS: this.syncAnnotScan(1, 2, "clams", [1, 2, 3]) = undefined
Ddocument_methods.in346 testUnsupported('this.syncAnnotScan');
/external/pdfium/fxjs/
Dcjs_document.h111 JS_STATIC_METHOD(syncAnnotScan, CJS_Document)
296 CJS_Result syncAnnotScan(CJS_Runtime* pRuntime,
Dcjs_document.cpp562 CJS_Result CJS_Document::syncAnnotScan( in syncAnnotScan() function in CJS_Document