OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paperSize
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebNSPrintOperationExtras.m
41
return [printInfo
paperSize
].width - [printInfo leftMargin] - [printInfo rightMargin];
47
return [printInfo
paperSize
].height - [printInfo topMargin] - [printInfo bottomMargin];
/external/webkit/Source/WebKit2/Shared/mac/
PrintInfoMac.mm
33
, availablePaperWidth([printInfo
paperSize
].width - [printInfo leftMargin] - [printInfo rightMargin])
34
, availablePaperHeight([printInfo
paperSize
].height - [printInfo topMargin] - [printInfo bottomMargin])
/external/icu4c/i18n/
ulocdata.c
25
#define PAPER_SIZE "
PaperSize
"
217
const int32_t*
paperSize
=NULL;
226
paperSize
= ures_getIntVector(paperSizeBundle, &len, status);
232
*height =
paperSize
[0];
233
*width =
paperSize
[1];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm
511
ASSERT(NSEqualSizes(borderSize, [[_printOperation printInfo]
paperSize
]));
530
NSSize
paperSize
= [printInfo
paperSize
];
532
CGFloat headerFooterWidth = (
paperSize
.width - ([printInfo leftMargin] + [printInfo rightMargin])) / scale;
534
NSRect headerRect = NSMakeRect(headerFooterLeft, (
paperSize
.height - [printInfo topMargin]) / scale, headerFooterWidth, _webFrame->page()->headerHeight(_webFrame.get()));
/external/webkit/Source/WebKit/mac/WebView/
WebView.mm
[
all
...]
WebHTMLView.mm
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 1019 milliseconds