Searched refs:bounds_ (Results 1 - 25 of 74) sorted by relevance

123

/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_headless.cc17 bounds_ = bounds;
31 return bounds_.size();
35 bounds_ = bounds;
36 delegate_->OnBoundsChanged(bounds_);
H A Dplatform_viewport_android.cc76 bounds_ = gfx::Rect(width, height);
77 delegate_->OnBoundsChanged(bounds_);
124 return bounds_.size();
H A Dplatform_viewport_x11.cc57 return bounds_.size();
74 bounds_ = new_bounds;
140 gfx::Rect bounds_; member in class:mojo::PlatformViewportX11
H A Dplatform_viewport_headless.h30 gfx::Rect bounds_; member in class:mojo::PlatformViewportHeadless
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_transform.js277 this.bounds_ = {};
278 this.bounds_[DraggableRect.LEFT] = rect.left;
279 this.bounds_[DraggableRect.RIGHT] = rect.left + rect.width;
280 this.bounds_[DraggableRect.TOP] = rect.top;
281 this.bounds_[DraggableRect.BOTTOM] = rect.top + rect.height;
345 return this.bounds_[DraggableRect.LEFT];
353 return this.bounds_[DraggableRect.RIGHT];
361 return this.bounds_[DraggableRect.TOP];
369 return this.bounds_[DraggableRect.BOTTOM];
377 return new Rect(this.bounds_);
[all...]
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_contents_resizing_strategy.cc15 : bounds_(bounds),
16 hide_inspected_contents_(bounds_.IsEmpty() && !bounds_.x() &&
17 !bounds_.y()) {
23 bounds_ = strategy.bounds();
29 return bounds_ == strategy.bounds() &&
H A Ddevtools_contents_resizing_strategy.h24 const gfx::Rect& bounds() const { return bounds_; }
29 gfx::Rect bounds_; member in class:DevToolsContentsResizingStrategy
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_x11.cc35 gfx::Rect bounds_; member in class:ui::TestCompositorHostX11
49 : bounds_(bounds),
64 bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
81 compositor_->SetScaleAndSize(1.0f, bounds_.size());
H A Dtest_compositor_host_ozone.cc32 gfx::Rect bounds_; member in class:ui::TestCompositorHostOzone
44 : bounds_(bounds),
60 compositor_->SetScaleAndSize(1.0f, bounds_.size());
H A Dtest_layer_animation_delegate.cc19 : bounds_(other.GetBoundsForAnimation()),
31 bounds_ = bounds;
63 return bounds_;
/external/chromium_org/ui/gfx/
H A Ddisplay.cc74 bounds_(bounds),
124 return gfx::Insets(work_area_.y() - bounds_.y(),
125 work_area_.x() - bounds_.x(),
126 bounds_.bottom() - work_area_.bottom(),
127 bounds_.right() - work_area_.right());
133 Insets insets = bounds_.InsetsFrom(work_area_);
143 bounds_ = gfx::Rect(
152 gfx::Point origin = bounds_.origin();
162 work_area_ = bounds_;
174 bounds_
[all...]
H A Ddisplay.h60 const Rect& bounds() const { return bounds_; }
61 void set_bounds(const Rect& bounds) { bounds_ = bounds; }
84 const Size& size() const { return bounds_.size(); }
124 Rect bounds_; member in class:gfx::Display
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc125 gfx::Rect old_bounds = bounds_;
126 bounds_ = new_bounds;
127 if (bounds_.origin() != old_bounds.origin())
128 OnHostMoved(bounds_.origin());
129 if (bounds_.size() != old_bounds.size())
130 OnHostResized(bounds_.size());
/external/chromium_org/ui/v2/src/
H A Dview_private.h30 void set_bounds(const gfx::Rect& bounds) { view_->bounds_ = bounds; }
/external/chromium_org/v8/src/compiler/
H A Dnode.h34 Bounds bounds() { return bounds_; }
38 Bounds bounds_; member in class:v8::internal::compiler::NodeData
39 explicit NodeData(Zone* zone) : bounds_(Bounds(Type::None(zone))) {}
42 void set_bounds(Bounds b) { bounds_ = b; }
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc20 : delegate_(delegate), manager_(manager), bounds_(bounds) {
39 return bounds_;
43 bounds_ = bounds;
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc67 bounds_(view->bounds()),
116 return bounds_;
166 bounds_ = new_bounds;
168 OnHostMoved(bounds_.origin());
170 OnHostResized(bounds_.size());
/external/chromium_org/chrome/browser/apps/
H A Dapp_window_browsertest.cc31 bounds_(bounds),
39 // from the initial |bounds_|.
56 if (bounds_.x() != bounds.x() &&
57 bounds_.y() != bounds.y() &&
58 bounds_.width() != bounds.width() &&
59 bounds_.height() != bounds.height()) {
72 gfx::Rect bounds_; member in class:GeometryCacheChangeHelper
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_item.h87 const gfx::Rect& bounds() const { return bounds_; }
106 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; }
138 gfx::Rect bounds_; member in class:ash::WindowSelectorItem
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.cc27 bounds_(bounds),
47 dri_window_delegate_->OnBoundsChanged(bounds_);
59 bounds_ = bounds;
71 return bounds_;
H A Ddri_window_delegate_proxy.cc52 bounds_ = bounds;
66 OnBoundsChanged(bounds_);
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.h41 const gfx::Rect& bounds() const { return bounds_; }
82 gfx::Rect bounds_; member in class:mojo::service::ServerView
H A Ddisplay_manager.cc77 bounds_(800, 600),
83 native_viewport_->Create(Size::From(bounds_));
123 surface_->CreateSurface(SurfaceId::From(surface_id_), Size::From(bounds_));
126 PassPtr pass = CreateDefaultPass(1, gfx::Rect(bounds_));
149 bounds_ = bounds.To<gfx::Size>();
150 connection_manager_->root()->SetBounds(gfx::Rect(bounds_));
155 SchedulePaint(connection_manager_->root(), gfx::Rect(bounds_));
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection.js135 this.bounds_ = new base.Range();
147 this.bounds_.reset();
150 hit.addBoundsToRange(this.bounds_);
154 return this.bounds_;
158 if (this.bounds_.isEmpty)
160 return this.bounds_.max - this.bounds_.min;
/external/chromium_org/ash/wm/
H A Ddrag_window_controller.h76 // |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::DragWindowController

Completed in 456 milliseconds

123