HomeSort by relevance Sort by last modified time
    Searched defs:set_bounds (Results 1 - 13 of 13) sorted by null

  /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/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 112 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/ash/wm/overview/
window_selector_item.h 95 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } function in class:ash::WindowSelectorItem
  /external/chromium_org/ui/gfx/
display.h 61 void set_bounds(const Rect& bounds) { bounds_ = bounds; } function in class:gfx::Display
  /external/chromium_org/ui/events/
event_processor_unittest.cc 78 void set_bounds(gfx::Rect rect) { bounds_ = rect; } function in class:ui::test::BoundsTestTarget
120 parent->set_bounds(gfx::Rect(0, 0, 30, 30));
121 child->set_bounds(gfx::Rect(5, 5, 20, 20));
122 grandchild->set_bounds(gfx::Rect(5, 5, 5, 5));
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 560 void set_bounds(const gfx::Rect& bounds) { function in class:views::TestTouchEditable
650 touch_editable.set_bounds(gfx::Rect(0, 0, 100, 20));
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 637 bool set_bounds = false; local
642 set_bounds = true;
647 set_bounds = true;
652 set_bounds = true;
657 set_bounds = true;
660 if (set_bounds) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 277 void set_bounds(const gfx::Rect& bounds) { function in class:content::__anon11677::TestView
649 view_->set_bounds(gfx::Rect());
658 view_->set_bounds(original_size);
679 view_->set_bounds(second_size);
692 view_->set_bounds(third_size);
721 view_->set_bounds(gfx::Rect());
729 view_->set_bounds(gfx::Rect(0, 0, 0, 30));
743 view_->set_bounds(gfx::Rect(0, 0, 0, 31));
758 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 1021 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1326 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
    [all...]
  /external/skia/src/core/
SkPaint.cpp 1021 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1326 static void set_bounds(const SkGlyph& g, SkRect* bounds, SkScalar scale) { function
    [all...]
  /external/chromium_org/v8/src/
ast.h 344 void set_bounds(Bounds bounds) { bounds_ = bounds; } function in class:v8::internal::Expression
    [all...]

Completed in 338 milliseconds