HomeSort by relevance Sort by last modified time
    Searched defs:window_rect (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_window_size_test.cc 25 RECT window_rect = {0}; local
26 window_rect.left = pNPWindow->x;
27 window_rect.top = pNPWindow->y;
28 window_rect.right = pNPWindow->width;
29 window_rect.bottom = pNPWindow->height;
31 if (!::IsRectEmpty(&window_rect)) {
  /external/chromium_org/content/common/
webplugin_geometry.h 36 gfx::Rect window_rect; member in struct:content::WebPluginGeometry
38 // window_rect origin.
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view_browsertest.cc 52 RECT window_rect; local
53 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
54 EXPECT_EQ(200, window_rect.right - window_rect.left);
55 EXPECT_EQ(150, window_rect.bottom - window_rect.top);
80 RECT window_rect; local
81 EXPECT_TRUE(::GetWindowRect(native_window, &window_rect));
82 EXPECT_EQ(200, window_rect.right - window_rect.left)
    [all...]
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 42 RECT window_rect; member in struct:views::FullscreenHandler::SavedWindowInfo
hwnd_message_handler.cc 1134 RECT window_rect; local
1135 GetWindowRect(hwnd(), &window_rect); local
1428 RECT client_rect, window_rect; local
1430 GetWindowRect(hwnd(), &window_rect); local
1786 RECT window_rect; local
1787 ::GetWindowRect(hwnd(), &window_rect); local
1819 RECT window_rect; local
1820 GetWindowRect(hwnd(), &window_rect); local
2223 RECT window_rect; local
    [all...]
  /external/chromium_org/remoting/host/
single_window_input_injector_mac.cc 71 CGRect window_rect = FindCGRectOfWindow(); local
72 if (CGRectIsNull(window_rect)) {
83 webrtc::DesktopVector window_pos(window_rect.origin.x,
84 window_rect.origin.y);
disconnect_window_win.cc 289 RECT window_rect; local
291 GetWindowRect(hwnd_, &window_rect)) {
292 int window_width = window_rect.right - window_rect.left;
293 int window_height = window_rect.bottom - window_rect.top;
372 RECT window_rect; local
373 if (!GetWindowRect(hwnd_, &window_rect))
376 int height = window_rect.bottom - window_rect.top
    [all...]
  /external/chromium_org/cc/output/
direct_renderer.cc 103 gfx::Rect window_rect = viewport_rect; local
105 window_rect.set_y(surface_size.height() - viewport_rect.bottom());
106 frame->window_matrix = window_matrix(window_rect.x(),
107 window_rect.y(),
108 window_rect.width(),
109 window_rect.height());
110 SetDrawViewport(window_rect);
119 gfx::Rect window_rect = draw_rect; local
120 window_rect -= current_draw_rect_.OffsetFromOrigin();
121 window_rect += current_viewport_rect_.OffsetFromOrigin()
    [all...]
gl_renderer.cc 882 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);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 239 gfx::Rect window_rect = host()->GetWindowBoundsInScreen(); local
241 *position = window_rect.origin();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.c 119 RECT window_rect; local
163 GetWindowRect(fb->hWnd, &window_rect)) {
164 fb->client_rect.left = client_pos.x - window_rect.left;
165 fb->client_rect.top = client_pos.y - window_rect.top;
176 debug_printf("%s: window_rect = (%li, %li) - (%li, %li)\n",
178 window_rect.left, window_rect.top,
179 window_rect.right, window_rect.bottom);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 119 RECT window_rect; local
163 GetWindowRect(fb->hWnd, &window_rect)) {
164 fb->client_rect.left = client_pos.x - window_rect.left;
165 fb->client_rect.top = client_pos.y - window_rect.top;
176 debug_printf("%s: window_rect = (%li, %li) - (%li, %li)\n",
178 window_rect.left, window_rect.top,
179 window_rect.right, window_rect.bottom);
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 325 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/browser/media/capture/
desktop_capture_device_aura.cc 281 gfx::Rect window_rect = gfx::Rect(desktop_window_->bounds().width(), local
283 request->set_area(window_rect);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 765 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
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 658 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
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 1644 gfx::Rect window_rect = frame_->non_client_view()-> local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 738 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
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 1921 gfx::RectF window_rect = rect; local
    [all...]

Completed in 1059 milliseconds