HomeSort by relevance Sort by last modified time
    Searched refs:backgrounds (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesapp.h 144 // Attributes to use for menu and forms backgrounds
145 virtual chtype backgrounds() const { function in class:NCursesApplication
159 // Attributes to use for form backgrounds
164 // Attributes to use as default for (form) window backgrounds
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesapp.h 144 // Attributes to use for menu and forms backgrounds
145 virtual chtype backgrounds() const { function in class:NCursesApplication
159 // Attributes to use for form backgrounds
164 // Attributes to use as default for (form) window backgrounds
  /external/chromium_org/printing/
print_settings_conversion.cc 93 bool backgrounds = false; local
95 if (!job_settings.GetBoolean(kSettingShouldPrintBackgrounds, &backgrounds) ||
100 settings->set_should_print_backgrounds(backgrounds);
  /external/qemu/android/skin/
window.c 804 Background* backgrounds; member in struct:Layout
842 background_done( &layout->backgrounds[nn] );
850 AFREE( layout->backgrounds );
851 layout->backgrounds = NULL;
894 AARRAY_NEW0(layout->backgrounds, n_backgrounds);
898 if (layout->backgrounds == NULL && n_backgrounds > 0) goto Fail;
914 back = layout->backgrounds + n_backgrounds;
    [all...]
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 284 """Helper function that inlines external images in CSS backgrounds."""
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 136 This option is useful for adding .DS_Store files and window backgrounds
    [all...]

Completed in 3773 milliseconds