Home
last modified time | relevance | path

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

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt102 Alert: PASS: typeof this.getPageNthWordQuads = function
103 Alert: PASS: this.getPageNthWordQuads() threw Document.getPageNthWordQuads: Operation not supported.
Ddocument_methods.in199 expect('typeof this.getPageNthWordQuads', 'function');
203 expectError('this.getPageNthWordQuads()');
/external/pdfium/fxjs/
Dcjs_document.h93 JS_STATIC_METHOD(getPageNthWordQuads, CJS_Document)
263 CJS_Result getPageNthWordQuads(
Dcjs_document.cpp1272 CJS_Result CJS_Document::getPageNthWordQuads( in getPageNthWordQuads() function in CJS_Document