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

  /external/chromium_org/content/renderer/
render_view_impl_params.h 39 const WebKit::WebScreenInfo& screen_info,
56 const WebKit::WebScreenInfo& screen_info; member in struct:content::RenderViewImplParams
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 34 const WebKit::WebScreenInfo& screen_info,
188 WebKit::WebScreenInfo screen_info; local
189 screen_info.depth = kScreenColorDepth;
190 screen_info.rect = WebKit::WebRect(screen_bounds_);
191 screen_info.availableRect = WebKit::WebRect(available_screen_bounds_);
194 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.h 72 scpn_screeninfo_t *screen_info; member in struct:__anon26970
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
screen_info.h 10 struct screen_info { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
screen_info.h 10 struct screen_info { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
screen_info.h 10 struct screen_info { struct
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 141 void AddScreenInfoToFingerprint(const WebScreenInfo& screen_info,
152 machine->set_screen_color_depth(screen_info.depth);
154 const gfx::Rect screen_rect(screen_info.rect);
155 const gfx::Rect available_rect(screen_info.availableRect);
199 const WebScreenInfo& screen_info,
274 const WebScreenInfo& screen_info,
287 screen_info_(screen_info),
461 const WebKit::WebScreenInfo& screen_info,
472 screen_info, version, charset, accept_languages,
492 WebKit::WebScreenInfo screen_info; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
bootparam.h 5 #include <linux/screen_info.h>
68 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 5 #include <linux/screen_info.h>
68 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
bootparam.h 5 #include <linux/screen_info.h>
68 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 298 ScreenDPIInformation* screen_info = local
309 screen_info->max_dpi_x = std::max(dpi_x, screen_info->max_dpi_x);
310 screen_info->max_dpi_y = std::max(dpi_y, screen_info->max_dpi_y);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 323 WebKit::WebScreenInfo screen_info; local
324 screen_info.depth = dev_mode.dmBitsPerPel;
325 screen_info.depthPerComponent = dev_mode.dmBitsPerPel / 3; // Assumes RGB
326 screen_info.deviceScaleFactor = ui::win::GetDeviceScaleFactor();
327 screen_info.isMonochrome = dev_mode.dmColor == DMCOLOR_MONOCHROME;
328 screen_info.rect = gfx::Rect(monitor_info.rcMonitor);
329 screen_info.availableRect = gfx::Rect(monitor_info.rcWork);
331 *results = screen_info;
    [all...]

Completed in 208 milliseconds