OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Printers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
connector_settings.h
75
// If |true|
printers
that are not found locally will be deleted on GCP
79
// If true register all new
printers
in cloud print.
89
typedef std::set<std::string>
Printers
;
90
Printers
printers_;
connector_settings.cc
80
const base::ListValue*
printers
= prefs->GetList(prefs::kCloudPrintPrinters);
local
81
if (
printers
) {
82
for (size_t i = 0; i <
printers
->GetSize(); ++i) {
84
if (
printers
->GetDictionary(i, &dictionary) && dictionary) {
99
Printers
::const_iterator printer = printers_.find(printer_name);
Completed in 207 milliseconds