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

1 2

  /external/chromium_org/content/renderer/
render_view_impl_params.cc 22 const blink::WebScreenInfo& screen_info,
37 screen_info(screen_info),
render_widget_fullscreen.cc 27 const blink::WebScreenInfo& screen_info)
28 : RenderWidget(blink::WebPopupTypeNone, screen_info, false, false) {
render_widget_fullscreen.h 20 RenderWidgetFullscreen(const blink::WebScreenInfo& screen_info);
render_view_impl_params.h 38 const blink::WebScreenInfo& screen_info,
55 const blink::WebScreenInfo& screen_info; member in struct:content::RenderViewImplParams
resizing_mode_selector.cc 26 params.screen_info.deviceScaleFactor ==
render_widget_fullscreen_pepper.h 31 const blink::WebScreenInfo& screen_info);
57 const blink::WebScreenInfo& screen_info);
render_widget_fullscreen_pepper.cc 348 const blink::WebScreenInfo& screen_info) {
351 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
360 const blink::WebScreenInfo& screen_info)
361 : RenderWidgetFullscreen(screen_info),
  /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/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:__anon25206
  /external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc 35 const blink::WebScreenInfo& screen_info,
194 blink::WebScreenInfo screen_info; local
195 screen_info.depth = kScreenColorDepth;
196 screen_info.rect = blink::WebRect(screen_bounds_);
197 screen_info.availableRect = blink::WebRect(available_screen_bounds_);
200 kObfuscatedGaiaId, window_bounds_, content_bounds_, screen_info,
  /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 133 void AddScreenInfoToFingerprint(const WebScreenInfo& screen_info,
144 machine->set_screen_color_depth(screen_info.depth);
146 const gfx::Rect screen_rect(screen_info.rect);
147 const gfx::Rect available_rect(screen_info.availableRect);
260 const WebScreenInfo& screen_info,
333 const WebScreenInfo& screen_info,
346 screen_info_(screen_info),
508 const blink::WebScreenInfo& screen_info,
519 screen_info, version, charset, accept_languages,
538 blink::WebScreenInfo screen_info; local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 317 ScreenDPIInformation* screen_info = local
326 screen_info->max_dpi_x = std::max(dpi_x, screen_info->max_dpi_x);
327 screen_info->max_dpi_y = std::max(dpi_y, screen_info->max_dpi_y);
    [all...]
  /external/chromium_org/content/public/test/
render_widget_test.cc 157 resize_params.screen_info = blink::WebScreenInfo();
render_view_test.cc 328 params.screen_info = blink::WebScreenInfo();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 573 EXPECT_EQ(2.0f, params.a.screen_info.deviceScaleFactor);
591 EXPECT_EQ(1.0f, params.a.screen_info.deviceScaleFactor);
744 gfx::Rect(params.a.screen_info.availableRect).ToString());
767 gfx::Rect(params.a.screen_info.availableRect).ToString());
    [all...]
render_widget_host_view_win.cc 325 blink::WebScreenInfo screen_info; local
326 screen_info.depth = dev_mode.dmBitsPerPel;
327 screen_info.depthPerComponent = 8;
328 screen_info.deviceScaleFactor = gfx::win::GetDeviceScaleFactor();
329 screen_info.isMonochrome = dev_mode.dmColor == DMCOLOR_MONOCHROME;
330 screen_info.rect = gfx::Rect(monitor_info.rcMonitor);
331 screen_info.availableRect = gfx::Rect(monitor_info.rcWork);
333 *results = screen_info;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xcms.h 240 XcmsPerScrnInfo* /* screen_info */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 240 XcmsPerScrnInfo* /* screen_info */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 240 XcmsPerScrnInfo* /* screen_info */

Completed in 179 milliseconds

1 2