OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSamePrinter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc
380
if (
IsSamePrinter
(index->printer_name, printer_name)) {
546
if (
IsSamePrinter
(it->second->GetPrinterName(), info.printer_name)) {
604
DCHECK(
IsSamePrinter
(info.printer_name, printer_name));
646
bool CloudPrintConnector::
IsSamePrinter
(const std::string& name1,
cloud_print_connector.h
172
bool
IsSamePrinter
(const std::string& name1, const std::string& name2) const;
Completed in 23 milliseconds