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

1 2

  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 183 gfx::Rect window_bounds; local
186 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
191 window_bounds); local
195 gfx::Rect window_bounds; local
198 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
205 window_bounds); local
209 gfx::Rect window_bounds; local
212 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
218 window_bounds); local
222 gfx::Rect window_bounds; local
233 window_bounds); local
237 gfx::Rect window_bounds; local
247 window_bounds); local
251 gfx::Rect window_bounds; local
259 window_bounds); local
263 gfx::Rect window_bounds; local
271 window_bounds); local
275 gfx::Rect window_bounds; local
283 window_bounds); local
287 gfx::Rect window_bounds; local
295 window_bounds); local
303 gfx::Rect window_bounds; local
315 gfx::Rect window_bounds; local
329 gfx::Rect window_bounds; local
345 gfx::Rect window_bounds; local
362 gfx::Rect window_bounds; local
373 gfx::Rect window_bounds; local
384 gfx::Rect window_bounds; local
396 gfx::Rect window_bounds; local
410 gfx::Rect window_bounds; local
424 gfx::Rect window_bounds; local
438 gfx::Rect window_bounds; local
448 gfx::Rect window_bounds; local
457 window_bounds); local
465 gfx::Rect window_bounds; local
487 gfx::Rect window_bounds; local
495 kWindowTilePixels * 2, 500, 400), window_bounds); local
499 gfx::Rect window_bounds; local
512 gfx::Rect window_bounds; local
525 gfx::Rect window_bounds; local
540 gfx::Rect window_bounds; local
550 gfx::Rect window_bounds; local
560 gfx::Rect window_bounds; local
570 gfx::Rect window_bounds; local
580 gfx::Rect window_bounds; local
591 gfx::Rect window_bounds; local
602 gfx::Rect window_bounds; local
613 gfx::Rect window_bounds; local
624 gfx::Rect window_bounds; local
634 gfx::Rect window_bounds; local
644 gfx::Rect window_bounds; local
654 gfx::Rect window_bounds; local
664 gfx::Rect window_bounds; local
674 gfx::Rect window_bounds; local
684 gfx::Rect window_bounds; local
694 gfx::Rect window_bounds; local
704 gfx::Rect window_bounds; local
716 gfx::Rect window_bounds; local
731 gfx::Rect window_bounds; local
743 gfx::Rect window_bounds; local
755 gfx::Rect window_bounds; local
766 gfx::Rect window_bounds; local
778 gfx::Rect window_bounds; local
795 gfx::Rect window_bounds; local
806 gfx::Rect window_bounds; local
818 gfx::Rect window_bounds; local
831 gfx::Rect window_bounds; local
842 gfx::Rect window_bounds; local
855 gfx::Rect window_bounds; local
866 gfx::Rect window_bounds; local
876 gfx::Rect window_bounds; local
888 gfx::Rect window_bounds; local
900 gfx::Rect window_bounds; local
912 gfx::Rect window_bounds; local
923 gfx::Rect window_bounds; local
933 gfx::Rect window_bounds; local
943 gfx::Rect window_bounds; local
953 gfx::Rect window_bounds; local
963 gfx::Rect window_bounds; local
973 gfx::Rect window_bounds; local
983 gfx::Rect window_bounds; local
993 gfx::Rect window_bounds; local
    [all...]
browser_navigator.h 116 gfx::Rect window_bounds; member in struct:browser::NavigateParams
window_sizer.h 119 // |window_bounds| is calculated by calling GetLastActiveWindowState(). To
125 gfx::Rect* window_bounds,
window_sizer.cc 137 gfx::Rect* window_bounds,
141 sizer.DetermineWindowBounds(specified_bounds, window_bounds, maximized);
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 39 gfx::Rect window_bounds; local
46 &contents_bounds, &window_bounds);
53 EXPECT_GT(window_bounds.x(), 100);
54 EXPECT_GT(window_bounds.y(), 100 + 50 - 10); // -10 to roughly compensate for
63 &contents_bounds, &window_bounds);
69 EXPECT_GT(window_bounds.x(), 100);
70 EXPECT_GT(window_bounds.y(), 100 + 50 - 10); // -10 to roughly compensate for
79 &contents_bounds, &window_bounds);
85 EXPECT_GT(window_bounds.x(), 100);
86 EXPECT_GT(window_bounds.y(), 100 + 50 - 10); // -10 to roughly compensate fo
194 gfx::Rect window_bounds; local
217 gfx::Rect window_bounds; local
    [all...]
border_contents.cc 35 gfx::Rect* window_bounds) {
48 *window_bounds =
57 window_bounds);
62 window_bounds);
68 *contents_bounds = gfx::Rect(gfx::Point(), window_bounds->size());
87 gfx::Rect* window_bounds) {
91 if (ComputeOffScreenInsets(monitor_bounds, *window_bounds,
101 *window_bounds = bubble_border_->GetBounds(position_relative_to,
105 if (ComputeOffScreenInsets(monitor_bounds, *window_bounds,
111 *window_bounds = bubble_border_->GetBounds(position_relative_to
    [all...]
border_widget_win.cc 33 gfx::Rect window_bounds; local
36 &window_bounds);
37 SetBounds(window_bounds);
40 contents_bounds.Offset(window_bounds.origin());
border_contents.h 37 gfx::Rect* window_bounds); // Returned in screen coordinates
56 // is true, horizontally otherwise, if |window_bounds| don't fit in
63 gfx::Rect* window_bounds);
65 // Computes how much |window_bounds| is off-screen of the monitor bounds
67 // Returns false if |window_bounds| is actually contained in |monitor_bounds|,
70 const gfx::Rect& window_bounds,
bubble.cc 225 gfx::Rect window_bounds; local
229 window_bounds = border_->SizeAndGetBounds(position_relative_to,
247 &contents_bounds, &window_bounds);
254 gfx::Rect(gfx::Point(), window_bounds.size()));
257 SetBounds(window_bounds);
284 gfx::Rect window_bounds; local
288 window_bounds = border_->SizeAndGetBounds(position_relative_to_,
295 &contents_bounds, &window_bounds);
299 gfx::Rect(gfx::Point(), window_bounds.size()));
302 SetBounds(window_bounds);
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 127 gfx::Rect window_bounds;
128 if (window_ && !GetWindowBounds(&window_bounds))
138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(),
139 half_m_width, window_bounds.height());
144 window_bounds.y(), half_m_width,
145 window_bounds.height());
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(),
150 window_bounds.width(), half_m_height);
154 new_window_bounds->SetRect(window_bounds.x(),
156 window_bounds.width(), half_m_height)
    [all...]
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 15 gfx::Rect* window_bounds) {
28 contents_size, contents_bounds, window_bounds);
31 window_bounds->Offset(0, -(kTopMargin + 1));
browser_bubble.cc 134 void BrowserBubble::SetAbsoluteBounds(const gfx::Rect& window_bounds) {
136 gfx::Point relative_origin = window_bounds.origin();
140 window_bounds.width(), window_bounds.height());
browser_bubble_gtk.cc 154 gfx::Rect window_bounds; local
158 &contents_bounds, &window_bounds); local
160 border_contents->SetBoundsRect(gfx::Rect(gfx::Point(), window_bounds.size()));
163 SetAbsoluteBounds(window_bounds);
pinned_contents_info_bubble.h 27 gfx::Rect* window_bounds); // Returned in screen coordinates
browser_bubble_win.cc 153 gfx::Rect window_bounds; local
154 window_bounds = border_widget->SizeAndGetBounds(GetAbsoluteRelativeTo(),
157 SetAbsoluteBounds(window_bounds);
browser_bubble.h 106 void SetAbsoluteBounds(const gfx::Rect& window_bounds);
hung_renderer_view.cc 426 gfx::Rect window_bounds = window()->GetBounds(); local
429 (contents_bounds.width() - window_bounds.width()) / 2;
431 return gfx::Rect(window_x, window_y, window_bounds.width(),
432 window_bounds.height());
  /external/chromium/chrome/browser/tabs/
tab_strip_model_delegate.h 46 // be added to it. Its size and position are reflected in |window_bounds|.
52 const gfx::Rect& window_bounds,
default_tab_handler.h 32 const gfx::Rect& window_bounds,
default_tab_handler.cc 49 const gfx::Rect& window_bounds,
53 window_bounds,
  /external/chromium/chrome/browser/
plugin_carbon_interpose_mac.cc 137 Rect window_bounds; local
138 GetWindowBounds(plugin_window, kWindowContentRgn, &window_bounds);
139 if (PtInRect(point, &window_bounds)) {
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.cc 147 gfx::Rect window_bounds = window()->GetBounds(); local
148 window_bounds.set_width(window_size.width());
149 window_bounds.set_height(window_size.height());
150 window()->SetWindowBounds(window_bounds, NULL);
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 72 params.window_bounds = initial_pos;
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 33 SessionServiceTest() : window_bounds(0, 1, 2, 3), sync_save_count_(0){}
50 service()->SetWindowBounds(window_id, window_bounds, false);
130 const gfx::Rect window_bounds; member in class:SessionServiceTest
160 ASSERT_TRUE(window_bounds == windows[0]->bounds);
387 service()->SetWindowBounds(window2_id, window_bounds, false);
430 service()->SetWindowBounds(window2_id, window_bounds, false);
469 service()->SetWindowBounds(window2_id, window_bounds, false);
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 398 gfx::Rect window_bounds; local
406 GetCurrentBrowser(), &window_bounds, local
414 popup_bounds = window_bounds; // Use window size as default for popups
427 window_bounds.set_x(bounds_val);
434 window_bounds.set_y(bounds_val);
441 window_bounds.set_width(bounds_val);
448 window_bounds.set_height(bounds_val);
505 new_window->window()->SetBounds(window_bounds);
    [all...]

Completed in 622 milliseconds

1 2