HomeSort by relevance Sort by last modified time
    Searched refs:copies (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.css 5 #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-settings button.increment
    [all...]
  /external/chromium_org/printing/
print_settings.h 133 void set_copies(int copies) { copies_ = copies; }
134 int copies() const { return copies_; } function in class:printing::PrintSettings
194 // Number of copies user wants to print.
printing_context_mac.h 73 // Sets |copies| in PMPrintSettings.
74 // Returns true if the number of copies is set.
75 bool SetCopiesInPrintSettings(int copies);
  /external/chromium_org/base/
bind_unittest.cc 34 // 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)
89 : copies_(copies), assigns_(assigns) {
95 // Used for probing the number of copies in an argument.
98 CopyCounter(int* copies, int* assigns)
99 : copies_(copies), assigns_(assigns) {
108 // Probing for copies from coercion.
126 int copies() const function in class:base::__anon6827::CopyCounter
656 int copies = 0; local
761 int copies = 0; local
    [all...]
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 74 " '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/service/cloud_print/
cdd_conversion_win.cc 53 CopiesTicketItem copies; local
91 if (copies.LoadFrom(description)) {
93 dev_mode->dmCopies = copies.value();
  /external/chromium_org/chrome/common/
print_messages.cc 86 copies(0),
  /external/chromium_org/third_party/mesa/src/
Android.common.mk 10 # 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/
Android.common.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/
Android.mk 10 # 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/state_trackers/egl/
Android.mk 10 # 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/winsys/i915/drm/
Android.mk 10 # 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/winsys/nouveau/drm/
Android.mk 10 # 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/winsys/radeon/drm/
Android.mk 10 # 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 570 milliseconds

1 2 3 4 5