HomeSort by relevance Sort by last modified time
    Searched defs:set_bounds (Results 1 - 15 of 15) 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 106 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/v8/src/compiler/
node.h 42 void set_bounds(Bounds b) { bounds_ = b; } function in class:v8::internal::compiler::NodeData
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 74 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; } function in class:AccessibilityControlInfo
  /external/chromium_org/ui/events/
event_processor_unittest.cc 83 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/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 565 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/chrome/browser/extensions/api/tabs/
tabs_api.cc 674 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) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 254 void set_bounds(const gfx::Rect& bounds) { function in class:content::__anon11994::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);
    [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 989 static void set_bounds(const SkGlyph& g, SkRect* bounds) { function
1287 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 354 void set_bounds(Bounds bounds) { bounds_ = bounds; } function in class:v8::internal::Expression
    [all...]

Completed in 431 milliseconds