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

  /external/chromium/chrome/browser/chromeos/login/
username_view.cc 48 gfx::Rect frame_bounds = this->bounds(); local
49 frame_bounds.Inset(kSmallShapeFrameWidth, kSmallShapeFrameWidth,
51 path.addRect(SkIntToScalar(frame_bounds.x()),
52 SkIntToScalar(frame_bounds.y()),
53 SkIntToScalar(frame_bounds.x() + frame_bounds.width()),
54 SkIntToScalar(frame_bounds.y() + frame_bounds.height()));
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 1202 gfx::Rect frame_bounds = parent_frame_->GetClientAreaScreenBounds(); local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 338 gfx::Rect frame_bounds = gtk_util::GetWidgetScreenBounds(GTK_WIDGET(parent)); local
339 gfx::Point origin = frame_bounds.origin();
342 (frame_bounds.width() - size.width()) / 2,
343 (frame_bounds.height() - size.height()) / 2);
    [all...]

Completed in 39 milliseconds