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_layer.cc 97 gfx::Rect view_bounds = view->GetContentsBounds(); local
99 view_bounds = view->GetLocalBounds();
100 view_bounds.Inset(2, 2, 2, 2);
108 view_bounds = view->GetLocalBounds();
109 view_bounds.Inset(1, 1, 3, 3);
112 view_bounds.Inset(1, 1, 3, 3);
115 view_bounds = view->GetLocalBounds();
116 view_bounds.Inset(2, 1, 2, 2);
122 gfx::Rect bounds = view->ConvertRectToWidget(view_bounds);
  /external/chromium/webkit/glue/
webmenurunner_mac.h 70 NSRect menu_bounds, NSRect view_bounds);
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 179 gfx::Rect view_bounds = host->GetView()->GetViewBounds(); local
186 &png, view_bounds)) {
205 gfx::ScaleSize(view_bounds.size(), scale));
207 view_bounds, snapshot_size,
  /external/chromium_org/ash/system/chromeos/audio/
tray_audio.cc 311 gfx::Rect view_bounds(view_size);
312 view_bounds.set_x(more_->bounds().x() - view_size.width() -
314 view_bounds.set_y((height() - view_size.height()) / 2);
315 view_left_to_more->SetBoundsRect(view_bounds);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 1995 gfx::Rect view_bounds = GetView()->GetViewBounds(); local
    [all...]
render_widget_host_impl.cc 556 gfx::Rect view_bounds = view_->GetViewBounds(); local
557 gfx::Size new_size(view_bounds.size());
    [all...]
render_widget_host_view_aura.cc 915 gfx::Rect view_bounds = window_->GetBoundsInRootWindow(); local
918 gfx::Rect view_port(scroll_offset.x(), scroll_offset.y(), view_bounds.width(),
919 view_bounds.height());
930 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
    [all...]

Completed in 109 milliseconds