OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:printers
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc
97
ListValue*
printers
= new ListValue;
local
105
printers
->Append(new StringValue(index->printer_name));
114
printers
,
118
void SendPrinterList(ListValue*
printers
,
121
handler_->SendPrinterList(*
printers
, *default_printer_index);
122
delete
printers
;
321
const ListValue&
printers
,
323
web_ui_->CallJavascriptFunction("setPrinters",
printers
,
/external/tcpdump/
tcpdump.c
138
static struct printer
printers
[] = {
variable in typeref:struct:printer
279
for (p =
printers
; p->f; ++p)
1238
* Some
printers
want to check that they're not walking off the
[
all
...]
Completed in 2542 milliseconds