/external/chromium_org/chrome/browser/local_discovery/ |
cloud_print_printer_list.cc | 61 const base::ListValue* printers; local 63 if (!value->GetList(cloud_print::kPrinterListValue, &printers)) { 68 for (base::ListValue::const_iterator i = printers->begin(); 69 i != printers->end();
|
/external/chromium_org/chrome/browser/printing/ |
printer_manager_dialog.h | 13 // This includes the OS-dependent UI to manage the network and local printers.
|
/external/chromium_org/chrome/service/cloud_print/ |
connector_settings.cc | 84 const base::ListValue* printers = prefs->GetList(prefs::kCloudPrintPrinters); local 85 if (printers) { 86 for (size_t i = 0; i < printers->GetSize(); ++i) { 88 if (printers->GetDictionary(i, &dictionary) && dictionary) { 110 Printers::const_iterator printer = printers_.find(printer_name);
|
print_system_cups.cc | 68 printing::PrinterList printers; member in struct:cloud_print::PrintServerInfoCUPS 123 // Notify about deleted printers only when we 124 // fetched printers list without errors. 202 VLOG(1) << "CP_CUPS: Checking for new printers"; 225 std::vector<std::string> printers; local 228 printers.push_back(it->printer_name); 229 std::sort(printers.begin(), printers.end()); 232 for (size_t i = 0; i < printers.size(); i++) 233 to_hash += printers[i] [all...] |
cloud_print_connector.h | 21 // - Matching local and cloud printers 22 // - Registration of local printers 23 // - Deleting cloud printers 51 // jobs will be checked for all available printers. 170 void RegisterPrinters(const printing::PrinterList& printers);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 28 name: A unique string among all printers for the context in which 38 collection of several printers. E.g., The libstdc++ pretty-printer has 57 """Baseclass for sub-pretty-printers. 59 Sub-pretty-printers needn't use this, but it formalizes what's needed. 77 printers with the same name are disallowed. 103 # attribute named __foo__ for pretty-printers-as-objects. 132 # PERF: gdb records printers in a list, making this inefficient. 148 """Class for implementing a collection of regular-expression based pretty-printers.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 28 name: A unique string among all printers for the context in which 38 collection of several printers. E.g., The libstdc++ pretty-printer has 57 """Baseclass for sub-pretty-printers. 59 Sub-pretty-printers needn't use this, but it formalizes what's needed. 77 printers with the same name are disallowed. 103 # attribute named __foo__ for pretty-printers-as-objects. 132 # PERF: gdb records printers in a list, making this inefficient. 148 """Class for implementing a collection of regular-expression based pretty-printers.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 28 name: A unique string among all printers for the context in which 38 collection of several printers. E.g., The libstdc++ pretty-printer has 57 """Baseclass for sub-pretty-printers. 59 Sub-pretty-printers needn't use this, but it formalizes what's needed. 77 printers with the same name are disallowed. 103 # attribute named __foo__ for pretty-printers-as-objects. 132 # PERF: gdb records printers in a list, making this inefficient. 148 """Class for implementing a collection of regular-expression based pretty-printers.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 28 name: A unique string among all printers for the context in which 38 collection of several printers. E.g., The libstdc++ pretty-printer has 57 """Baseclass for sub-pretty-printers. 59 Sub-pretty-printers needn't use this, but it formalizes what's needed. 77 printers with the same name are disallowed. 103 # attribute named __foo__ for pretty-printers-as-objects. 132 # PERF: gdb records printers in a list, making this inefficient. 148 """Class for implementing a collection of regular-expression based pretty-printers.
|
/external/chromium/chrome/browser/ui/webui/ |
print_preview_handler.h | 42 // Get the list of printers. |args| is unused. 61 // Send the list of printers to the Web UI. 62 void SendPrinterList(const ListValue& printers,
|
/external/chromium_org/chrome/common/extensions/api/ |
cloud_print_private.json | 30 "printers": { 93 "description": "Returns local printers.", 99 "description": "Called to return printers.",
|
/external/chromium_org/cloud_print/service/win/ |
chrome_launcher.h | 31 const std::vector<std::string>& printers);
|
cloud_print_service.cc | 220 std::vector<std::string> printers; local 222 &user_data_dir, &printers); 229 hr = SetupServiceState(user_data_dir, printers); 268 std::vector<std::string>* printers) { 322 std::copy(setup.printers().begin(), setup.printers().end(), cout_it); 326 *printers = setup.printers(); 331 const std::vector<std::string>& printers) { 347 ChromeLauncher::CreateServiceStateFile(proxy_id, printers); [all...] |
service_listener.cc | 27 scoped_ptr<base::ListValue> printers(new base::ListValue()); 29 printers->AppendString(printer_list[i].printer_name); 33 environment.Set(SetupListener::kPrintersJsonValueName, printers.release());
|
service_resources.grd | 28 Connects classic printers with Google Cloud Print. 85 Use Chrome to sign in and add printers. Close Chrome to cancel. 130 Printers:
|
/external/chromium_org/native_client_sdk/src/libraries/gtest/ |
library.dsc | 19 'gtest-printers.cc', 38 'gtest-printers.h',
|
/packages/experimental/PrintService2/src/foo/bar/printservice2/ |
MyPrintService.java | 167 List<PrinterInfo> printers = new ArrayList<PrinterInfo>(); local 168 printers.add(printer); 169 addPrinters(printers); 205 List<PrinterInfo> printers = new ArrayList<PrinterInfo>(); local 206 printers.add(printer); 207 addPrinters(printers);
|
/packages/experimental/PrintService/src/foo/bar/printservice/ |
MyPrintService.java | 400 List<PrinterInfo> printers = new ArrayList<PrinterInfo>(); local 401 printers.add(printer); 402 addPrinters(printers); 417 List<PrinterInfo> printers = mFakePrinters.subList(0, mFakePrinters.size() / 2); local 418 addPrinters(printers); 422 List<PrinterInfo> printers = mFakePrinters.subList(0, mFakePrinters.size() / 2 local 428 printers.add(printer); 430 addPrinters(printers); 434 List<PrinterInfo> printers = getPrinters(); local 437 PrinterInfo printer = printers.get(i) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 33 name: A unique string among all printers for the context in which 43 collection of several printers. E.g., The libstdc++ pretty-printer has 62 """Baseclass for sub-pretty-printers. 64 Sub-pretty-printers needn't use this, but it formalizes what's needed. 82 printers with the same name are disallowed. 108 # attribute named __foo__ for pretty-printers-as-objects. 137 # PERF: gdb records printers in a list, making this inefficient. 153 """Class for implementing a collection of regular-expression based pretty-printers.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
printing.py | 17 """Utilities for working with pretty-printers.""" 33 name: A unique string among all printers for the context in which 43 collection of several printers. E.g., The libstdc++ pretty-printer has 62 """Baseclass for sub-pretty-printers. 64 Sub-pretty-printers needn't use this, but it formalizes what's needed. 82 printers with the same name are disallowed. 108 # attribute named __foo__ for pretty-printers-as-objects. 137 # PERF: gdb records printers in a list, making this inefficient. 153 """Class for implementing a collection of regular-expression based pretty-printers.
|
/external/chromium_org/chrome/browser/printing/cloud_print/ |
cloud_print_proxy_service.cc | 140 std::vector<std::string>* printers) { 153 printers->push_back(printer); 157 printers->size()); 165 printers->push_back(printer_list[i].printer_name); 167 printers->size());
|
/frameworks/base/packages/PrintSpooler/res/values-en-rGB/ |
strings.xml | 36 <string name="all_printers" msgid="5018829726861876202">"All printers?"</string> 39 <string name="all_printers_label" msgid="3178848870161526399">"All printers"</string> 48 <item quantity="other" msgid="6533817036607128241">"<xliff:g id="COUNT">%1$s</xliff:g> printers found"</item> 51 <string name="print_searching_for_printers" msgid="6550424555079932867">"Searching for printers"</string> 52 <string name="print_no_printers" msgid="4869403323900054866">"No printers found"</string>
|
/frameworks/base/packages/PrintSpooler/res/values-en-rIN/ |
strings.xml | 36 <string name="all_printers" msgid="5018829726861876202">"All printers?"</string> 39 <string name="all_printers_label" msgid="3178848870161526399">"All printers"</string> 48 <item quantity="other" msgid="6533817036607128241">"<xliff:g id="COUNT">%1$s</xliff:g> printers found"</item> 51 <string name="print_searching_for_printers" msgid="6550424555079932867">"Searching for printers"</string> 52 <string name="print_no_printers" msgid="4869403323900054866">"No printers found"</string>
|
/frameworks/base/packages/PrintSpooler/res/values-nl/ |
strings.xml | 36 <string name="all_printers" msgid="5018829726861876202">"Alle printers?"</string> 39 <string name="all_printers_label" msgid="3178848870161526399">"Alle printers"</string> 48 <item quantity="other" msgid="6533817036607128241">"<xliff:g id="COUNT">%1$s</xliff:g> printers gevonden"</item> 51 <string name="print_searching_for_printers" msgid="6550424555079932867">"Printers zoeken"</string> 52 <string name="print_no_printers" msgid="4869403323900054866">"Geen printers gevonden"</string>
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_response_parser.cc | 97 if (!response_dictionary->GetList("printers", &list)) { 98 *error_description = "No printers list specified."; 104 *error_description = "Printers list is empty or printer is not dictionary."; 233 if (!response_dictionary->GetList("printers", &list)) { 234 *error_description = "No printers list specified."; 240 *error_description = "Printers list is empty or printer is not dictionary.";
|