OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:landscape_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/printing/
print_settings.cc
133
landscape_
= false;
212
if (
landscape_
&& landscape_needs_flip)
228
if (
landscape_
!= landscape) {
229
landscape_
= landscape;
print_settings.h
44
bool landscape() const { return
landscape_
; }
184
bool
landscape_
;
member in class:printing::PrintSettings
/external/chromium_org/chrome/browser/resources/print_preview/data/
print_ticket_store.js
125
this.
landscape_
= new print_preview.ticket_items.Landscape(
234
return this.
landscape_
;
285
this.
landscape_
.updateValue(this.appState_.getField(
Completed in 64 milliseconds