Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DDocument.h211 bool getPageNthWordQuads(CJS_Runtime* pRuntime,
381 JS_STATIC_METHOD(getPageNthWordQuads, Document);
DDocument.cpp1389 bool Document::getPageNthWordQuads(CJS_Runtime* pRuntime, in getPageNthWordQuads() function in Document
/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt96 Alert: PASS: typeof this.getPageNthWordQuads = function
Ddocument_methods.in208 expect('typeof this.getPageNthWordQuads', 'function');