Searched refs:window_rect (Results 26 - 45 of 45) sorted by relevance

12

/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc532 param.window_rect = plugin_rect_;
570 void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect, argument
572 // window_rect becomes either a window in native windowing system
575 if (window_rect.width() < 0 || window_rect.width() > kMaxPluginSideLength ||
576 window_rect.height() < 0 || window_rect.height() > kMaxPluginSideLength ||
578 static_cast<uint32>(window_rect.width()) *
579 static_cast<uint32>(window_rect.height()) > kMaxPluginSize) {
583 plugin_rect_ = window_rect;
[all...]
H A Dwebplugin_impl.cc316 const WebRect& window_rect, const WebRect& clip_rect,
320 new_geometry.window_rect = window_rect;
335 InvalidateRect(window_rect);
341 new_geometry.window_rect != geometry_.window_rect ||
344 delegate_->UpdateGeometry(new_geometry.window_rect, new_geometry.clip_rect);
393 move.window_rect = gfx::Rect();
315 updateGeometry( const WebRect& window_rect, const WebRect& clip_rect, const WebVector<WebRect>& cutout_rects, bool is_visible) argument
H A Dwebplugin_delegate_proxy.h64 virtual void UpdateGeometry(const gfx::Rect& window_rect,
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc28 Rect window_rect(bounds);
30 Rect new_window_rect = window_rect;
32 if (new_window_rect != window_rect) {
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc325 const gfx::Rect window_rect = gfx::ToEnclosingRect(GetWindowRectDIP(scale_)); local
326 const int left = window_rect.x();
327 const int right = window_rect.right();
343 const int top = window_rect.y();
344 const int bottom = window_rect.bottom();
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc765 gfx::Rect window_rect = gfx::win::DIPToScreenRect(window_rect_in_dip); local
767 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
776 if (window_rect.size() != window_rect_.size()) {
784 window_rect.width(),
785 window_rect.height(),
789 window_rect_ = window_rect;
944 RECT window_rect; local
945 GetWindowRect(hwnd, &window_rect);
946 invalid_rect.Offset(-window_rect.left, -window_rect
1009 WindowlessUpdateGeometry( const gfx::Rect& window_rect, const gfx::Rect& clip_rect) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.cc239 gfx::Rect window_rect = host()->GetWindowBoundsInScreen(); local
241 *position = window_rect.origin();
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.cc162 const WebRect& window_rect,
166 plugin_rect_ = window_rect;
161 updateGeometry( const WebRect& window_rect, const WebRect& clip_rect, const WebVector<WebRect>& cut_outs_rects, bool is_visible) argument
/external/chromium_org/cc/output/
H A Dgl_renderer.cc882 gfx::Rect window_rect = gfx::ToEnclosingRect(MathUtil::MapClippedRect( local
887 window_rect.Inset(-left, -top, -right, -bottom);
889 window_rect.Intersect(
896 window_rect.size(), ResourceProvider::TextureHintDefault, RGBA_8888);
901 lock.texture_id(), device_background_texture->format(), window_rect);
963 window_rect,
2397 gfx::Rect window_rect = MoveFromDrawToWindowSpace(rect);
2398 DCHECK_GE(window_rect.x(), 0);
2399 DCHECK_GE(window_rect.y(), 0);
2400 DCHECK_LE(window_rect
2615 GetFramebufferTexture(unsigned texture_id, ResourceFormat texture_format, const gfx::Rect& window_rect) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h60 // Blit the IOSurface to the rectangle specified by |window_rect| in DIPs,
66 const gfx::Rect& window_rect,
H A Drender_widget_host_view_aura.cc738 moves[i].window_rect.OffsetFromOrigin());
744 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
752 offset_cutout -= moves[i].window_rect.OffsetFromOrigin();
1027 RECT window_rect = window_->GetBoundsInScreen().ToRECT(); local
1028 ::ClipCursor(&window_rect);
1126 RECT window_rect = {0};
1128 ::GetWindowRect(hwnd, &window_rect);
1129 bounds = gfx::Rect(window_rect);
H A Drender_widget_host_view_base.cc296 gfx::win::DIPToScreenRect(move.window_rect);
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.cc436 const WebRect& window_rect,
442 plugin_rect_ = window_rect;
446 if (old_width == window_rect.width && old_height == window_rect.height) {
435 updateGeometry( const WebRect& window_rect, const WebRect& clip_rect, const WebVector<WebRect>& cut_outs_rects, bool is_visible) argument
/external/chromium_org/ui/base/x/
H A Dx11_util.cc658 gfx::Rect window_rect; local
659 if (!GetWindowRect(window, &window_rect))
662 if (!window_rect.Contains(screen_loc))
700 // have to translate by the window_rect's offset to map to screen space.
702 gfx::Rect(shape_rects[i].x + window_rect.x(),
703 shape_rects[i].y + window_rect.y(),
1296 gfx::Rect window_rect; local
1297 if (!ui::GetWindowRect(window, &window_rect))
1309 return window_rect.size() == gfx::Size(width, height);
/external/chromium_org/content/child/
H A Dplugin_messages.h70 IPC_STRUCT_MEMBER(gfx::Rect, window_rect)
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1644 gfx::Rect window_rect = frame_->non_client_view()-> local
1646 window_rect.set_origin(bounds->origin());
1650 if (window_rect.x() == 0 && window_rect.y() == 0) {
1651 gfx::Size size = window_rect.size();
1652 window_rect.set_origin(
1657 *bounds = window_rect;
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc281 gfx::Rect window_rect = gfx::Rect(desktop_window_->bounds().width(), local
283 request->set_area(window_rect);
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc295 param.window_rect, param.clip_rect,
/external/chromium_org/content/common/
H A Dview_messages.h236 IPC_STRUCT_TRAITS_MEMBER(window_rect)
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1921 gfx::RectF window_rect = rect; local
1922 window_rect.Scale(device_scale_factor_ * webview()->pageScaleFactor());
1923 return window_rect;

Completed in 453 milliseconds

12