OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:printer_name
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc
105
printers->Append(new StringValue(index->
printer_name
));
126
void GetPrinterCapabilities(const std::string&
printer_name
) {
129
if (!print_backend_->GetPrinterCapsAndDefaults(
printer_name
,
299
std::string
printer_name
;
local
300
bool ret = args->GetString(0, &
printer_name
);
301
if (!ret ||
printer_name
.empty())
311
printer_name
));
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py
111
def
printer_name
(printer):
member in class:InfoPrettyPrinter
129
cmp(self.
printer_name
(x),
130
self.
printer_name
(y)))
132
name = self.
printer_name
(printer)
140
cmp(self.
printer_name
(x),
141
self.
printer_name
(y)))
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py
111
def
printer_name
(printer):
member in class:InfoPrettyPrinter
129
cmp(self.
printer_name
(x),
130
self.
printer_name
(y)))
132
name = self.
printer_name
(printer)
140
cmp(self.
printer_name
(x),
141
self.
printer_name
(y)))
/external/chromium/chrome/browser/printing/
print_dialog_gtk.cc
152
std::string
printer_name
;
local
153
settings.GetString(printing::kSettingPrinterName, &
printer_name
);
156
printer_ = printer_list->GetPrinterWithName(
printer_name
.c_str());
Completed in 157 milliseconds