/external/chromium/chrome/browser/ui/views/bubble/ |
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_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...] |
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/views/ |
browser_bubble_win.cc | 153 gfx::Rect window_bounds; local 154 window_bounds = border_widget->SizeAndGetBounds(GetAbsoluteRelativeTo(), 157 SetAbsoluteBounds(window_bounds);
|
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);
|
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/ui/ |
browser_navigator.h | 116 gfx::Rect window_bounds; member in struct:browser::NavigateParams
|
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...] |
/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/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/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/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...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 671 gfx::Rect window_bounds = window->GetRestoredBounds(); local 672 window_bounds.set_origin(GetWindowCreatePoint()); 675 dragged_contents_, window_bounds, dock_info_, window->IsMaximized());
|