/external/chromium_org/ui/v2/src/ |
view_private.h | 30 void set_bounds(const gfx::Rect& bounds) { view_->bounds_ = bounds; } function in class:v2::ViewPrivate
|
/external/chromium_org/ash/wm/overview/ |
window_selector_item.h | 75 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } function in class:ash::WindowSelectorItem
|
/external/chromium_org/chrome/browser/ui/views/ |
web_dialog_view_browsertest.cc | 120 gfx::Rect set_bounds = bounds; local 124 set_bounds.set_width(400); 125 set_bounds.set_height(300); 127 view->MoveContents(web_contents, set_bounds); 130 EXPECT_EQ(set_bounds, actual_bounds); 136 EXPECT_GE(set_bounds.width(), rwhv_bounds.width()); 137 EXPECT_GE(set_bounds.height(), rwhv_bounds.height()); 140 set_bounds.set_width(550); 141 set_bounds.set_height(250); 143 view->MoveContents(web_contents, set_bounds); [all...] |
/external/chromium_org/ui/events/ |
event_processor_unittest.cc | 72 void set_bounds(gfx::Rect rect) { bounds_ = rect; } function in class:ui::test::BoundsTestTarget 114 parent->set_bounds(gfx::Rect(0, 0, 30, 30)); 115 child->set_bounds(gfx::Rect(5, 5, 20, 20)); 116 grandchild->set_bounds(gfx::Rect(5, 5, 5, 5));
|
/external/chromium/chrome/browser/ui/views/ |
html_dialog_view_browsertest.cc | 144 gfx::Rect set_bounds = bounds; local 148 set_bounds.set_width(400); 149 set_bounds.set_height(300); 151 html_view->MoveContents(tab_contents, set_bounds); 154 EXPECT_EQ(set_bounds, actual_bounds); 160 EXPECT_GE(set_bounds.width(), rwhv_bounds.width()); 161 EXPECT_GE(set_bounds.height(), rwhv_bounds.height()); 164 set_bounds.set_width(550); 165 set_bounds.set_height(250); 167 html_view->MoveContents(tab_contents, set_bounds); [all...] |
/external/chromium_org/ui/gfx/ |
display.h | 61 void set_bounds(const Rect& bounds) { bounds_ = bounds; } function in class:gfx::Display
|
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.cc | 537 bool set_bounds = false; local 545 set_bounds = true; 553 set_bounds = true; 561 set_bounds = true; 569 set_bounds = true; 571 if (set_bounds) [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_api.cc | 699 bool set_bounds = false; local 704 set_bounds = true; 709 set_bounds = true; 714 set_bounds = true; 719 set_bounds = true; 722 if (set_bounds) { [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_unittest.cc | 441 void set_bounds(const gfx::Rect& bounds) { function in class:content::__anon10614::TestView 790 view_->set_bounds(gfx::Rect()); 799 view_->set_bounds(original_size); 820 view_->set_bounds(second_size); 833 view_->set_bounds(third_size); 862 view_->set_bounds(gfx::Rect()); 870 view_->set_bounds(gfx::Rect(0, 0, 0, 30)); 884 view_->set_bounds(gfx::Rect(0, 0, 0, 31)); 899 view_->set_bounds(original_size); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
path.c | 1699 static INLINE void set_bounds(VGfloat *bounds, function [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
path.c | 1699 static INLINE void set_bounds(VGfloat *bounds, function [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPaint.cpp | 1002 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function 1098 set_bounds(*g, bounds); 1312 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function [all...] |
/external/skia/src/core/ |
SkPaint.cpp | 1002 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function 1098 set_bounds(*g, bounds); 1312 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function [all...] |
/external/chromium_org/v8/src/ |
ast.h | 360 void set_bounds(Bounds bounds) { bounds_ = bounds; } function in class:v8::internal::Expression [all...] |