HomeSort by relevance Sort by last modified time
    Searched defs:paperSize (Results 1 - 4 of 4) 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 25 #define PAPER_SIZE "PaperSize"
215 const int32_t* paperSize=NULL;
224 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
230 *height = paperSize[0];
231 *width = paperSize[1];
  /external/icu4c/i18n/
ulocdata.c 25 #define PAPER_SIZE "PaperSize"
218 const int32_t* paperSize=NULL;
227 paperSize = ures_getIntVector(paperSizeBundle, &len, status);
233 *height = paperSize[0];
234 *width = paperSize[1];
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 62 milliseconds