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

  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.cc 75 gfx::Rect view_bounds = view->GetContentsBounds(); local
79 view_bounds = view->GetLocalBounds();
80 view_bounds.Inset(2, 2, 2, 2);
86 view_bounds = view->GetLocalBounds();
87 view_bounds.Inset(1, 1, 3, 3);
89 view_bounds.Inset(1, 1, 3, 3);
92 view_bounds = view->GetLocalBounds();
93 view_bounds.Inset(2, 1, 2, 2);
96 focus_ring_ = view->ConvertRectToWidget(view_bounds);
  /external/chromium_org/ui/views/corewm/
tooltip_controller_unittest.cc 371 gfx::Rect view_bounds(view_->GetLocalBounds());
372 view_bounds.set_height(view_bounds.height() / 2);
373 v1->SetBoundsRect(view_bounds);
374 view_bounds.set_y(view_bounds.height());
375 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 266 gfx::Rect view_bounds(view_size);
267 view_bounds.set_x(more_->bounds().x() - view_size.width() -
269 view_bounds.set_y((height() - view_size.height()) / 2);
270 view_left_to_more->SetBoundsRect(view_bounds);
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 213 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
215 gfx::ScaleSize(view_bounds.size(), scale / device_scale_factor)));
220 view_bounds, snapshot_size,
250 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
252 *scale = std::min(*scale, max_width / view_bounds.width());
254 *scale = std::min(*scale, max_height / view_bounds.height());
477 gfx::Rect view_bounds = host->GetView()->GetViewBounds();
478 gfx::Rect snapshot_bounds(view_bounds.size());
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 690 gfx::Rect view_bounds = window_->GetBoundsInRootWindow(); local
693 gfx::Rect view_port(view_bounds.size());
704 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
    [all...]
render_widget_host_impl.cc 2266 gfx::Rect view_bounds = GetView()->GetViewBounds(); local
    [all...]

Completed in 198 milliseconds