HomeSort by relevance Sort by last modified time
    Searched defs:view_bounds (Results 1 - 4 of 4) 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);
87 view_bounds = view->GetLocalBounds();
88 view_bounds.Inset(1, 1, 3, 3);
91 view_bounds.Inset(1, 1, 3, 3);
94 view_bounds = view->GetLocalBounds();
95 view_bounds.Inset(2, 1, 2, 2);
98 focus_ring_ = view->ConvertRectToWidget(view_bounds);
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 198 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
200 gfx::ScaleSize(view_bounds.size(), scale));
203 view_bounds, snapshot_size,
233 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
235 *scale = std::min(*scale, max_width / view_bounds.width());
237 *scale = std::min(*scale, max_height / view_bounds.height());
434 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
436 gfx::ScaleSize(view_bounds.size(), scale));
460 view_bounds, snapshot_size,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 607 gfx::Rect view_bounds = view_->GetViewBounds(); local
608 gfx::Size new_size(view_bounds.size());
2435 gfx::Rect view_bounds = GetView()->GetViewBounds(); local
    [all...]
render_widget_host_view_aura.cc 808 gfx::Rect view_bounds = window_->GetBoundsInRootWindow(); local
811 gfx::Rect view_port(scroll_offset.x(), scroll_offset.y(), view_bounds.width(),
812 view_bounds.height());
823 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
    [all...]

Completed in 116 milliseconds