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

1 2

  /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/chrome/browser/ui/views/
dropdown_bar_host_win.cc 37 gfx::Rect window_rect = host_->GetWindowScreenBounds(); local
39 if (!window_rect.IsEmpty())
find_bar_host.cc 209 gfx::Rect window_rect = host()->GetWindowScreenBounds(); local
211 *position = window_rect.origin();
  /external/chromium_org/content/common/
webplugin_geometry.h 36 gfx::Rect window_rect; member in struct:content::WebPluginGeometry
38 // window_rect origin.
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 106 RECT window_rect = {0}; local
107 GetWindowRect(current_hwnd_, &window_rect);
  /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/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 105 RECT window_rect = {0}; local
106 GetWindowRect(current_hwnd_, &window_rect);
dock_info_win.cc 383 RECT window_rect; local
384 if (!window() || !GetWindowRect(window(), &window_rect))
386 *bounds = gfx::Rect(window_rect);
  /external/chromium_org/ui/views/win/
fullscreen_handler.h 42 RECT window_rect; member in struct:views::FullscreenHandler::SavedWindowInfo
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 309 RECT window_rect; local
310 if (!window() || !GetWindowRect(window(), &window_rect))
312 *bounds = gfx::Rect(window_rect);
  /external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc 200 WebKit::WebRect window_rect = render_view->windowRect(); local
202 return gfx::Point(pt.x() - window_rect.x + screen_rect.x,
203 pt.y() - window_rect.y + screen_rect.y);
  /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 = gfx::ToEnclosingRect(draw_rect); local
120 window_rect -= current_draw_rect_.OffsetFromOrigin();
121 window_rect += current_viewport_rect_.OffsetFromOrigin()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 230 gfx::Rect window_rect = host()->GetWindowBoundsInScreen(); local
232 *position = window_rect.origin();
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 287 RECT window_rect; local
289 GetWindowRect(hwnd_, &window_rect)) {
290 int window_width = window_rect.right - window_rect.left;
291 int window_height = window_rect.bottom - window_rect.top;
369 RECT window_rect; local
370 if (!GetWindowRect(hwnd_, &window_rect))
373 int height = window_rect.bottom - window_rect.top
    [all...]
  /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 299 const gfx::Rect window_rect = gfx::ToEnclosingRect(GetWindowRectDIP(scale)); local
300 if (scale == scale_ && window_rect.Contains(target_rect))
306 gfx::Rect rect = window_rect;
314 if (rect.height() > window_rect.height())
342 const gfx::Rect window_rect = gfx::ToEnclosingRect(GetWindowRectDIP(scale_)); local
343 const int left = window_rect.x();
344 const int right = window_rect.right();
360 const int top = window_rect.y();
361 const int bottom = window_rect.bottom();
  /external/chromium_org/ui/aura/
root_window_host_win.cc 123 RECT window_rect; local
124 window_rect.left = bounds.x();
125 window_rect.top = bounds.y();
126 window_rect.right = bounds.right() ;
127 window_rect.bottom = bounds.bottom();
128 AdjustWindowRectEx(&window_rect,
135 window_rect.left,
136 window_rect.top,
137 window_rect.right - window_rect.left
208 RECT window_rect; local
209 GetWindowRect(hwnd(), &window_rect); local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 577 gfx::Rect window_rect = GetWindowRect(event->window); local
584 if (window_rect.width() < (kIconAreaWidth * 3))
600 window_rect.width() - 1, window_rect.height() - 1);
605 gfx::Rect line_rect = GetRectForLine(i, window_rect.width());
633 int text_width = window_rect.width() - (kIconAreaWidth + kRightPadding);
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 595 gfx::Rect window_rect = GetWindowRect(event->window); local
602 if (window_rect.width() < (kIconAreaWidth * 3))
615 cairo_rectangle(cr, 0, 0, window_rect.width(), window_rect.height());
621 gfx::Rect line_rect = GetRectForLine(i, window_rect.width());
652 int text_width = window_rect.width() - (kIconAreaWidth + kRightPadding);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 778 gfx::Rect window_rect = ui::win::DIPToScreenRect(window_rect_in_dip); local
780 if (window_rect_ == window_rect && clip_rect_ == clip_rect)
789 if (window_rect.size() != window_rect_.size()) {
797 window_rect.width(),
798 window_rect.height(),
802 window_rect_ = window_rect;
955 RECT window_rect; local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.cc 976 CRect window_rect; local
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 408 move.window_rect.x(),
409 move.window_rect.y(),
410 move.window_rect.width(),
411 move.window_rect.height(), flags);
544 CRect window_rect; local
545 GetWindowRect(&window_rect);
546 return gfx::Rect(window_rect);
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 709 gfx::Rect window_rect; local
710 if (!GetWindowRect(window, &window_rect))
713 if (!window_rect.Contains(screen_loc))
734 // translate by the window_rect's offset to map to screen space.
736 gfx::Rect(input_rects[i].x + window_rect.x(),
737 input_rects[i].y + window_rect.y(),
1436 gfx::Rect window_rect; local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 1492 gfx::Rect window_rect = frame_->GetWindow()->non_client_view()-> local
    [all...]

Completed in 797 milliseconds

1 2