Searched refs:numPages (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/resources/print_preview/ |
D | print_header.js | 162 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/ |
D | Document.h | 111 FX_BOOL numPages(OBJ_PROP_PARAMS); 229 JS_STATIC_PROP(numPages, Document);
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | Heap.cpp | 201 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/ |
D | svga_reg.h | 273 uint32 numPages; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 273 uint32 numPages; member
|
/external/libnfc-nxp/src/ |
D | phFriNfc_ISO15693Map.c | 518 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/ |
D | WebLocalFrameImpl.cpp | 343 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/ |
D | npapi_extensions.h | 971 int32_t* numPages);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 87 JS_STATIC_PROP_ENTRY(numPages) in END_JS_STATIC_CONST() 1303 FX_BOOL Document::numPages(OBJ_PROP_PARAMS) in numPages() function in Document
|