OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:print_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/printing/
printing_context_mac.mm
77
print_info_
([[NSPrintInfo sharedPrintInfo] copy]),
108
NSPrintInfo* printInfo =
print_info_
.get();
132
print_info_
.reset([[panel printInfo] retain]);
142
// NOTE: Reset |
print_info_
| with a copy of |sharedPrintInfo| so as to start
144
print_info_
.reset([[NSPrintInfo sharedPrintInfo] copy]);
148
static_cast<PMPageFormat>([
print_info_
.get() PMPageFormat]);
163
print_info_
.reset([[NSPrintInfo sharedPrintInfo] copy]);
176
// NOTE: Reset |
print_info_
| with a copy of |sharedPrintInfo| so as to start
178
print_info_
.reset([[NSPrintInfo sharedPrintInfo] copy]);
199
[
print_info_
.get() updateFromPMPrintSettings]
[
all
...]
printing_context_mac.h
46
// Initializes PrintSettings from |
print_info_
|. This must be called
47
// after changes to |
print_info_
| in order for the changes to take effect in
53
// Returns the set of page ranges constructed from |
print_info_
|.
56
// Updates |
print_info_
| to use the given printer.
60
// Updates |
print_info_
| page format with paper selected by user. If paper was
65
// Updates |
print_info_
| page format with |paper|.
94
base::scoped_nsobject<NSPrintInfo>
print_info_
;
member in class:printing::PrintingContextMac
Completed in 153 milliseconds