OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:page_layout_in_points
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper_mac.mm
104
PageSizeMargins
page_layout_in_points
;
109
&
page_layout_in_points
);
110
GetPageSizeAndContentAreaFromPageLayout(
page_layout_in_points
, page_size,
136
scale_factor,
page_layout_in_points
,
print_web_view_helper_win.cc
126
PageSizeMargins
page_layout_in_points
;
local
130
&
page_layout_in_points
);
133
GetPageSizeAndContentAreaFromPageLayout(
page_layout_in_points
, &page_size,
162
static_cast<int>(
page_layout_in_points
.content_width *
164
static_cast<int>(
page_layout_in_points
.content_height *
192
page_layout_in_points
, *header_footer_info_, params);
print_web_view_helper_linux.cc
156
PageSizeMargins
page_layout_in_points
;
local
160
&
page_layout_in_points
);
163
GetPageSizeAndContentAreaFromPageLayout(
page_layout_in_points
, &page_size,
187
page_layout_in_points
, *header_footer_info_,
print_web_view_helper.cc
206
PageSizeMargins*
page_layout_in_points
) {
216
page_layout_in_points
->content_width =
218
page_layout_in_points
->content_height =
220
page_layout_in_points
->margin_top =
222
page_layout_in_points
->margin_right =
224
page_layout_in_points
->margin_bottom =
226
page_layout_in_points
->margin_left =
882
const PageSizeMargins&
page_layout_in_points
,
886
page_layout_in_points
.content_width +
887
page_layout_in_points
.margin_right
[
all
...]
print_web_view_helper.h
128
// |
page_layout_in_points
|.
130
const PageSizeMargins&
page_layout_in_points
,
294
PageSizeMargins*
page_layout_in_points
);
303
const PageSizeMargins&
page_layout_in_points
,
/external/chromium_org/android_webview/renderer/
print_web_view_helper_linux.cc
158
PageSizeMargins
page_layout_in_points
;
local
162
&
page_layout_in_points
);
165
GetPageSizeAndContentAreaFromPageLayout(
page_layout_in_points
, &page_size,
189
page_layout_in_points
, *header_footer_info_,
print_web_view_helper.cc
210
PageSizeMargins*
page_layout_in_points
) {
220
page_layout_in_points
->content_width =
222
page_layout_in_points
->content_height =
224
page_layout_in_points
->margin_top =
226
page_layout_in_points
->margin_right =
228
page_layout_in_points
->margin_bottom =
230
page_layout_in_points
->margin_left =
891
const PageSizeMargins&
page_layout_in_points
,
895
page_layout_in_points
.content_width +
896
page_layout_in_points
.margin_right
[
all
...]
print_web_view_helper.h
130
// |
page_layout_in_points
|.
132
const PageSizeMargins&
page_layout_in_points
,
296
PageSizeMargins*
page_layout_in_points
);
305
const PageSizeMargins&
page_layout_in_points
,
/external/chromium_org/chrome/browser/printing/
print_preview_message_handler.h
55
const printing::PageSizeMargins&
page_layout_in_points
,
print_preview_message_handler.cc
173
const PageSizeMargins&
page_layout_in_points
,
179
print_preview_ui->OnDidGetDefaultPageLayout(
page_layout_in_points
,
Completed in 67 milliseconds