OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_portrait
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc
86
PrintPreviewSettings(bool
is_portrait
,
92
:
is_portrait
(
is_portrait
),
99
bool
is_portrait
;
member in struct:printing::PrintPreviewSettings
169
settings_->
is_portrait
);
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc
658
bool
is_portrait
= bounds.height() >= bounds.width();
local
660
if (
is_portrait
&& primary_portrait_angle == -1)
663
if (!
is_portrait
&& primary_landscape_angle == -1)
666
if (
is_portrait
) {
Completed in 239 milliseconds