Home
last modified time | relevance | path

Searched refs:numPages (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_header.js162 var numPages = this.printTicketStore_.pageRange.getPageNumberSet().size;
163 var numSheets = numPages;
165 numSheets = Math.ceil(numPages / 2);
170 numPages *= copies;
178 if (numPages != numSheets) {
182 numPages,
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h111 FX_BOOL numPages(OBJ_PROP_PARAMS);
229 JS_STATIC_PROP(numPages, Document);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.cpp201 static PageMemoryRegion* allocate(size_t size, unsigned numPages) in allocate() argument
214 return new PageMemoryRegion(base, size, numPages); in allocate()
239 return new PageMemoryRegion(alignedBase, size, numPages); in allocate()
244 return new PageMemoryRegion(base, size, numPages); in allocate()
264 return new PageMemoryRegion(alignedBase, size, numPages); in allocate()
278 return new PageMemoryRegion(alignedBase, size, numPages); in allocate()
283 PageMemoryRegion(Address base, size_t size, unsigned numPages) in PageMemoryRegion() argument
285 , m_numPages(numPages) in PageMemoryRegion()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h273 uint32 numPages; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
Dsvga_reg.h273 uint32 numPages; member
/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c518 uint8_t numPages) in phFriNfc_ISO15693_H_Inventory_Page_Read() argument
558 numPages; in phFriNfc_ISO15693_H_Inventory_Page_Read()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp343 size_t numPages = pageRects().size(); in spoolAllPagesWithBoundaries() local
344 int totalHeight = numPages * (pageSizeInPixels.height() + 1) - 1; in spoolAllPagesWithBoundaries()
351 for (size_t pageIndex = 0; pageIndex < numPages; pageIndex++) { in spoolAllPagesWithBoundaries()
/external/chromium_org/third_party/npapi/bindings/
Dnpapi_extensions.h971 int32_t* numPages);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp87 JS_STATIC_PROP_ENTRY(numPages) in END_JS_STATIC_CONST()
1303 FX_BOOL Document::numPages(OBJ_PROP_PARAMS) in numPages() function in Document