Searched refs:screen_info (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.cc134 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
178 blink::WebScreenInfo screen_info; local
[all...]
H A Dscreen_orientation_browsertest.cc52 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/
H A Drender_widget_fullscreen.cc27 const blink::WebScreenInfo& screen_info)
28 : RenderWidget(blink::WebPopupTypeNone, screen_info, false, false, false) {}
26 RenderWidgetFullscreen( const blink::WebScreenInfo& screen_info) argument
H A Drender_widget_fullscreen.h20 RenderWidgetFullscreen(const blink::WebScreenInfo& screen_info);
H A Dresizing_mode_selector.cc26 params.screen_info.deviceScaleFactor ==
H A Drender_widget_fullscreen_pepper.h31 const blink::WebScreenInfo& screen_info);
55 const blink::WebScreenInfo& screen_info);
H A Drender_widget_fullscreen_pepper.cc269 const blink::WebScreenInfo& screen_info) {
272 new RenderWidgetFullscreenPepper(plugin, active_url, screen_info));
281 const blink::WebScreenInfo& screen_info)
282 : RenderWidgetFullscreen(screen_info),
265 Create( int32 opener_id, PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
278 RenderWidgetFullscreenPepper( PepperPluginInstanceImpl* plugin, const GURL& active_url, const blink::WebScreenInfo& screen_info) argument
H A Drender_widget.h98 const blink::WebScreenInfo& screen_info);
320 const blink::WebScreenInfo& screen_info,
H A Drender_widget.cc338 original_screen_info_ = params.screen_info;
378 const blink::WebScreenInfo& screen_info,
410 screen_info_(screen_info),
441 const blink::WebScreenInfo& screen_info) {
444 new RenderWidget(popup_type, screen_info, false, false, false));
771 screen_info_.orientationAngle != params.screen_info.orientationAngle;
773 screen_info_ = params.screen_info;
377 RenderWidget(blink::WebPopupType popup_type, const blink::WebScreenInfo& screen_info, bool swapped_out, bool hidden, bool never_visible) argument
439 Create(int32 opener_id, blink::WebPopupType popup_type, const blink::WebScreenInfo& screen_info) argument
H A Drender_view_impl.cc657 params->initial_size.screen_info,
1688 initial_size.screen_info = screen_info_;
4140 params.screen_info = screen_info_;
4141 params.screen_info.deviceScaleFactor = factor;
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_sb3.c56 scrinfo = cookie_scpn->screen_info;
71 scrinfo = cookie_scpn->screen_info;
H A DSDL_xbios_sb3.h72 scpn_screeninfo_t *screen_info; member in struct:__anon29623
/external/chromium_org/content/public/test/
H A Drender_widget_test.cc42 resize_params.screen_info = blink::WebScreenInfo();
80 resize_params.screen_info.orientationAngle = 90;
84 resize_params.screen_info.orientationType =
H A Drender_view_test.cc360 params.screen_info = blink::WebScreenInfo();
/external/chromium_org/components/metrics/gpu/
H A Dgpu_metrics_provider.cc28 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/
H A Dfingerprint.cc131 void AddScreenInfoToFingerprint(const WebScreenInfo& screen_info, argument
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
264 FingerprintDataLoader( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
444 GetFingerprintInternal( uint64 obfuscated_gaia_id, const gfx::Rect& window_bounds, const gfx::Rect& content_bounds, const blink::WebScreenInfo& screen_info, const std::string& version, const std::string& charset, const std::string& accept_languages, const base::Time& install_time, const std::string& app_locale, const std::string& user_agent, const base::TimeDelta& timeout, const base::Callback<void(scoped_ptr<Fingerprint>)>& callback) argument
[all...]
H A Dfingerprint_browsertest.cc34 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,
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h32 #include <linux/screen_info.h>
114 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
/external/kernel-headers/original/uapi/linux/
H A Dscreen_info.h10 struct screen_info { struct
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc278 blink::WebScreenInfo screen_info; local
279 view->GetScreenInfo(&screen_info);
280 double device_scale_factor = screen_info.deviceScaleFactor;
1095 blink::WebScreenInfo screen_info; local
1096 view->GetScreenInfo(&screen_info);
1097 double device_scale_factor = screen_info.deviceScaleFactor;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc637 blink::WebScreenInfo& screen_info) {
641 screen_info.orientationType =
643 screen_info.orientationAngle =
636 GetScreenOrientationForTesting( blink::WebScreenInfo& screen_info) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc1002 EXPECT_EQ(2.0f, params.a.screen_info.deviceScaleFactor);
1020 EXPECT_EQ(1.0f, params.a.screen_info.deviceScaleFactor);
1188 gfx::Rect(params.a.screen_info.availableRect).ToString());
1213 gfx::Rect(params.a.screen_info.availableRect).ToString());
H A Drender_widget_host_impl.cc571 resize_params->screen_info = *screen_info_;
/external/chromium_org/content/common/
H A Dview_messages.h411 IPC_STRUCT_MEMBER(blink::WebScreenInfo, screen_info)

Completed in 4789 milliseconds