Searched refs:set_bounds (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/
H A Dweb_dialog_view_browsertest.cc112 gfx::Rect set_bounds = bounds; local
116 set_bounds.set_width(400);
117 set_bounds.set_height(300);
119 view->MoveContents(web_contents, set_bounds);
122 EXPECT_EQ(set_bounds, actual_bounds);
128 EXPECT_GE(set_bounds.width(), rwhv_bounds.width());
129 EXPECT_GE(set_bounds.height(), rwhv_bounds.height());
132 set_bounds.set_width(550);
133 set_bounds.set_height(250);
135 view->MoveContents(web_contents, set_bounds);
[all...]
/external/chromium_org/ui/v2/src/
H A Dlayout.cc26 ViewPrivate(child).set_bounds(bounds);
H A Dview_private.h30 void set_bounds(const gfx::Rect& bounds) { view_->bounds_ = bounds; } function in class:v2::ViewPrivate
/external/chromium_org/v8/src/
H A Dtyping.h52 e->set_bounds(Bounds::Both(e->bounds(), b, zone()));
55 e->set_bounds(Bounds::NarrowLower(e->bounds(), t, zone()));
/external/chromium_org/chrome/browser/ui/views/accessibility/
H A Daccessibility_event_router_views.cc265 info.set_bounds(view->GetBoundsInScreen());
276 info.set_bounds(view->GetBoundsInScreen());
287 info.set_bounds(view->GetBoundsInScreen());
297 info.set_bounds(view->GetBoundsInScreen());
307 info.set_bounds(view->GetBoundsInScreen());
338 info.set_bounds(view->GetBoundsInScreen());
348 info.set_bounds(view->GetBoundsInScreen());
394 info.set_bounds(view->GetBoundsInScreen());
411 info.set_bounds(view->GetBoundsInScreen());
427 info.set_bounds(vie
[all...]
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_window.cc69 set_bounds(ScopedTransformOverviewWindow::
H A Dwindow_selector_item.h106 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } function in class:ash::WindowSelectorItem
H A Dwindow_selector_panels.cc190 set_bounds(ScopedTransformOverviewWindow::
/external/chromium_org/ui/gfx/
H A Ddisplay.h61 void set_bounds(const Rect& bounds) { bounds_ = bounds; } function in class:gfx::Display
H A Ddisplay_change_notifier_unittest.cc387 new_displays[0].set_bounds(Rect(10, 10, 300, 300));
465 old_displays[1].set_bounds(Rect(0, 0, 200, 200));
466 new_displays[1].set_bounds(Rect(0, 0, 400, 400));
/external/chromium_org/v8/src/compiler/
H A Dnode.h42 void set_bounds(Bounds b) { bounds_ = b; } function in class:v8::internal::compiler::NodeData
H A Dnode-properties-inl.h204 node->set_bounds(b);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc254 void set_bounds(const gfx::Rect& bounds) { function in class:content::__anon7369::TestView
646 view_->set_bounds(gfx::Rect());
655 view_->set_bounds(original_size);
676 view_->set_bounds(second_size);
689 view_->set_bounds(third_size);
718 view_->set_bounds(gfx::Rect());
726 view_->set_bounds(gfx::Rect(0, 0, 0, 30));
740 view_->set_bounds(gfx::Rect(0, 0, 0, 31));
755 view_->set_bounds(original_size);
1051 view_->set_bounds(gf
[all...]
H A Drender_widget_host_view_base_unittest.cc18 display.set_bounds(gfx::Rect(width, height));
/external/chromium_org/ui/events/
H A Devent_processor_unittest.cc83 void set_bounds(gfx::Rect rect) { bounds_ = rect; } function in class:ui::test::BoundsTestTarget
125 parent->set_bounds(gfx::Rect(0, 0, 30, 30));
126 child->set_bounds(gfx::Rect(5, 5, 20, 20));
127 grandchild->set_bounds(gfx::Rect(5, 5, 5, 5));
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
H A Dapp_list_linux_unittest.cc52 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win_unittest.cc53 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc674 bool set_bounds = false; local
679 set_bounds = true;
684 set_bounds = true;
689 set_bounds = true;
694 set_bounds = true;
697 if (set_bounds) {
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.h74 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } function in class:AccessibilityControlInfo
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner_unittest.cc50 display_.set_bounds(gfx::Rect(0, 0, kScreenWidth, kScreenHeight));
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp989 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1078 set_bounds(*g, bounds);
1287 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
1339 set_bounds(g, bounds++, scale);
1358 set_bounds(g, bounds++);
1375 set_bounds(g, bounds++, scale);
1386 set_bounds(g, bounds++);
/external/skia/src/core/
H A DSkPaint.cpp1021 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1110 set_bounds(*g, bounds);
1326 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
1378 set_bounds(g, bounds++, scale);
1397 set_bounds(g, bounds++);
1414 set_bounds(g, bounds++, scale);
1425 set_bounds(g, bounds++);
/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection_unittest.cc74 dummy_display.set_bounds(display_bounds);
/external/chromium_org/ui/views/touchui/
H A Dtouch_selection_controller_impl_unittest.cc565 void set_bounds(const gfx::Rect& bounds) { function in class:views::TestTouchEditable
655 touch_editable.set_bounds(gfx::Rect(0, 0, 100, 20));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1699 static INLINE void set_bounds(VGfloat *bounds, function
1750 set_bounds(bounds, element_bounds, &bounds_inited);
1760 set_bounds(bounds, element_bounds, &bounds_inited);
1781 set_bounds(bounds, element_bounds, &bounds_inited);

Completed in 786 milliseconds

12