HomeSort by relevance Sort by last modified time
    Searched defs:paperSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPrintParams.h 49 WebSize paperSize;
62 WebPrintParams(const WebSize& paperSize)
63 : printContentArea(WebRect(0, 0, paperSize.width, paperSize.height))
64 , printableArea(WebRect(0, 0, paperSize.width, paperSize.height))
65 , paperSize(paperSize)
69 WebPrintParams(const WebRect& printContentArea, const WebRect& printableArea, const WebSize& paperSize, int printerDPI, WebPrintScalingOption printScalingOption)
72 , paperSize(paperSize
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ulocdata.c 26 #define PAPER_SIZE "PaperSize"
246 const int32_t* paperSize=NULL;
254 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
260 *height = paperSize[0];
261 *width = paperSize[1];
  /external/icu/icu4c/source/i18n/
ulocdata.c 26 #define PAPER_SIZE "PaperSize"
246 const int32_t* paperSize=NULL;
254 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
260 *height = paperSize[0];
261 *width = paperSize[1];

Completed in 69 milliseconds