HomeSort by relevance Sort by last modified time
    Searched full:screen_info (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/content/renderer/
render_view_impl_params.cc 25 const blink::WebScreenInfo& screen_info,
42 screen_info(screen_info),
render_widget_fullscreen.h 20 RenderWidgetFullscreen(const blink::WebScreenInfo& screen_info);
render_view_impl_params.h 41 const blink::WebScreenInfo& screen_info,
60 const blink::WebScreenInfo& screen_info; member in struct:content::RenderViewImplParams
render_widget_fullscreen.cc 27 const blink::WebScreenInfo& screen_info)
28 : RenderWidget(blink::WebPopupTypeNone, screen_info, false, false, false) {}
resizing_mode_selector.cc 26 params.screen_info.deviceScaleFactor ==
render_widget_fullscreen_pepper.h 31 const blink::WebScreenInfo& screen_info);
55 const blink::WebScreenInfo& screen_info);
  /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);
  /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
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.c 56 scrinfo = cookie_scpn->screen_info;
71 scrinfo = cookie_scpn->screen_info;
SDL_xbios_sb3.h 72 scpn_screeninfo_t *screen_info; member in struct:__anon33341
  /external/chromium_org/components/autofill/content/browser/risk/
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...]
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,
  /external/chromium_org/content/public/test/
render_widget_test.cc 42 resize_params.screen_info = blink::WebScreenInfo();
80 resize_params.screen_info.orientationAngle = 90;
84 resize_params.screen_info.orientationType =
  /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
  /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
  /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
  /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
  /hardware/intel/bootstub/
bootparam.h 17 struct screen_info { struct
249 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
  /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

Completed in 1228 milliseconds

1 2