OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parent_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
about_chrome_view.cc
395
gfx::Rect
parent_bounds
= parent()->GetContentsBounds();
local
400
parent_bounds
.bottom() - sz.height() - views::kButtonVEdgeMargin - 3;
428
parent_bounds
.width() - update_label_x,
[
all
...]
task_manager_view.cc
523
gfx::Rect
parent_bounds
= parent()->GetContentsBounds();
local
525
parent_bounds
.bottom() - prefered_height - views::kButtonVEdgeMargin;
Completed in 531 milliseconds