OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:page_layout_in_points
(Results
1 - 3
of
3
) sorted by null
/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_,
/external/chromium_org/chrome/renderer/printing/
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_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);
Completed in 30 milliseconds