HomeSort by relevance Sort by last modified time
    Searched refs:view_bounds (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_controller.cc 59 gfx::Rect view_bounds = view->GetContentsBounds(); local
63 view_bounds = view->GetLocalBounds();
64 view_bounds.Inset(2, 2, 2, 2);
70 view_bounds = view->GetLocalBounds();
71 view_bounds.Inset(1, 1, 3, 3);
73 view_bounds.Inset(1, 1, 3, 3);
76 view_bounds = view->GetLocalBounds();
77 view_bounds.Inset(2, 1, 2, 2);
81 view_bounds = view->ConvertRectToWidget(view_bounds);
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 370 gfx::Rect view_bounds(view_->GetLocalBounds());
371 view_bounds.set_height(view_bounds.height() / 2);
372 v1->SetBoundsRect(view_bounds);
373 view_bounds.set_y(view_bounds.height());
374 v2->SetBoundsRect(view_bounds);
757 gfx::Rect view_bounds(view_->GetLocalBounds());
758 view_bounds.set_height(view_bounds.height() / 2)
    [all...]
  /external/chromium_org/ash/system/audio/
volume_view.cc 265 gfx::Rect view_bounds(view_size);
266 view_bounds.set_x(more_->bounds().x() - view_size.width() -
268 view_bounds.set_y((height() - view_size.height()) / 2);
269 view_left_to_more->SetBoundsRect(view_bounds);
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 227 gfx::Rect view_bounds(view->bounds());
228 view_bounds.set_width(view_bounds.width() + delta_width);
229 view_bounds.set_height(view_bounds.height() + delta_height);
230 view->SetBounds(view_bounds);
  /external/chromium_org/athena/wm/
split_view_controller.cc 87 gfx::Rect view_bounds = priority_view_->GetBoundsInScreen(); variable
90 gfx::RectF transformed_bounds_f = view_bounds;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 2259 gfx::Rect view_bounds = GetView()->GetViewBounds(); local
2284 gfx::Rect view_bounds = GetView()->GetViewBounds(); local
    [all...]
render_widget_host_view_aura.cc 730 gfx::Rect view_bounds = window_->GetBoundsInRootWindow(); local
733 gfx::Rect view_port(view_bounds.size());
744 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
    [all...]

Completed in 417 milliseconds