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

1 2

  /external/chromium_org/content/common/
webplugin_geometry.cc 20 window_rect == rhs.window_rect &&
webplugin_geometry.h 36 gfx::Rect window_rect; member in struct:content::WebPluginGeometry
38 // window_rect origin.
  /external/chromium_org/ui/views/win/
fullscreen_handler.cc 42 return gfx::Rect(saved_window_info_.window_rect);
61 GetWindowRect(hwnd_, &saved_window_info_.window_rect);
74 // On expand, if we're given a window_rect, grow to it, otherwise do
81 gfx::Rect window_rect(monitor_info.rcMonitor);
82 SetWindowPos(hwnd_, NULL, window_rect.x(), window_rect.y(),
83 window_rect.width(), window_rect.height(),
95 gfx::Rect new_rect(saved_window_info_.window_rect);
fullscreen_handler.h 42 RECT window_rect; member in struct:views::FullscreenHandler::SavedWindowInfo
hwnd_message_handler.cc 1102 RECT window_rect; local
1103 GetWindowRect(hwnd(), &window_rect); local
1390 RECT client_rect, window_rect; local
1392 GetWindowRect(hwnd(), &window_rect); local
1747 RECT window_rect; local
1748 ::GetWindowRect(hwnd(), &window_rect); local
1780 RECT window_rect; local
1781 GetWindowRect(hwnd(), &window_rect); local
2184 RECT window_rect; local
    [all...]
  /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/remoting/host/
desktop_shape_tracker_win.cc 104 RECT window_rect;
105 if (!GetWindowRect(window, &window_rect))
112 OffsetRgn(window_region, window_rect.left, window_rect.top);
115 SetRectRgn(window_region, window_rect.left, window_rect.top,
116 window_rect.right, window_rect.bottom);
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/content/browser/
plugin_process_host_mac.cc 23 gfx::Rect window_rect,
31 gfx::Rect window_rect,
37 { window_rect.x(), window_rect.y() },
38 { window_rect.width(), window_rect.height() }
69 gfx::Rect window_rect) {
plugin_process_host.h 137 void OnPluginSelectWindow(uint32 window_id, gfx::Rect window_rect,
139 void OnPluginShowWindow(uint32 window_id, gfx::Rect window_rect,
141 void OnPluginHideWindow(uint32 window_id, gfx::Rect window_rect);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 53 const gfx::Rect& window_rect,
62 const gfx::Rect& window_rect,
webplugin_delegate_impl_aura.cc 40 const gfx::Rect& window_rect,
49 const gfx::Rect& window_rect,
webplugin_delegate_impl.cc 128 const gfx::Rect& window_rect,
142 WindowlessUpdateGeometry(window_rect, clip_rect);
144 WindowedUpdateGeometry(window_rect, clip_rect);
251 const gfx::Rect& window_rect,
253 if (WindowedReposition(window_rect, clip_rect) ||
webplugin_delegate.h 59 // window_rect. Its contents should be clipped to the coords given
62 virtual void UpdateGeometry(const gfx::Rect& window_rect,
webplugin_delegate_impl.h 86 virtual void UpdateGeometry(const gfx::Rect& window_rect,
163 void UpdateGeometryAndContext(const gfx::Rect& window_rect,
211 void WindowedUpdateGeometry(const gfx::Rect& window_rect,
223 bool WindowedReposition(const gfx::Rect& window_rect,
253 void WindowlessUpdateGeometry(const gfx::Rect& 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/ui/aura/
window_tree_host_win.cc 81 RECT window_rect; local
82 window_rect.left = bounds.x();
83 window_rect.top = bounds.y();
84 window_rect.right = bounds.right() ;
85 window_rect.bottom = bounds.bottom();
86 AdjustWindowRectEx(&window_rect,
93 window_rect.left,
94 window_rect.top,
95 window_rect.right - window_rect.left
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 382 const gfx::Rect& window_rect,
397 window_rect);
405 window_rect, clip_rect, windowless_context());
407 delegate_->UpdateGeometry(window_rect, clip_rect);
422 const gfx::Rect& window_rect,
425 skia::CreatePlatformCanvas(window_rect.width(),
426 window_rect.height(),
437 const gfx::Rect& window_rect) {
439 window_rect,
446 window_rect,
    [all...]
webplugin_proxy.h 77 void UpdateGeometry(const gfx::Rect& window_rect,
161 const gfx::Rect& window_rect,
166 const gfx::Rect& window_rect,
174 const gfx::Rect& window_rect);
  /external/chromium_org/cc/output/
direct_renderer.cc 104 gfx::Rect window_rect = viewport_rect; local
106 window_rect.set_y(surface_size.height() - viewport_rect.bottom());
107 frame->window_matrix = window_matrix(window_rect.x(),
108 window_rect.y(),
109 window_rect.width(),
110 window_rect.height());
111 SetDrawViewport(window_rect);
120 gfx::Rect window_rect = draw_rect; local
121 window_rect -= current_draw_rect_.OffsetFromOrigin();
122 window_rect += current_viewport_rect_.OffsetFromOrigin()
    [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/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 151 DesktopRect window_rect =
163 if (!window_rect.Contains(position))
165 position = position.subtract(window_rect.top_left());
169 } else if (window_rect.Contains(position)) {
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.cc 216 gfx::Rect window_rect(window->bounds().width(), window->bounds().height());
218 gfx::Rect(thumbnail_size_), window_rect.size());
223 window_rect,
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 529 param.window_rect = plugin_rect_;
567 void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect,
569 // window_rect becomes either a window in native windowing system
572 if (window_rect.width() < 0 || window_rect.width() > kMaxPluginSideLength ||
573 window_rect.height() < 0 || window_rect.height() > kMaxPluginSideLength ||
575 static_cast<uint32>(window_rect.width()) *
576 static_cast<uint32>(window_rect.height()) > kMaxPluginSize) {
580 plugin_rect_ = window_rect;
    [all...]

Completed in 325 milliseconds

1 2