OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:details_bounds
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/oak/
oak_window.cc
103
gfx::Rect
details_bounds
= content_bounds;
local
104
details_bounds
.set_y(
106
details_bounds
.set_height(content_bounds.bottom() -
details_bounds
.y());
107
details_container_->SetBoundsRect(
details_bounds
);
Completed in 240 milliseconds