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

1 2

  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_browsertest.cc 52 blink::WebScreenInfo screen_info; local
53 rwh->GetWebScreenInfo(&screen_info);
54 screen_info.orientationAngle = angle;
67 screen_info.orientationType = type;
70 params.screen_info = screen_info;
screen_orientation_provider_android.cc 134 blink::WebScreenInfo screen_info; local
135 rwh->GetWebScreenInfo(&screen_info);
139 return screen_info.orientationType ==
142 return screen_info.orientationType ==
145 return screen_info.orientationType ==
148 return screen_info.orientationType ==
151 return screen_info.orientationType ==
153 screen_info.orientationType ==
156 return screen_info.orientationType ==
158 screen_info.orientationType =
178 blink::WebScreenInfo screen_info; local
    [all...]
  /external/chromium_org/components/metrics/gpu/
gpu_metrics_provider.cc 28 ScreenDPIInformation* screen_info = local
37 screen_info->max_dpi_x = std::max(dpi_x, screen_info->max_dpi_x);
38 screen_info->max_dpi_y = std::max(dpi_y, screen_info->max_dpi_y);
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint_browsertest.cc 34 const blink::WebScreenInfo& screen_info,
196 blink::WebScreenInfo screen_info; local
197 screen_info.depth = kScreenColorDepth;
198 screen_info.rect = blink::WebRect(screen_bounds_);
199 screen_info.availableRect = blink::WebRect(available_screen_bounds_);
202 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);
191 const WebScreenInfo& screen_info,
268 const WebScreenInfo& screen_info,
282 screen_info_(screen_info),
448 const blink::WebScreenInfo& screen_info,
460 screen_info, version, charset, accept_languages,
480 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:__anon34227
  /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-21/arch-arm/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
screen_info.h 22 struct screen_info { struct
  /prebuilts/ndk/9/platforms/android-21/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/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 278 blink::WebScreenInfo screen_info; local
279 view->GetScreenInfo(&screen_info);
280 double device_scale_factor = screen_info.deviceScaleFactor;
1095 blink::WebScreenInfo screen_info; local
    [all...]
  /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-21/arch-x86/usr/include/asm/
bootparam.h 45 #include <linux/screen_info.h>
136 struct screen_info screen_info; member in struct:boot_params

Completed in 914 milliseconds

1 2