HomeSort by relevance Sort by last modified time
    Searched refs:bounds_ (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/ui/compositor/test/
test_compositor_host_x11.cc 38 gfx::Rect bounds_; member in class:ui::TestCompositorHostX11
50 : bounds_(bounds),
65 bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
80 compositor_->SetScaleAndSize(1.0f, bounds_.size());
test_compositor_host_ozone.cc 35 gfx::Rect bounds_; member in class:ui::TestCompositorHostOzone
45 : bounds_(bounds), method_factory_(this) {}
58 compositor_->SetScaleAndSize(1.0f, bounds_.size());
test_layer_animation_delegate.cc 19 : bounds_(other.GetBoundsForAnimation()),
31 bounds_ = bounds;
63 return bounds_;
test_layer_animation_delegate.h 44 gfx::Rect bounds_; member in class:ui::TestLayerAnimationDelegate
  /external/chromium/chrome/browser/ui/views/
browser_bubble.h 84 int width() { return bounds_.width(); }
85 int height() { return bounds_.height(); }
86 const gfx::Rect& bounds() const { return bounds_; }
128 gfx::Rect bounds_; member in class:BrowserBubble
browser_bubble.cc 106 bounds_.SetRect(x, y, w, h);
111 SetBounds(x, y, bounds_.width(), bounds_.height());
117 MovePopup(top_left.x() + bounds_.x(),
118 top_left.y() + bounds_.y(),
119 bounds_.width(),
120 bounds_.height());
  /external/chromium_org/ui/gfx/
display.h 49 const Rect& bounds() const { return bounds_; }
50 void set_bounds(const Rect& bounds) { bounds_ = bounds; }
68 const Size& size() const { return bounds_.size(); }
108 Rect bounds_; member in class:gfx::Display
display.cc 69 bounds_(bounds),
82 return gfx::Insets(work_area_.y() - bounds_.y(),
83 work_area_.x() - bounds_.x(),
84 bounds_.bottom() - work_area_.bottom(),
85 bounds_.right() - work_area_.right());
91 Insets insets = bounds_.InsetsFrom(work_area_);
101 bounds_ = gfx::Rect(
110 gfx::Point origin = bounds_.origin();
120 work_area_ = bounds_;
132 bounds_.ToString().c_str()
    [all...]
  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.h 38 const gfx::Rect& bounds() const { return bounds_; }
77 // |bounds_| is set to the value passed into Show(). The animation animates
80 gfx::Rect bounds_; member in class:ash::internal::PhantomWindowController
magnetism_matcher.cc 57 : bounds_(bounds),
59 ranges_.push_back(GetSecondaryRange(bounds_));
69 if (IsCloseEnough(GetPrimaryCoordinate(bounds_, edge_),
83 if (primary_range.first <= GetPrimaryCoordinate(bounds_, edge_) &&
84 primary_range.second >= GetPrimaryCoordinate(bounds_, edge_)) {
phantom_window_controller.cc 102 if (bounds == bounds_)
104 bounds_ = bounds;
133 animation->CurrentValueBetween(start_bounds_, bounds_));
magnetism_matcher.h 42 const gfx::Rect& bounds() const { return bounds_; }
119 const gfx::Rect bounds_; member in class:ash::internal::MagnetismEdgeMatcher
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_transform.js 199 this.bounds_ = {};
200 this.bounds_[DraggableRect.LEFT] = rect.left;
201 this.bounds_[DraggableRect.RIGHT] = rect.left + rect.width;
202 this.bounds_[DraggableRect.TOP] = rect.top;
203 this.bounds_[DraggableRect.BOTTOM] = rect.top + rect.height;
254 return this.bounds_[DraggableRect.LEFT];
262 return this.bounds_[DraggableRect.RIGHT];
270 return this.bounds_[DraggableRect.TOP];
278 return this.bounds_[DraggableRect.BOTTOM];
286 return new Rect(this.bounds_);
    [all...]
  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 15 bounds_(bounds),
22 surface_factory->AttemptToResizeAcceleratedWidget(widget_, bounds_);
61 gfx::Rect RootWindowHostOzone::GetBounds() const { return bounds_; }
74 return bounds_.origin();
root_window_host_x11.cc 375 bounds_(bounds),
521 bool size_changed = bounds_.size() != bounds.size();
522 bool origin_changed = bounds_.origin() != bounds.origin();
523 bounds_ = bounds;
525 // Always update barrier and mouse location because |bounds_| might
534 delegate_->OnHostMoved(bounds_.origin());
624 size_hints.x = bounds_.x();
625 size_hints.y = bounds_.y();
653 return bounds_;
662 bool origin_changed = bounds_.origin() != bounds.origin()
    [all...]
root_window_host_ozone.h 58 gfx::Rect bounds_; member in class:aura::RootWindowHostOzone
  /external/chromium_org/ash/wm/
drag_window_controller.h 76 // |bounds_| is automatically used.
81 // |bounds_| is set to the value passed into Show(). The animation animates
83 gfx::Rect bounds_; member in class:ash::internal::DragWindowController
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 51 NSRect bounds_; variable
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 203 int x() const { return bounds_.x(); }
204 int y() const { return bounds_.y(); }
205 int width() const { return bounds_.width(); }
206 int height() const { return bounds_.height(); }
208 gfx::Rect bounds() const { return bounds_; }
419 gfx::Rect bounds_; member in class:TabRendererGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 198 int x() const { return bounds_.x(); }
199 int y() const { return bounds_.y(); }
200 int width() const { return bounds_.width(); }
201 int height() const { return bounds_.height(); }
203 gfx::Rect bounds() const { return bounds_; }
404 gfx::Rect bounds_; member in class:TabRendererGtk
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 318 *bounds = bounds_;
326 return bounds_;
330 // TODO(erg): The NativeWidgetAura version returns |bounds_|, claiming its
338 return bounds_;
398 restored_bounds_ = bounds_;
568 size_hints.x = bounds_.x();
569 size_hints.y = bounds_.y();
594 return bounds_;
598 bool origin_changed = bounds_.origin() != bounds.origin();
599 bool size_changed = bounds_.size() != bounds.size()
    [all...]
  /external/chromium/chrome/browser/ui/panels/
panel.h 37 const gfx::Rect& bounds() const { return bounds_; }
147 gfx::Rect bounds_; member in class:Panel
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 78 void set_cached_bounds_directly(const gfx::Rect& bounds) { bounds_ = bounds; }
102 gfx::Rect bounds_; member in class:PanelCocoa
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 792 return bounds_;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.cc 81 // make sure bounds_ and restored_bounds_ have correct values until we
83 bounds_ = restored_bounds_ = params.bounds;
86 bounds_.set_origin(gfx::Point(x, y));
218 gfx::Rect window_bounds = bounds_;
417 // We update |bounds_| but not |restored_bounds_| here. The latter needs
422 bounds_.SetRect(event->x, event->y, event->width, event->height);
443 gtk_window_util::UpdateWindowPosition(this, &bounds_, &restored_bounds_);
480 return gtk_window_util::GetWindowEdge(bounds_.size(), 0, x, y, edge);
548 window_, bounds_, event);
555 bounds_, restored_bounds_) local
    [all...]

Completed in 7410 milliseconds

1 2 3