Searched refs:copies (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dcopies_settings.css5 #copies-settings input.copies {
11 #copies-settings-box {
15 #copies-settings input.copies.invalid {
20 #copies-settings button.increment:focus,
21 #copies-settings button.decrement:focus,
22 #copies-settings:focus {
26 #copies-settings .collate-container {
31 #copies
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcopies.js10 * copies of the document should be printed. The ticket item is backed by a
11 * string since the user can textually input the copies value.
13 * used determine if a destination has the copies capability.
30 var copies = parseInt(value);
31 if (copies > 999 || copies < 1) {
42 /** @return {number} The number of copies indicated by the ticket item. */
67 dest.capabilities.printer.copies) ||
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.stdout.exp5 doing copies
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_header.js116 this.printTicketStore_.copies,
168 var copies = this.printTicketStore_.copies.getValueAsNumber();
169 numSheets *= copies;
170 numPages *= copies;
/external/chromium_org/printing/
H A Dprint_settings.h133 void set_copies(int copies) { copies_ = copies; } argument
134 int copies() const { return copies_; } function in class:printing::PrintSettings
194 // Number of copies user wants to print.
H A Dprinting_context_mac.h73 // Sets |copies| in PMPrintSettings.
74 // Returns true if the number of copies is set.
75 bool SetCopiesInPrintSettings(int copies);
/external/chromium_org/base/
H A Dbind_unittest.cc34 // Particularly important in this test to ensure no copies are made.
46 // Particularly important in this test to ensure no copies are made.
85 // Used for probing the number of copies that occur if a type must be coerced
88 DerivedCopyCounter(int* copies, int* assigns) argument
89 : copies_(copies), assigns_(assigns) {
95 // Used for probing the number of copies in an argument.
98 CopyCounter(int* copies, int* assigns) argument
99 : copies_(copies), assigns_(assigns) {
108 // Probing for copies from coercion.
126 int copies() cons function in class:base::__anon2202::CopyCounter
656 int copies = 0; local
761 int copies = 0; local
[all...]
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description_unittest.cc74 " 'copies': {"
213 " 'copies': {"
214 " 'copies': 123"
277 CopiesCapability copies; local
287 EXPECT_FALSE(copies.LoadFrom(description));
323 CopiesCapability copies; local
377 copies.SaveTo(&description);
403 CopiesCapability copies; local
412 EXPECT_TRUE(copies.LoadFrom(description));
488 CopiesTicketItem copies; local
524 CopiesTicketItem copies; local
576 CopiesTicketItem copies; local
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dprint_ticket_store.js234 get copies() {
407 if (this.copies.isCapabilityAvailable() && this.copies.isUserEdited()) {
408 cjt.print.copies = {copies: this.copies.getValueAsNumber()};
/external/chromium_org/chrome/service/cloud_print/
H A Dcdd_conversion_win.cc53 CopiesTicketItem copies; local
91 if (copies.LoadFrom(description)) {
93 dev_mode->dmCopies = copies.value();
/external/chromium_org/chrome/common/
H A Dprint_messages.cc86 copies(0),
/external/chromium_org/third_party/mesa/src/
H A DAndroid.common.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/
H A DAndroid.common.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/egl/drivers/dri2/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/i915/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/nouveau/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/nv30/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/nv50/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/nvc0/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/r300/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/r600/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/radeonsi/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/softpipe/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/external/mesa3d/src/gallium/drivers/svga/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.

Completed in 663 milliseconds

1234