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

1 2

  /external/chromium_org/content/browser/screen_orientation/
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...]
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;
  /external/chromium_org/content/renderer/
render_widget_fullscreen.h 20 RenderWidgetFullscreen(const blink::WebScreenInfo& screen_info);
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/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:__anon34227
  /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/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.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...]
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,
  /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
  /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
  /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
  /prebuilts/ndk/9/platforms/android-21/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
  /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

Completed in 513 milliseconds

1 2