HomeSort by relevance Sort by last modified time
    Searched defs:screen_info (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/chrome/browser/metrics/
gpu_metrics_provider.cc 26 ScreenDPIInformation* screen_info = local
35 screen_info->max_dpi_x = std::max(dpi_x, screen_info->max_dpi_x);
36 screen_info->max_dpi_y = std::max(dpi_y, screen_info->max_dpi_y);
  /external/chromium_org/content/renderer/
render_view_impl_params.h 41 const blink::WebScreenInfo& screen_info,
60 const blink::WebScreenInfo& screen_info; member in struct:content::RenderViewImplParams
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint_browsertest.cc 34 const blink::WebScreenInfo& screen_info,
193 blink::WebScreenInfo screen_info; local
194 screen_info.depth = kScreenColorDepth;
195 screen_info.rect = blink::WebRect(screen_bounds_);
196 screen_info.availableRect = blink::WebRect(available_screen_bounds_);
199 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
fingerprint.cc 131 void AddScreenInfoToFingerprint(const WebScreenInfo& screen_info,
142 machine->set_screen_color_depth(screen_info.depth);
144 const gfx::Rect screen_rect(screen_info.rect);
145 const gfx::Rect available_rect(screen_info.availableRect);
190 const WebScreenInfo& screen_info,
267 const WebScreenInfo& screen_info,
281 screen_info_(screen_info),
447 const blink::WebScreenInfo& screen_info,
459 screen_info, version, charset, accept_languages,
479 blink::WebScreenInfo screen_info; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.h 72 scpn_screeninfo_t *screen_info; member in struct:__anon33341
  /bionic/libc/kernel/uapi/linux/
screen_info.h 22 struct screen_info { struct
  /development/ndk/platforms/android-L/include/linux/
screen_info.h 22 struct screen_info { struct
  /external/kernel-headers/original/uapi/linux/
screen_info.h 10 struct screen_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
screen_info.h 10 struct screen_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
screen_info.h 10 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /development/ndk/platforms/android-L/arch-x86/include/asm/
bootparam.h 42 #include <linux/screen_info.h>
134 struct screen_info screen_info; member in struct:boot_params
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
bootparam.h 42 #include <linux/screen_info.h>
134 struct screen_info screen_info; member in struct:boot_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
bootparam.h 5 #include <linux/screen_info.h>
86 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
bootparam.h 5 #include <linux/screen_info.h>
86 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /bionic/libc/kernel/uapi/asm-x86/asm/
bootparam.h 45 #include <linux/screen_info.h>
136 struct screen_info screen_info; member in struct:boot_params
  /external/kernel-headers/original/uapi/asm-x86/asm/
bootparam.h 32 #include <linux/screen_info.h>
114 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
bootparam.h 45 #include <linux/screen_info.h>
136 struct screen_info screen_info; member in struct:boot_params
  /hardware/intel/bootstub/
bootparam.h 17 struct screen_info { struct
249 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params

Completed in 636 milliseconds