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

1 2

  /external/chromium_org/ui/aura/
window_tree_host_ozone.h 51 gfx::Rect bounds_; member in class:aura::WindowTreeHostOzone
window_tree_host_x11.h 73 const gfx::Rect bounds() const { return bounds_; }
100 gfx::Rect bounds_; member in class:aura::WindowTreeHostX11
window.h 110 const gfx::Rect& bounds() const { return bounds_; }
484 gfx::Rect bounds_; member in class:aura::Window
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.h 28 const gfx::Rect& bounds() const { return bounds_; }
38 gfx::Rect bounds_; member in class:DevToolsContentsResizingStrategy
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.h 34 const gfx::Rect& bounds() const { return bounds_; }
73 gfx::Rect bounds_; member in class:mojo::WindowTreeHostMojo
  /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::DragWindowController
  /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
native_viewport_x11.cc 43 bounds_ = bounds;
47 bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
96 return bounds_.size();
147 gfx::Rect bounds_; member in class:mojo::services::NativeViewportX11
  /external/chromium_org/mojo/services/view_manager/
window_tree_host_impl.h 33 gfx::Rect bounds() const { return bounds_; }
67 gfx::Rect bounds_; member in class:mojo::view_manager::service::WindowTreeHostImpl
  /external/chromium_org/ui/compositor/test/
test_compositor_host_ozone.cc 32 gfx::Rect bounds_; member in class:ui::TestCompositorHostOzone
44 : bounds_(bounds),
58 compositor_->SetScaleAndSize(1.0f, bounds_.size());
test_compositor_host_x11.cc 35 gfx::Rect bounds_; member in class:ui::TestCompositorHostX11
49 : bounds_(bounds),
64 bounds_.x(), bounds_.y(), bounds_.width(), bounds_.height(),
79 compositor_->SetScaleAndSize(1.0f, bounds_.size());
test_layer_animation_delegate.h 45 gfx::Rect bounds_; member in class:ui::TestLayerAnimationDelegate
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 51 NSRect bounds_; variable
  /external/chromium_org/ash/wm/overview/
window_selector_item.h 79 const gfx::Rect& bounds() const { return bounds_; }
95 void set_bounds(const gfx::Rect& bounds) { bounds_ = bounds; }
117 gfx::Rect bounds_; member in class:ash::WindowSelectorItem
  /external/chromium_org/mojo/services/public/cpp/view_manager/
node.h 41 const gfx::Rect& bounds() { return bounds_; }
99 gfx::Rect bounds_; member in class:mojo::view_manager::Node
  /external/chromium_org/ui/v2/public/
view.h 58 gfx::Rect bounds() const { return bounds_; }
92 gfx::Rect bounds_; member in class:v2::View
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 29 bounds_(bounds),
37 // from the initial |bounds_|.
54 if (bounds_.x() != bounds.x() &&
55 bounds_.y() != bounds.y() &&
56 bounds_.width() != bounds.width() &&
57 bounds_.height() != bounds.height()) {
70 gfx::Rect bounds_; member in class:GeometryCacheChangeHelper
  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.h 41 const gfx::Rect& bounds() const { return bounds_; }
118 const gfx::Rect bounds_; member in class:ash::MagnetismEdgeMatcher
  /external/chromium_org/chrome/browser/ui/views/panels/
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/ui/gfx/
display.h 60 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/views/widget/desktop_aura/
desktop_window_tree_host_x11.h 255 gfx::Rect bounds_; member in class:views::DesktopWindowTreeHostX11
  /external/chromium_org/ui/compositor/
layer.h 140 const gfx::Rect& bounds() const { return bounds_; }
416 gfx::Rect bounds_; member in class:ui::Layer
  /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

Completed in 686 milliseconds

1 2