HomeSort by relevance Sort by last modified time
    Searched refs:bounds_ (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view.cc 220 LocalSetBounds(bounds_, bounds);
309 bitmap_uploader_->SetSize(bounds_.size());
318 bitmap_uploader_->SetSize(bounds_.size());
398 DCHECK(old_bounds == bounds_);
400 bounds_ = new_bounds;
  /external/chromium_org/ui/views/
view.h 216 const gfx::Rect& bounds() const { return bounds_; }
217 int x() const { return bounds_.x(); }
218 int y() const { return bounds_.y(); }
219 int width() const { return bounds_.width(); }
220 int height() const { return bounds_.height(); }
221 const gfx::Size& size() const { return bounds_.size(); }
1484 gfx::Rect bounds_; member in class:views::View
    [all...]