HomeSort by relevance Sort by last modified time
    Searched defs:GetBounds (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring.cc 131 gfx::Rect AccessibilityFocusRing::GetBounds() const {
  /external/chromium_org/ui/ozone/platform/test/
test_window.cc 38 gfx::Rect TestWindow::GetBounds() {
  /external/chromium_org/ui/ozone/platform/caca/
caca_window.cc 112 gfx::Rect CacaWindow::GetBounds() { return gfx::Rect(bitmap_size_); }
  /external/chromium_org/ui/ozone/platform/dri/
dri_window.cc 70 gfx::Rect DriWindow::GetBounds() {
  /external/chromium_org/ash/ime/
infolist_window.cc 46 virtual gfx::Rect GetBounds(const gfx::Rect& anchor_rect,
63 gfx::Rect InfolistBorder::GetBounds(const gfx::Rect& anchor_rect,
  /external/chromium_org/mojo/aura/
window_tree_host_mojo.cc 115 gfx::Rect WindowTreeHostMojo::GetBounds() const {
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 167 def GetBounds(self):
  /external/chromium_org/ui/aura/
window_tree_host_ozone.cc 77 gfx::Rect WindowTreeHostOzone::GetBounds() const {
78 return platform_window_->GetBounds();
86 return platform_window_->GetBounds().origin();
window_tree_host_win.cc 73 gfx::Rect WindowTreeHostWin::GetBounds() const {
74 return window_->GetBounds();
82 return window_->GetBounds().origin();
remote_window_tree_host_win.cc 219 gfx::Rect RemoteWindowTreeHostWin::GetBounds() const {
window_tree_host_x11.cc 519 gfx::Rect WindowTreeHostX11::GetBounds() const {
  /external/chromium_org/ui/platform_window/x11/
x11_window.cc 232 gfx::Rect X11Window::GetBounds() {
  /external/chromium_org/v8/src/compiler/
node-properties-inl.h 201 inline Bounds NodeProperties::GetBounds(Node* node) { return node->bounds(); }
  /external/chromium_org/chrome/test/base/
test_browser_window.cc 122 gfx::Rect TestBrowserWindow::GetBounds() const {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 224 gfx::Rect TouchEditableImplAura::GetBounds() {
  /external/chromium_org/extensions/shell/browser/
shell_native_app_window.cc 35 bounds.set_origin(GetBounds().origin());
71 return GetBounds();
78 gfx::Rect ShellNativeAppWindow::GetBounds() const {
  /external/chromium_org/ui/platform_window/win/
win_window.cc 81 gfx::Rect WinWindow::GetBounds() {
  /external/chromium_org/components/native_app_window/
native_app_window_views.cc 108 gfx::Rect NativeAppWindowViews::GetBounds() const {
  /external/chromium_org/ui/ozone/platform/egltest/
ozone_platform_egltest.cc 60 virtual gfx::Rect GetBounds() OVERRIDE;
108 gfx::Rect EgltestWindow::GetBounds() {
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 266 gfx::Rect Panel::GetBounds() const {
793 gfx::Rect bounds = GetBounds();
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 481 // GetBounds and SetBounds work in pixel coordinates, whereas other get/set
484 gfx::Rect DesktopWindowTreeHostWin::GetBounds() const {
505 gfx::Size old_content_size = GetBounds().size();
524 return GetBounds().origin();
572 gfx::Rect bounds_without_expansion = GetBounds();
796 OnHostMoved(GetBounds().origin());
    [all...]
desktop_window_tree_host_x11.cc 881 gfx::Rect DesktopWindowTreeHostX11::GetBounds() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 848 gfx::Rect BrowserView::GetBounds() const {
    [all...]

Completed in 1769 milliseconds