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

1 2

  /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/ui/aura/
root_window_host_ozone.h 58 gfx::Rect bounds_; member in class:aura::RootWindowHostOzone
root_window_host_x11.h 122 gfx::Rect bounds_; member in class:aura::RootWindowHostX11
  /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/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.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/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_org/ui/compositor/test/
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.h 44 gfx::Rect bounds_; member in class:ui::TestLayerAnimationDelegate
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());
  /external/chromium_org/ui/message_center/cocoa/
popup_controller.h 51 NSRect bounds_; variable
  /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
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 123 gfx::Rect bounds_; member in class:NativeAppWindowGtk
  /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
  /external/chromium_org/ui/keyboard/
keyboard_controller.cc 46 bounds_ = new_bounds;
68 gfx::Rect keyboard_bounds = KeyboardBoundsFromWindowBounds(bounds_);
73 gfx::Rect bounds_; member in class:__anon16794::KeyboardWindowDelegate
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 70 const gfx::Rect& bounds() const { return bounds_; }
428 gfx::Rect bounds_; member in class:TabStripGtk
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 162 gfx::Rect bounds_; member in class:PanelGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 76 const gfx::Rect& bounds() const { return bounds_; }
454 gfx::Rect bounds_; member in class:TabStripGtk
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 115 void set_cached_bounds_directly(const gfx::Rect& bounds) { bounds_ = bounds; }
194 gfx::Rect bounds_; member in class:PanelView
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.h 208 gfx::Rect bounds_; member in class:views::DesktopRootWindowHostX11
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 198 gfx::Rect bounds() const { return bounds_; }
424 gfx::Rect bounds_; member in class:BrowserWindowGtk
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 346 void SetScrollbarBounds(gfx::Size bounds) { bounds_ = bounds; }
352 scrollbar_layer_->SetBounds(bounds_);
382 gfx::Size bounds_; member in class:cc::__anon6488::ScrollbarLayerTestMaxTextureSize
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 246 gfx::Rect bounds() const { return bounds_; }
475 gfx::Rect bounds_; member in class:BrowserWindowGtk
  /external/chromium_org/ui/compositor/
layer.h 134 const gfx::Rect& bounds() const { return bounds_; }
416 gfx::Rect bounds_; member in class:ui::Layer
  /frameworks/base/core/jni/android/graphics/
Path.cpp 87 const SkRect& bounds_ = obj->getBounds(); local
88 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds);

Completed in 440 milliseconds

1 2