HomeSort by relevance Sort by last modified time
    Searched refs:bounds_ (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.cc 55 : bounds_(bounds),
57 ranges_.push_back(GetSecondaryRange(bounds_));
67 if (IsCloseEnough(GetPrimaryCoordinate(bounds_, edge_),
81 if (primary_range.first <= GetPrimaryCoordinate(bounds_, edge_) &&
82 primary_range.second >= GetPrimaryCoordinate(bounds_, edge_)) {
magnetism_matcher.h 41 const gfx::Rect& bounds() const { return bounds_; }
118 const gfx::Rect bounds_; member in class:ash::MagnetismEdgeMatcher
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 188 return bounds_;
192 gfx::Rect outer_bounds(bounds_);
389 bool size_changed = bounds_.size() != size;
391 bounds_.set_size(size);
447 return bounds_;
451 // TODO(erg): The NativeWidgetAura version returns |bounds_|, claiming its
459 return bounds_;
526 restored_bounds_ = bounds_;
694 restored_bounds_ = bounds_;
697 bounds_ = display.bounds()
    [all...]
desktop_window_tree_host_x11.h 255 gfx::Rect bounds_; member in class:views::DesktopWindowTreeHostX11
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 77 void set_cached_bounds_directly(const gfx::Rect& bounds) { bounds_ = bounds; }
101 gfx::Rect bounds_; member in class:PanelCocoa
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.h 59 gfx::Rect bounds_; member in class:mojo::services::NativeViewportAndroid
  /external/chromium_org/ui/aura/
window_tree_host_ozone.h 51 gfx::Rect bounds_; member in class:aura::WindowTreeHostOzone
window.h 110 const gfx::Rect& bounds() const { return bounds_; }
484 gfx::Rect bounds_; member in class:aura::Window
window.cc 887 bounds_.OffsetFromOrigin();
888 bounds_ = new_bounds;
    [all...]
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h 45 gfx::Rect bounds_; member in class:ui::TestLayerAnimationDelegate
  /external/chromium_org/ui/v2/src/
view.cc 196 gfx::Rect old_bounds = bounds_;
198 bounds_ = bounds;
203 if (bounds_ != old_bounds) {
205 old_bounds, bounds_));
  /external/chromium_org/ui/views/
view.h 229 const gfx::Rect& bounds() const { return bounds_; }
230 int x() const { return bounds_.x(); }
231 int y() const { return bounds_.y(); }
232 int width() const { return bounds_.width(); }
233 int height() const { return bounds_.height(); }
234 const gfx::Size& size() const { return bounds_.size(); }
1499 gfx::Rect bounds_; member in class:views::View
    [all...]
view.cc 280 if (bounds == bounds_) {
291 bounds_.size() == bounds.size() ? SCHEDULE_PAINT_SIZE_SAME :
295 gfx::Rect prev = bounds_;
296 bounds_ = bounds;
504 gfx::Rect bounds(bounds_);
514 return parent_ ? parent_->GetMirroredXForRect(bounds_) : x();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc 268 bounds_(bounds),
357 return bounds_;
369 if (bounds_ == new_bounds)
372 bounds_ = new_bounds;
378 SetWidgetBounds(bounds_);
411 animation_start_bounds_, bounds_);
863 if (bounds_ == new_bounds)
865 bounds_ = new_bounds;
867 panel_->IncreaseMaxSize(bounds_.size());
868 panel_->set_full_size(bounds_.size())
    [all...]
panel_view.h 113 void set_cached_bounds_directly(const gfx::Rect& bounds) { bounds_ = bounds; }
187 gfx::Rect bounds_; member in class:PanelView
  /external/chromium_org/ash/wm/
drag_window_controller.cc 44 bounds_ = bounds;
  /external/chromium_org/ui/compositor/
layer.h 140 const gfx::Rect& bounds() const { return bounds_; }
416 gfx::Rect bounds_; member in class:ui::Layer
layer.cc 256 return bounds_;
647 SchedulePaint(gfx::Rect(bounds_.size()));
768 if (bounds == bounds_)
774 bool was_move = bounds_.size() == bounds.size();
775 bounds_ = bounds;
951 gfx::Size size(bounds_.size());
966 cc_layer_->SetPosition(bounds_.origin() + subpixel_position_offset_);
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
node.cc 270 LocalSetBounds(bounds_, bounds);
426 DCHECK(old_bounds == bounds_);
428 bounds_ = new_bounds;
  /external/chromium_org/ui/events/
event_processor_unittest.cc 78 void set_bounds(gfx::Rect rect) { bounds_ = rect; }
79 gfx::Rect bounds() const { return bounds_; }
110 gfx::Rect bounds_; member in class:ui::test::BoundsTestTarget
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 90 bounds_ = new_bounds;
117 keyboard::DefaultKeyboardBoundsFromWindowBounds(bounds_);
121 gfx::Rect bounds_; member in class:__anon20795::KeyboardWindowDelegate
  /external/chromium_org/cc/layers/
layer_impl.h 350 return gfx::Vector2dF(temporary_impl_bounds_.width() - bounds_.width(),
351 temporary_impl_bounds_.height() - bounds_.height());
593 gfx::Size bounds_; member in class:cc::LayerImpl
layer.h 116 gfx::Size bounds() const { return bounds_; }
575 gfx::Size bounds_; member in class:cc::Layer
layer_impl.cc 496 layer->SetBounds(bounds_);
767 if (bounds_ == bounds)
770 bounds_ = bounds;
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 278 bounds_(50, 50),
284 root_layer_->SetBounds(bounds_);
286 layer_tree_host()->SetViewportSize(bounds_); variable
302 EXPECT_RECT_EQ(root_damage_rect, gfx::Rect(bounds_));
324 const gfx::Size bounds_; member in class:cc::__anon7384::LayerTreeHostTestSetNeedsRedrawRect
447 bounds_(50, 50),
453 root_layer_->SetBounds(bounds_);
455 layer_tree_host()->SetViewportSize(bounds_); variable
476 EXPECT_RECT_EQ(gfx::Rect(bounds_), root_damage_rect);
486 EXPECT_RECT_EQ(gfx::Rect(bounds_), root_damage_rect)
526 const gfx::Size bounds_; member in class:cc::__anon7384::LayerTreeHostTestSetNextCommitForcesRedraw
4847 layer_tree_host()->SetViewportSize(bounds_); variable
4893 const gfx::Size bounds_; member in class:cc::LayerTreeHostTestContinuousPainting
    [all...]

Completed in 2304 milliseconds

12 3