HomeSort by relevance Sort by last modified time
    Searched full:details_bounds (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/oak/
oak_window.cc 102 gfx::Rect details_bounds = content_bounds; local
103 details_bounds.set_y(
105 details_bounds.set_height(content_bounds.bottom() - details_bounds.y());
106 details_container_->SetBoundsRect(details_bounds);

Completed in 93 milliseconds